| 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 |
Builds the header row for the entity listing. |
| EntityDisplayModeListBuilder::buildRow |
function |
core/modules/field_ui/src/EntityDisplayModeListBuilder.php |
Builds a row for an entity in the entity listing. |
| EntityDisplayModeListBuilder::createInstance |
function |
core/modules/field_ui/src/EntityDisplayModeListBuilder.php |
Instantiates a new instance of this entity handler. |
| EntityDisplayModeListBuilder::getOperations |
function |
core/modules/field_ui/src/EntityDisplayModeListBuilder.php |
Provides an array of information to build a list of operation links. |
| 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 |
Loads entities of this type from storage for listing. |
| EntityDisplayModeListBuilder::render |
function |
core/modules/field_ui/src/EntityDisplayModeListBuilder.php |
Builds the entity listing as renderable array for table.html.twig. |
| 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 |
The theme to install as the default for testing. |
| EntityDisplayModeTest::$modules |
property |
core/modules/field_ui/tests/src/Functional/EntityDisplayModeTest.php |
Modules to install. |
| 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. |
| EntityDisplayPluginCollection |
class |
core/lib/Drupal/Core/Entity/EntityDisplayPluginCollection.php |
A collection of formatters or widgets. |
| EntityDisplayPluginCollection.php |
file |
core/lib/Drupal/Core/Entity/EntityDisplayPluginCollection.php |
|
| EntityDisplayPluginCollection::$pluginKey |
property |
core/lib/Drupal/Core/Entity/EntityDisplayPluginCollection.php |
The key within the plugin configuration that contains the plugin ID. |
| EntityDisplayRebuilder |
class |
core/modules/field/src/EntityDisplayRebuilder.php |
Rebuilds all form and view modes for a passed entity bundle. |
| EntityDisplayRebuilder.php |
file |
core/modules/field/src/EntityDisplayRebuilder.php |
|
| EntityDisplayRebuilder::$entityDisplayRepository |
property |
core/modules/field/src/EntityDisplayRebuilder.php |
The display repository. |
| EntityDisplayRebuilder::$entityTypeBundleInfo |
property |
core/modules/field/src/EntityDisplayRebuilder.php |
The entity type bundle info. |
| EntityDisplayRebuilder::$entityTypeManager |
property |
core/modules/field/src/EntityDisplayRebuilder.php |
The field storage config storage. |
| EntityDisplayRebuilder::create |
function |
core/modules/field/src/EntityDisplayRebuilder.php |
Instantiates a new instance of this class. |
| EntityDisplayRebuilder::rebuildEntityTypeDisplays |
function |
core/modules/field/src/EntityDisplayRebuilder.php |
Rebuild displays for single Entity Type. |
| EntityDisplayRebuilder::__construct |
function |
core/modules/field/src/EntityDisplayRebuilder.php |
Constructs a new EntityDisplayRebuilder. |
| EntityDisplayRepository |
class |
core/lib/Drupal/Core/Entity/EntityDisplayRepository.php |
Provides a repository for entity display objects (view modes and form modes). |
| EntityDisplayRepository.php |
file |
core/lib/Drupal/Core/Entity/EntityDisplayRepository.php |
|
| EntityDisplayRepository::$displayModeInfo |
property |
core/lib/Drupal/Core/Entity/EntityDisplayRepository.php |
Static cache of display modes information. |
| EntityDisplayRepository::$entityTypeManager |
property |
core/lib/Drupal/Core/Entity/EntityDisplayRepository.php |
The entity type manager. |
| EntityDisplayRepository::$languageManager |
property |
core/lib/Drupal/Core/Entity/EntityDisplayRepository.php |
The language manager. |
| EntityDisplayRepository::$moduleHandler |
property |
core/lib/Drupal/Core/Entity/EntityDisplayRepository.php |
The module handler. |
| EntityDisplayRepository::clearDisplayModeInfo |
function |
core/lib/Drupal/Core/Entity/EntityDisplayRepository.php |
Clears the gathered display mode info. |
| 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 |
Gets the entity form mode info for all entity types. |
| EntityDisplayRepository::getAllViewModes |
function |
core/lib/Drupal/Core/Entity/EntityDisplayRepository.php |
Gets the entity view mode info for all entity types. |
| 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::getFormDisplay |
function |
core/lib/Drupal/Core/Entity/EntityDisplayRepository.php |
Returns the entity form display associated with a bundle and form mode. |
| EntityDisplayRepository::getFormModeOptions |
function |
core/lib/Drupal/Core/Entity/EntityDisplayRepository.php |
Gets an array of form mode options. |
| EntityDisplayRepository::getFormModeOptionsByBundle |
function |
core/lib/Drupal/Core/Entity/EntityDisplayRepository.php |
Returns an array of enabled form mode options by bundle. |
| EntityDisplayRepository::getFormModes |
function |
core/lib/Drupal/Core/Entity/EntityDisplayRepository.php |
Gets the entity form mode info for a specific entity type. |
| EntityDisplayRepository::getViewDisplay |
function |
core/lib/Drupal/Core/Entity/EntityDisplayRepository.php |
Returns the entity view display associated with a bundle and view mode. |
| EntityDisplayRepository::getViewModeOptions |
function |
core/lib/Drupal/Core/Entity/EntityDisplayRepository.php |
Gets an array of view mode options. |
| EntityDisplayRepository::getViewModeOptionsByBundle |
function |
core/lib/Drupal/Core/Entity/EntityDisplayRepository.php |
Returns an array of enabled view mode options by bundle. |
| EntityDisplayRepository::getViewModes |
function |
core/lib/Drupal/Core/Entity/EntityDisplayRepository.php |
Gets the entity view mode info for a specific entity type. |