Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| EntityDeriver::getDerivativeDefinition | function | core/ |
Gets the definition of a derivative plugin. |
| EntityDeriver::getDerivativeDefinition | function | core/ |
Gets the definition of a derivative plugin. |
| EntityDeriver::getDerivativeDefinitions | function | core/ |
Gets the definition of all derivatives of a base plugin. |
| EntityDeriver::getDerivativeDefinitions | function | core/ |
Gets the definition of all derivatives of a base plugin. |
| EntityDeriver::__construct | function | core/ |
Constructs an EntityDeriver object. |
| EntityDeriver::__construct | function | core/ |
Constructs an EntityDeriver object. |
| EntityDeriverTest | class | core/ |
Tests EntityDeriver functionality. |
| EntityDeriverTest.php | file | core/ |
|
| EntityDeriverTest::$modules | property | core/ |
Modules to enable. |
| EntityDeriverTest::$typedDataManager | property | core/ |
The typed data manager to use. |
| EntityDeriverTest::derivativesProvider | function | core/ |
Provides test data for ::testDerivatives(). |
| EntityDeriverTest::setUp | function | core/ |
|
| EntityDeriverTest::testDerivatives | function | core/ |
Tests that types are derived for entity types with and without bundles. |
| EntityDescriptionInterface | interface | core/ |
Defines the interface for entities that have a description. |
| EntityDescriptionInterface.php | file | core/ |
|
| EntityDescriptionInterface::getDescription | function | core/ |
Gets the entity description. |
| EntityDescriptionInterface::setDescription | function | core/ |
Sets the entity description. |
| 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::$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/ |
Calculates dependencies and stores them in the dependency property. |
| EntityDisplayBase::createCopy | function | core/ |
Creates a duplicate of the entity display object on a different view mode. |
| 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/ |
Gets the display options set for a component. |
| EntityDisplayBase::getComponents | function | core/ |
Gets the display options for all components. |
| 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/ |
Gets the highest weight of the components in the display. |
| EntityDisplayBase::getLogger | function | core/ |
Provides the 'system' channel logger service. |
| EntityDisplayBase::getMode | function | core/ |
Gets the view or form mode to be displayed. |
| EntityDisplayBase::getOriginalMode | function | core/ |
Gets the original view or form mode that was requested. |
| EntityDisplayBase::getPluginRemovedDependencies | function | core/ |
Returns the plugin dependencies being removed. |
| EntityDisplayBase::getTargetBundle | function | core/ |
Gets the bundle to be displayed. |
| EntityDisplayBase::getTargetEntityTypeId | function | core/ |
Gets the entity type for which this display is used. |
| EntityDisplayBase::id | function | core/ |
Gets the identifier. |
| EntityDisplayBase::init | function | core/ |
Initializes the display. |
Pagination
- Previous page
- Page 469
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.