EntityDisplayModeInterface::getDescription |
function |
core/lib/Drupal/Core/Entity/EntityDisplayModeInterface.php |
Gets the display mode description. |
EntityDisplayModeInterface::getTargetType |
function |
core/lib/Drupal/Core/Entity/EntityDisplayModeInterface.php |
Gets the entity type this display mode is used for. |
EntityDisplayModeInterface::setTargetType |
function |
core/lib/Drupal/Core/Entity/EntityDisplayModeInterface.php |
Set the entity type this display mode is used for. |
EntityDisplayModeListBuilder |
class |
core/modules/field_ui/src/EntityDisplayModeListBuilder.php |
Defines a class to build a listing of view mode entities. |
EntityDisplayModeListBuilder.php |
file |
core/modules/field_ui/src/EntityDisplayModeListBuilder.php |
|
EntityDisplayModeListBuilder::$entityTypes |
property |
core/modules/field_ui/src/EntityDisplayModeListBuilder.php |
All entity types. |
EntityDisplayModeListBuilder::buildHeader |
function |
core/modules/field_ui/src/EntityDisplayModeListBuilder.php |
|
EntityDisplayModeListBuilder::buildRow |
function |
core/modules/field_ui/src/EntityDisplayModeListBuilder.php |
|
EntityDisplayModeListBuilder::createInstance |
function |
core/modules/field_ui/src/EntityDisplayModeListBuilder.php |
|
EntityDisplayModeListBuilder::getOperations |
function |
core/modules/field_ui/src/EntityDisplayModeListBuilder.php |
|
EntityDisplayModeListBuilder::isValidEntity |
function |
core/modules/field_ui/src/EntityDisplayModeListBuilder.php |
Filters entities based on their view builder handlers. |
EntityDisplayModeListBuilder::load |
function |
core/modules/field_ui/src/EntityDisplayModeListBuilder.php |
|
EntityDisplayModeListBuilder::render |
function |
core/modules/field_ui/src/EntityDisplayModeListBuilder.php |
|
EntityDisplayModeListBuilder::__construct |
function |
core/modules/field_ui/src/EntityDisplayModeListBuilder.php |
Constructs a new EntityDisplayModeListBuilder object. |
EntityDisplayModeTest |
class |
core/modules/field_ui/tests/src/Functional/EntityDisplayModeTest.php |
Tests the entity display modes UI. |
EntityDisplayModeTest.php |
file |
core/modules/field_ui/tests/src/Functional/EntityDisplayModeTest.php |
|
EntityDisplayModeTest::$defaultTheme |
property |
core/modules/field_ui/tests/src/Functional/EntityDisplayModeTest.php |
|
EntityDisplayModeTest::$modules |
property |
core/modules/field_ui/tests/src/Functional/EntityDisplayModeTest.php |
|
EntityDisplayModeTest::setUp |
function |
core/modules/field_ui/tests/src/Functional/EntityDisplayModeTest.php |
|
EntityDisplayModeTest::testAlphabeticalDisplaySettings |
function |
core/modules/field_ui/tests/src/Functional/EntityDisplayModeTest.php |
Tests if view modes appear in alphabetical order by visible name. |
EntityDisplayModeTest::testEntityFormModeUI |
function |
core/modules/field_ui/tests/src/Functional/EntityDisplayModeTest.php |
Tests the EntityFormMode user interface. |
EntityDisplayModeTest::testEntityViewModeUI |
function |
core/modules/field_ui/tests/src/Functional/EntityDisplayModeTest.php |
Tests the EntityViewMode user interface. |
EntityDisplayRepository::$displayModeInfo |
property |
core/lib/Drupal/Core/Entity/EntityDisplayRepository.php |
Static cache of display modes information. |
EntityDisplayRepository::clearDisplayModeInfo |
function |
core/lib/Drupal/Core/Entity/EntityDisplayRepository.php |
|
EntityDisplayRepository::getAllDisplayModesByEntityType |
function |
core/lib/Drupal/Core/Entity/EntityDisplayRepository.php |
Gets the entity display mode info for all entity types. |
EntityDisplayRepository::getAllFormModes |
function |
core/lib/Drupal/Core/Entity/EntityDisplayRepository.php |
|
EntityDisplayRepository::getAllViewModes |
function |
core/lib/Drupal/Core/Entity/EntityDisplayRepository.php |
|
EntityDisplayRepository::getDisplayModeOptions |
function |
core/lib/Drupal/Core/Entity/EntityDisplayRepository.php |
Gets an array of display mode options. |
EntityDisplayRepository::getDisplayModeOptionsByBundle |
function |
core/lib/Drupal/Core/Entity/EntityDisplayRepository.php |
Returns an array of enabled display mode options by bundle. |
EntityDisplayRepository::getDisplayModesByEntityType |
function |
core/lib/Drupal/Core/Entity/EntityDisplayRepository.php |
Gets the entity display mode info for a specific entity type. |
EntityDisplayRepository::getFormModeOptions |
function |
core/lib/Drupal/Core/Entity/EntityDisplayRepository.php |
|
EntityDisplayRepository::getFormModeOptionsByBundle |
function |
core/lib/Drupal/Core/Entity/EntityDisplayRepository.php |
|
EntityDisplayRepository::getFormModes |
function |
core/lib/Drupal/Core/Entity/EntityDisplayRepository.php |
|
EntityDisplayRepository::getViewModeOptions |
function |
core/lib/Drupal/Core/Entity/EntityDisplayRepository.php |
|
EntityDisplayRepository::getViewModeOptionsByBundle |
function |
core/lib/Drupal/Core/Entity/EntityDisplayRepository.php |
|
EntityDisplayRepository::getViewModes |
function |
core/lib/Drupal/Core/Entity/EntityDisplayRepository.php |
|
EntityDisplayRepositoryInterface::clearDisplayModeInfo |
function |
core/lib/Drupal/Core/Entity/EntityDisplayRepositoryInterface.php |
Clears the gathered display mode info. |
EntityDisplayRepositoryInterface::DEFAULT_DISPLAY_MODE |
constant |
core/lib/Drupal/Core/Entity/EntityDisplayRepositoryInterface.php |
The default display mode ID. |
EntityDisplayRepositoryInterface::getAllFormModes |
function |
core/lib/Drupal/Core/Entity/EntityDisplayRepositoryInterface.php |
Gets the entity form mode info for all entity types. |
EntityDisplayRepositoryInterface::getAllViewModes |
function |
core/lib/Drupal/Core/Entity/EntityDisplayRepositoryInterface.php |
Gets the entity view mode info for all entity types. |
EntityDisplayRepositoryInterface::getFormModeOptions |
function |
core/lib/Drupal/Core/Entity/EntityDisplayRepositoryInterface.php |
Gets an array of form mode options. |
EntityDisplayRepositoryInterface::getFormModeOptionsByBundle |
function |
core/lib/Drupal/Core/Entity/EntityDisplayRepositoryInterface.php |
Returns an array of enabled form mode options by bundle. |
EntityDisplayRepositoryInterface::getFormModes |
function |
core/lib/Drupal/Core/Entity/EntityDisplayRepositoryInterface.php |
Gets the entity form mode info for a specific entity type. |
EntityDisplayRepositoryInterface::getViewModeOptions |
function |
core/lib/Drupal/Core/Entity/EntityDisplayRepositoryInterface.php |
Gets an array of view mode options. |
EntityDisplayRepositoryInterface::getViewModeOptionsByBundle |
function |
core/lib/Drupal/Core/Entity/EntityDisplayRepositoryInterface.php |
Returns an array of enabled view mode options by bundle. |
EntityDisplayRepositoryInterface::getViewModes |
function |
core/lib/Drupal/Core/Entity/EntityDisplayRepositoryInterface.php |
Gets the entity view mode info for a specific entity type. |
EntityDisplayTest::testGetDisplayModeOptions |
function |
core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php |
Tests getDisplayModeOptions(). |
EntityFormDisplayEditForm::getDisplayModeOptions |
function |
core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php |
|
EntityFormDisplayEditForm::getDisplayModes |
function |
core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php |
|
EntityFormDisplayEditForm::getDisplayModesLink |
function |
core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php |
|