| EntityDisplayBase::preSave |
function |
core/lib/Drupal/Core/Entity/EntityDisplayBase.php |
|
| EntityDisplayBase::removeComponent |
function |
core/lib/Drupal/Core/Entity/EntityDisplayBase.php |
#[ActionMethod(adminLabel: new TranslatableMarkup('Hide component'), name: 'hideComponent')] |
| EntityDisplayBase::set |
function |
core/lib/Drupal/Core/Entity/EntityDisplayBase.php |
|
| EntityDisplayBase::setComponent |
function |
core/lib/Drupal/Core/Entity/EntityDisplayBase.php |
#[ActionMethod(adminLabel: new TranslatableMarkup('Add component to display'))] |
| EntityDisplayBase::setTargetBundle |
function |
core/lib/Drupal/Core/Entity/EntityDisplayBase.php |
|
| EntityDisplayBase::toArray |
function |
core/lib/Drupal/Core/Entity/EntityDisplayBase.php |
|
| EntityDisplayBase::__construct |
function |
core/lib/Drupal/Core/Entity/EntityDisplayBase.php |
|
| EntityDisplayBase::__sleep |
function |
core/lib/Drupal/Core/Entity/EntityDisplayBase.php |
|
| EntityDisplayBase::__wakeup |
function |
core/lib/Drupal/Core/Entity/EntityDisplayBase.php |
|
| EntityDisplayBaseMockableClass |
class |
core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayBaseTest.php |
A class extending EntityDisplayBase for testing purposes. |
| EntityDisplayBaseMockableClass::getEntityType |
function |
core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayBaseTest.php |
|
| EntityDisplayBaseMockableClass::getPluginCollections |
function |
core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayBaseTest.php |
|
| EntityDisplayBaseMockableClass::getRenderer |
function |
core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayBaseTest.php |
|
| EntityDisplayBaseMockableClass::__construct |
function |
core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayBaseTest.php |
|
| EntityDisplayBaseTest |
class |
core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayBaseTest.php |
Tests Drupal\Core\Entity\EntityDisplayBase. |
| EntityDisplayBaseTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayBaseTest.php |
Tests Drupal\Core\Entity\EntityDisplayBase. |
| EntityDisplayBaseTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayBaseTest.php |
|
| EntityDisplayBaseTest.php |
file |
core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayBaseTest.php |
|
| EntityDisplayBaseTest::$entityDisplay |
property |
core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayBaseTest.php |
The mocked EntityDisplay object for testing. |
| EntityDisplayBaseTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayBaseTest.php |
|
| EntityDisplayBaseTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayBaseTest.php |
|
| EntityDisplayBaseTest::setUp |
function |
core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayBaseTest.php |
|
| EntityDisplayBaseTest::testChangeId |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayBaseTest.php |
Tests that changing the entity ID updates related properties. |
| EntityDisplayBaseTest::testGetMode |
function |
core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayBaseTest.php |
Tests get mode. |
| EntityDisplayBaseTest::testGetOriginalMode |
function |
core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayBaseTest.php |
Tests get original mode. |
| EntityDisplayBaseTest::testGetTargetBundle |
function |
core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayBaseTest.php |
Tests get target bundle. |
| EntityDisplayBaseTest::testGetTargetEntityTypeId |
function |
core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayBaseTest.php |
Tests get target entity type id. |
| EntityDisplayBaseTest::testOnDependencyRemoval |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayBaseTest.php |
Tests on dependency removal. |
| EntityDisplayBaseTest::testPreSave |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayBaseTest.php |
Tests pre save. |
| EntityDisplayBaseTest::testSetTargetBundle |
function |
core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayBaseTest.php |
Tests set target bundle. |
| EntityDisplayFormBase |
class |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php |
Base class for EntityDisplay edit forms. |
| EntityDisplayFormBase.php |
file |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php |
|
| EntityDisplayFormBase::$displayContext |
property |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php |
The display context. Either 'view' or 'form'. |
| EntityDisplayFormBase::$entity |
property |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php |
The entity being used by this form. |
| EntityDisplayFormBase::$entityDisplayRepository |
property |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php |
The entity display repository. |
| EntityDisplayFormBase::$entityFieldManager |
property |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php |
The entity field manager. |
| EntityDisplayFormBase::$fieldTypes |
property |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php |
A list of field types. |
| EntityDisplayFormBase::$pluginManager |
property |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php |
The widget or formatter plugin manager. |
| EntityDisplayFormBase::alterSettingsSummary |
function |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php |
Alters the widget or formatter settings summary. |
| EntityDisplayFormBase::buildExtraFieldRow |
function |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php |
Builds the table row structure for a single extra field. |
| EntityDisplayFormBase::buildFieldRow |
function |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php |
Builds the table row structure for a single field. |
| EntityDisplayFormBase::copyFormValuesToEntity |
function |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php |
|
| EntityDisplayFormBase::form |
function |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php |
|
| EntityDisplayFormBase::getApplicablePluginOptions |
function |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php |
Returns an array of applicable widget or formatter options for a field. |
| EntityDisplayFormBase::getDefaultPlugin |
function |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php |
Returns the ID of the default widget or formatter plugin for a field type. |
| EntityDisplayFormBase::getDisplayModeOptions |
function |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php |
Returns an array of form or view mode options. |
| EntityDisplayFormBase::getDisplayModes |
function |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php |
Returns the form or view modes used by this form. |
| EntityDisplayFormBase::getDisplayModesLink |
function |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php |
Returns a link to the form or view mode admin page. |
| EntityDisplayFormBase::getDisplays |
function |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php |
Returns entity (form) displays for the current entity display type. |
| EntityDisplayFormBase::getDisplayStatuses |
function |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php |
Returns form or view modes statuses for the bundle used by this form. |