Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| EntityDisplayBase::onDependencyRemoval | function | core/ |
Informs the entity that entities it depends on will be deleted. |
| EntityDisplayBase::preSave | function | core/ |
Acts on an entity before the presave hook is invoked. |
| EntityDisplayBase::removeComponent | function | core/ |
Sets a component to be hidden. |
| EntityDisplayBase::setComponent | function | core/ |
#[ActionMethod(adminLabel: new TranslatableMarkup('Add component to display'))] |
| EntityDisplayBase::setTargetBundle | function | core/ |
Sets the bundle to be displayed. |
| EntityDisplayBase::toArray | function | core/ |
Gets an array of all property values. |
| EntityDisplayBase::__construct | function | core/ |
Constructs an Entity object. |
| EntityDisplayBase::__sleep | function | core/ |
|
| EntityDisplayBase::__wakeup | function | core/ |
#[\ReturnTypeWillChange] |
| EntityDisplayBaseMockableClass | class | core/ |
A class extending EntityDisplayBase for testing purposes. |
| EntityDisplayBaseMockableClass::getPluginCollections | function | core/ |
Gets the plugin collections used by this object. |
| EntityDisplayBaseMockableClass::getRenderer | function | core/ |
Gets the renderer plugin for a field (e.g. widget, formatter). |
| EntityDisplayBaseTest | class | core/ |
@coversDefaultClass \Drupal\Core\Entity\EntityDisplayBase[[api-linebreak]] |
| EntityDisplayBaseTest | class | core/ |
@coversDefaultClass \Drupal\Core\Entity\EntityDisplayBase[[api-linebreak]] |
| EntityDisplayBaseTest.php | file | core/ |
|
| EntityDisplayBaseTest.php | file | core/ |
|
| EntityDisplayBaseTest::$entityDisplay | property | core/ |
The mocked EntityDisplay object for testing. |
| EntityDisplayBaseTest::$modules | property | core/ |
Modules to install. |
| EntityDisplayBaseTest::setUp | function | core/ |
|
| EntityDisplayBaseTest::setUp | function | core/ |
|
| EntityDisplayBaseTest::testGetMode | function | core/ |
@covers ::getMode[[api-linebreak]] |
| EntityDisplayBaseTest::testGetOriginalMode | function | core/ |
@covers ::getOriginalMode[[api-linebreak]] |
| EntityDisplayBaseTest::testGetTargetBundle | function | core/ |
@covers ::getTargetBundle[[api-linebreak]] |
| EntityDisplayBaseTest::testGetTargetEntityTypeId | function | core/ |
@covers ::getTargetEntityTypeId[[api-linebreak]] |
| EntityDisplayBaseTest::testOnDependencyRemoval | function | core/ |
@covers ::onDependencyRemoval[[api-linebreak]] |
| EntityDisplayBaseTest::testPreSave | function | core/ |
@covers ::preSave[[api-linebreak]] |
| EntityDisplayBaseTest::testSetTargetBundle | function | core/ |
@covers ::setTargetBundle[[api-linebreak]] |
| EntityDisplayFormBase | class | core/ |
Base class for EntityDisplay edit forms. |
Pagination
- Previous page
- Page 401
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.