EntityViewDisplayInterface::build

public EntityViewDisplayInterface::build(FieldableEntityInterface $entity) Builds a renderable array for the components of an entity. See the buildMultiple() method for details. Parameters \Drupal\Core\Entity\FieldableEntityInterface $entity: The entity being displayed. Return value array A renderable array for the entity. See also \Drupal\Core\Entity\Display\EntityViewDisplayInterface::buildMultiple() File core/lib/Drupal/Core/Entity/Display/EntityViewDisplayInterface.php, line 25 Class

LocalActionManager::$accessManager

The access manager. Type: \Drupal\Core\Access\AccessManagerInterface File core/lib/Drupal/Core/Menu/LocalActionManager.php, line 83 Class LocalActionManager Provides the default local action manager using YML as primary definition. Namespace Drupal\Core\Menu Code protected $accessManager;

ItemsImporter::$fetcherManager

The aggregator fetcher manager. Type: \Drupal\aggregator\Plugin\AggregatorPluginManager File core/modules/aggregator/src/ItemsImporter.php, line 20 Class ItemsImporter Defines an importer of aggregator items. Namespace Drupal\aggregator Code protected $fetcherManager;

NegotiationUrlForm::buildForm

public NegotiationUrlForm::buildForm(array $form, FormStateInterface $form_state) Form constructor. Parameters array $form: An associative array containing the structure of the form. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Return value array The form structure. Overrides ConfigFormBase::buildForm File core/modules/language/src/Form/NegotiationUrlForm.php, line 65 Class NegotiationUrlForm Configure the URL language negotiation method for this site.

TermStorageInterface::updateTermHierarchy

public TermStorageInterface::updateTermHierarchy(EntityInterface $term) Updates terms hierarchy information with the hierarchy trail of it. Parameters \Drupal\Core\Entity\EntityInterface $term: Term entity that needs to be added to term hierarchy information. File core/modules/taxonomy/src/TermStorageInterface.php, line 27 Class TermStorageInterface Defines an interface for taxonomy_term entity storage classes. Namespace Drupal\taxonomy Code public function updateTermHierarchy(EntityI

SqlContentEntityStorageSchema::getEntityIndexName

protected SqlContentEntityStorageSchema::getEntityIndexName(ContentEntityTypeInterface $entity_type, $index) Gets the name to be used for the given entity index. Parameters \Drupal\Core\Entity\ContentEntityTypeInterface $entity_type: The entity type. string $index: The index column name. Return value string The index name. File core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php, line 1895 Class SqlContentEntityStorageSchema Defines a schema handler that supports revisionab

SqlContentEntityStorageSchema::getFieldIndexName

protected SqlContentEntityStorageSchema::getFieldIndexName(FieldStorageDefinitionInterface $storage_definition, $index) Generates an index name for a field data table. Parameters \Drupal\Core\Field\FieldStorageDefinitionInterface $storage_definition: The field storage definition. string $index: The name of the index. Return value string A string containing a generated index name for a field data table that is unique among all other fields. File core/lib/Drupal/Core/Entity/Sql/SqlContentEntity

ViewsDisplay::$uses_route

Does the display plugin registers routes to the route. Type: bool File core/modules/views/src/Annotation/ViewsDisplay.php, line 74 Class ViewsDisplay Defines a Plugin annotation object for views display plugins. Namespace Drupal\views\Annotation Code public $uses_route;

ImageFactory::$toolkitManager

The image toolkit plugin manager. Type: \Drupal\Core\ImageToolkit\ImageToolkitManager File core/lib/Drupal/Core/Image/ImageFactory.php, line 17 Class ImageFactory Provides a factory for image objects. Namespace Drupal\Core\Image Code protected $toolkitManager;

Editor::$is_xss_safe

Whether this text editor is not vulnerable to XSS attacks. Type: bool File core/modules/editor/src/Annotation/Editor.php, line 90 Class Editor Defines an Editor annotation object. Namespace Drupal\editor\Annotation Code public $is_xss_safe;