Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| EntityDisplayBase | class | core/ |
Provides a common base class for entity view and form displays. |
| EntityDisplayBase.php | file | core/ |
|
| EntityDisplayBase::$bundle | property | core/ |
Bundle to be displayed. |
| EntityDisplayBase::$content | property | core/ |
List of component display options, keyed by component name. |
| EntityDisplayBase::$displayContext | property | core/ |
Context in which this entity will be used (e.g. 'view', 'form'). |
| EntityDisplayBase::$fieldDefinitions | property | core/ |
A list of field definitions eligible for configuration in this display. |
| EntityDisplayBase::$hidden | property | core/ |
List of components that are set to be hidden. |
| EntityDisplayBase::$id | property | core/ |
Unique ID for the config entity. |
| EntityDisplayBase::$initialized | property | core/ |
A boolean indicating whether or not this display has been initialized. |
| EntityDisplayBase::$mode | property | core/ |
View or form mode to be displayed. |
| EntityDisplayBase::$originalMode | property | core/ |
The original view or form mode that was requested. |
| EntityDisplayBase::$pluginManager | property | core/ |
The plugin manager used by this entity type. |
| EntityDisplayBase::$plugins | property | core/ |
The plugin objects used for this display, keyed by field name. |
| EntityDisplayBase::$renderer | property | core/ |
The renderer. |
| EntityDisplayBase::$status | property | core/ |
Whether this display is enabled or not. |
| EntityDisplayBase::$targetEntityType | property | core/ |
Entity type to be displayed. |
| EntityDisplayBase::calculateDependencies | function | core/ |
|
| EntityDisplayBase::createCopy | function | core/ |
|
| EntityDisplayBase::CUSTOM_MODE | constant | core/ |
The mode used to render entities with arbitrary display options. |
| EntityDisplayBase::fieldHasDisplayOptions | function | core/ |
Determines if a field has options for a given display. |
| EntityDisplayBase::getComponent | function | core/ |
|
| EntityDisplayBase::getComponents | function | core/ |
|
| EntityDisplayBase::getDefaultRegion | function | core/ |
Gets the default region. |
| EntityDisplayBase::getFieldDefinition | function | core/ |
Gets the field definition of a field. |
| EntityDisplayBase::getFieldDefinitions | function | core/ |
Gets the definitions of the fields that are candidate for display. |
| EntityDisplayBase::getHighestWeight | function | core/ |
|
| EntityDisplayBase::getLogger | function | core/ |
Provides the 'system' channel logger service. |
| EntityDisplayBase::getMode | function | core/ |
|
| EntityDisplayBase::getOriginalMode | function | core/ |
|
| EntityDisplayBase::getPluginRemovedDependencies | function | core/ |
Returns the plugin dependencies being removed. |
| EntityDisplayBase::getTargetBundle | function | core/ |
|
| EntityDisplayBase::getTargetEntityTypeId | function | core/ |
|
| EntityDisplayBase::id | function | core/ |
|
| EntityDisplayBase::init | function | core/ |
Initializes the display. |
| EntityDisplayBase::onDependencyRemoval | function | core/ |
|
| EntityDisplayBase::preSave | function | core/ |
|
| EntityDisplayBase::removeComponent | function | core/ |
#[ActionMethod(adminLabel: new TranslatableMarkup('Hide component'), name: 'hideComponent')] |
| EntityDisplayBase::set | function | core/ |
|
| EntityDisplayBase::setComponent | function | core/ |
#[ActionMethod(adminLabel: new TranslatableMarkup('Add component to display'))] |
| EntityDisplayBase::setTargetBundle | function | core/ |
|
| EntityDisplayBase::toArray | function | core/ |
|
| EntityDisplayBase::__construct | function | core/ |
|
| EntityDisplayBase::__sleep | function | core/ |
|
| EntityDisplayBase::__wakeup | function | core/ |
|
| EntityDisplayBaseMockableClass | class | core/ |
A class extending EntityDisplayBase for testing purposes. |
| EntityDisplayBaseMockableClass::getEntityType | function | core/ |
|
| EntityDisplayBaseMockableClass::getPluginCollections | function | core/ |
|
| EntityDisplayBaseMockableClass::getRenderer | function | core/ |
|
| EntityDisplayBaseMockableClass::__construct | function | core/ |
|
| EntityDisplayBaseTest | class | core/ |
Tests Drupal\Core\Entity\EntityDisplayBase. |
Pagination
- Previous page
- Page 504
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.