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 main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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). |
| 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. |
| EntityDisplayBaseTest::testGetTargetBundle | function | core/ |
Tests get target bundle. |
| EntityDisplayBaseTest::testGetTargetEntityTypeId | function | core/ |
Tests get target entity type id. |
| EntityDisplayBaseTest::testOnDependencyRemoval | function | core/ |
Tests on dependency removal. |
| EntityDisplayBaseTest::testPreSave | function | core/ |
Tests pre save. |
| EntityDisplayBaseTest::testSetTargetBundle | function | core/ |
Tests set target bundle. |
| EntityDisplayFormBase | class | core/ |
Base class for EntityDisplay edit forms. |
| EntityDisplayFormBase.php | file | core/ |
|
| EntityDisplayFormBase::$displayContext | property | core/ |
The display context. Either 'view' or 'form'. |
| EntityDisplayFormBase::$entity | property | core/ |
The entity being used by this form. |
| EntityDisplayFormBase::$entityDisplayRepository | property | core/ |
The entity display repository. |
| EntityDisplayFormBase::$entityFieldManager | property | core/ |
The entity field manager. |
Pagination
- Previous page
- Page 511
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.