Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| 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/ |
#[ActionMethod(adminLabel: new TranslatableMarkup('Hide component'), name: 'hideComponent')] |
| EntityDisplayBase::set | function | core/ |
#[ActionMethod(adminLabel: new TranslatableMarkup('Set a value'), pluralize: 'setMultiple')] |
| 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/ |
|
| EntityDisplayBaseMockableClass | class | core/ |
A class extending EntityDisplayBase for testing purposes. |
| EntityDisplayBaseMockableClass::getEntityType | function | core/ |
Gets the entity type definition. |
| 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). |
| EntityDisplayBaseMockableClass::__construct | function | core/ |
Constructs an Entity object. |
| EntityDisplayBaseTest | class | core/ |
Tests Drupal\Core\Entity\EntityDisplayBase. |
| EntityDisplayBaseTest | class | core/ |
Tests Drupal\Core\Entity\EntityDisplayBase. |
| 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::testChangeId | function | core/ |
Tests that changing the entity ID updates related properties. |
| EntityDisplayBaseTest::testGetMode | function | core/ |
Tests get mode. |
| EntityDisplayBaseTest::testGetOriginalMode | function | core/ |
Tests get original mode. |
Pagination
- Previous page
- Page 423
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.