Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 11.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| 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. |
| EntityDisplayFormBase::$fieldTypes | property | core/ |
A list of field types. |
| EntityDisplayFormBase::$pluginManager | property | core/ |
The widget or formatter plugin manager. |
| EntityDisplayFormBase::alterSettingsSummary | function | core/ |
Alters the widget or formatter settings summary. |
| EntityDisplayFormBase::buildExtraFieldRow | function | core/ |
Builds the table row structure for a single extra field. |
| EntityDisplayFormBase::buildFieldRow | function | core/ |
Builds the table row structure for a single field. |
| EntityDisplayFormBase::copyFormValuesToEntity | function | core/ |
Copies top-level form values to entity properties. |
| EntityDisplayFormBase::form | function | core/ |
Gets the actual form array to be built. |
| EntityDisplayFormBase::getApplicablePluginOptions | function | core/ |
Returns an array of applicable widget or formatter options for a field. |
| EntityDisplayFormBase::getDefaultPlugin | function | core/ |
Returns the ID of the default widget or formatter plugin for a field type. |
| EntityDisplayFormBase::getDisplayModeOptions | function | core/ |
Returns an array of form or view mode options. |
| EntityDisplayFormBase::getDisplayModes | function | core/ |
Returns the form or view modes used by this form. |
| EntityDisplayFormBase::getDisplayModesLink | function | core/ |
Returns a link to the form or view mode admin page. |
| EntityDisplayFormBase::getDisplays | function | core/ |
Returns entity (form) displays for the current entity display type. |
| EntityDisplayFormBase::getDisplayStatuses | function | core/ |
Returns form or view modes statuses for the bundle used by this form. |
Pagination
- Previous page
- Page 486
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.