| EntityDisplayModeController.php |
file |
core/modules/field_ui/src/Controller/EntityDisplayModeController.php |
|
| EntityDisplayModeController::formModeTypeSelection |
function |
core/modules/field_ui/src/Controller/EntityDisplayModeController.php |
Provides a list of eligible entity types for adding form modes. |
| EntityDisplayModeController::viewModeTypeSelection |
function |
core/modules/field_ui/src/Controller/EntityDisplayModeController.php |
Provides a list of eligible entity types for adding view modes. |
| EntityDisplayModeDeleteForm |
class |
core/modules/field_ui/src/Form/EntityDisplayModeDeleteForm.php |
Provides the delete form for entity display modes. |
| EntityDisplayModeDeleteForm.php |
file |
core/modules/field_ui/src/Form/EntityDisplayModeDeleteForm.php |
|
| EntityDisplayModeDeleteForm::getDescription |
function |
core/modules/field_ui/src/Form/EntityDisplayModeDeleteForm.php |
Returns additional text to display as a description. |
| EntityDisplayModeEditForm |
class |
core/modules/field_ui/src/Form/EntityDisplayModeEditForm.php |
Provides the edit form for entity display modes. |
| EntityDisplayModeEditForm.php |
file |
core/modules/field_ui/src/Form/EntityDisplayModeEditForm.php |
|
| EntityDisplayModeFormBase |
class |
core/modules/field_ui/src/Form/EntityDisplayModeFormBase.php |
Provides the generic base class for entity display mode forms. |
| EntityDisplayModeFormBase.php |
file |
core/modules/field_ui/src/Form/EntityDisplayModeFormBase.php |
|
| EntityDisplayModeFormBase::$entityType |
property |
core/modules/field_ui/src/Form/EntityDisplayModeFormBase.php |
The entity type definition. |
| EntityDisplayModeFormBase::exists |
function |
core/modules/field_ui/src/Form/EntityDisplayModeFormBase.php |
Determines if the display mode already exists. |
| EntityDisplayModeFormBase::form |
function |
core/modules/field_ui/src/Form/EntityDisplayModeFormBase.php |
Gets the actual form array to be built. |
| EntityDisplayModeFormBase::init |
function |
core/modules/field_ui/src/Form/EntityDisplayModeFormBase.php |
Initialize the form state and the entity before the first form build. |
| EntityDisplayModeFormBase::save |
function |
core/modules/field_ui/src/Form/EntityDisplayModeFormBase.php |
Form submission handler for the 'save' action. |
| EntityDisplayModeInterface |
interface |
core/lib/Drupal/Core/Entity/EntityDisplayModeInterface.php |
Provides an interface for entity types that hold form and view mode settings. |
| EntityDisplayModeInterface.php |
file |
core/lib/Drupal/Core/Entity/EntityDisplayModeInterface.php |
|
| 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 |
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::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 enable. |
| 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 |
|