EntityDisplayBase::getMode |
function |
core/lib/Drupal/Core/Entity/EntityDisplayBase.php |
Gets the view or form mode to be displayed. |
EntityDisplayBase::getOriginalMode |
function |
core/lib/Drupal/Core/Entity/EntityDisplayBase.php |
Gets the original view or form mode that was requested. |
EntityDisplayBase::getPluginRemovedDependencies |
function |
core/lib/Drupal/Core/Entity/EntityDisplayBase.php |
Returns the plugin dependencies being removed. |
EntityDisplayBase::getTargetBundle |
function |
core/lib/Drupal/Core/Entity/EntityDisplayBase.php |
Gets the bundle to be displayed. |
EntityDisplayBase::getTargetEntityTypeId |
function |
core/lib/Drupal/Core/Entity/EntityDisplayBase.php |
Gets the entity type for which this display is used. |
EntityDisplayBase::id |
function |
core/lib/Drupal/Core/Entity/EntityDisplayBase.php |
Gets the identifier. |
EntityDisplayBase::init |
function |
core/lib/Drupal/Core/Entity/EntityDisplayBase.php |
Initializes the display. |
EntityDisplayBase::onDependencyRemoval |
function |
core/lib/Drupal/Core/Entity/EntityDisplayBase.php |
Informs the entity that entities it depends on will be deleted. |
EntityDisplayBase::preSave |
function |
core/lib/Drupal/Core/Entity/EntityDisplayBase.php |
Acts on an entity before the presave hook is invoked. |
EntityDisplayBase::removeComponent |
function |
core/lib/Drupal/Core/Entity/EntityDisplayBase.php |
Sets a component to be hidden. |
EntityDisplayBase::set |
function |
core/lib/Drupal/Core/Entity/EntityDisplayBase.php |
Sets the value of a property. |
EntityDisplayBase::setComponent |
function |
core/lib/Drupal/Core/Entity/EntityDisplayBase.php |
Sets the display options for a component. |
EntityDisplayBase::setTargetBundle |
function |
core/lib/Drupal/Core/Entity/EntityDisplayBase.php |
Sets the bundle to be displayed. |
EntityDisplayBase::toArray |
function |
core/lib/Drupal/Core/Entity/EntityDisplayBase.php |
Gets an array of all property values. |
EntityDisplayBase::__construct |
function |
core/lib/Drupal/Core/Entity/EntityDisplayBase.php |
Constructs an Entity object. |
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 |
Gets the entity type definition. |
EntityDisplayBaseMockableClass::getPluginCollections |
function |
core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayBaseTest.php |
|
EntityDisplayBaseMockableClass::getRenderer |
function |
core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayBaseTest.php |
Gets the renderer plugin for a field (e.g. widget, formatter). |
EntityDisplayBaseTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayBaseTest.php |
@coversDefaultClass \Drupal\Core\Entity\EntityDisplayBase |
EntityDisplayBaseTest |
class |
core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayBaseTest.php |
@coversDefaultClass \Drupal\Core\Entity\EntityDisplayBase |
EntityDisplayBaseTest.php |
file |
core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayBaseTest.php |
|
EntityDisplayBaseTest.php |
file |
core/tests/Drupal/KernelTests/Core/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 |
Modules to install. |
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 |
@covers ::getMode |
EntityDisplayBaseTest::testGetOriginalMode |
function |
core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayBaseTest.php |
@covers ::getOriginalMode |
EntityDisplayBaseTest::testGetTargetBundle |
function |
core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayBaseTest.php |
@covers ::getTargetBundle |
EntityDisplayBaseTest::testGetTargetEntityTypeId |
function |
core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayBaseTest.php |
@covers ::getTargetEntityTypeId |
EntityDisplayBaseTest::testOnDependencyRemoval |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayBaseTest.php |
@covers ::onDependencyRemoval |
EntityDisplayBaseTest::testPreSave |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayBaseTest.php |
@covers ::preSave |
EntityDisplayBaseTest::testSetTargetBundle |
function |
core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayBaseTest.php |
@covers ::setTargetBundle |
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 |
Copies top-level form values to entity properties. |
EntityDisplayFormBase::form |
function |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php |
Gets the actual form array to be built. |