Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| EntityDisplayModeDeleteForm | class | core/ |
Provides the delete form for entity display modes. |
| EntityDisplayModeDeleteForm.php | file | core/ |
|
| EntityDisplayModeDeleteForm::getDescription | function | core/ |
Returns additional text to display as a description. |
| EntityDisplayModeEditForm | class | core/ |
Provides the edit form for entity display modes. |
| EntityDisplayModeEditForm.php | file | core/ |
|
| EntityDisplayModeFormBase | class | core/ |
Provides the generic base class for entity display mode forms. |
| EntityDisplayModeFormBase.php | file | core/ |
|
| EntityDisplayModeFormBase::$entityType | property | core/ |
The entity type definition. |
| EntityDisplayModeFormBase::exists | function | core/ |
Determines if the display mode already exists. |
| EntityDisplayModeFormBase::form | function | core/ |
Gets the actual form array to be built. |
| EntityDisplayModeFormBase::init | function | core/ |
Initialize the form state and the entity before the first form build. |
| EntityDisplayModeFormBase::save | function | core/ |
Form submission handler for the 'save' action. |
| EntityDisplayModeInterface | interface | core/ |
Provides an interface for entity types that hold form and view mode settings. |
| EntityDisplayModeInterface.php | file | core/ |
|
| EntityDisplayModeInterface::getTargetType | function | core/ |
Gets the entity type this display mode is used for. |
| EntityDisplayModeInterface::setTargetType | function | core/ |
Set the entity type this display mode is used for. |
| EntityDisplayModeListBuilder | class | core/ |
Defines a class to build a listing of view mode entities. |
| EntityDisplayModeListBuilder.php | file | core/ |
|
| EntityDisplayModeListBuilder::$entityTypes | property | core/ |
All entity types. |
| EntityDisplayModeListBuilder::buildHeader | function | core/ |
Builds the header row for the entity listing. |
| EntityDisplayModeListBuilder::buildRow | function | core/ |
Builds a row for an entity in the entity listing. |
| EntityDisplayModeListBuilder::createInstance | function | core/ |
Instantiates a new instance of this entity handler. |
| EntityDisplayModeListBuilder::isValidEntity | function | core/ |
Filters entities based on their view builder handlers. |
| EntityDisplayModeListBuilder::load | function | core/ |
Loads entities of this type from storage for listing. |
| EntityDisplayModeListBuilder::render | function | core/ |
Builds the entity listing as renderable array for table.html.twig. |
| EntityDisplayModeListBuilder::__construct | function | core/ |
Constructs a new EntityDisplayModeListBuilder object. |
| EntityDisplayModeTest | class | core/ |
Tests the entity display modes UI. |
| EntityDisplayModeTest.php | file | core/ |
|
| EntityDisplayModeTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| EntityDisplayModeTest::$modules | property | core/ |
Modules to enable. |
| EntityDisplayModeTest::setUp | function | core/ |
|
| EntityDisplayModeTest::testAlphabeticalDisplaySettings | function | core/ |
Tests if view modes appear in alphabetical order by visible name. |
| EntityDisplayModeTest::testEntityFormModeUI | function | core/ |
Tests the EntityFormMode user interface. |
| EntityDisplayModeTest::testEntityViewModeUI | function | core/ |
Tests the EntityViewMode user interface. |
| EntityDisplayPluginCollection | class | core/ |
A collection of formatters or widgets. |
| EntityDisplayPluginCollection.php | file | core/ |
|
| EntityDisplayPluginCollection::$pluginKey | property | core/ |
The key within the plugin configuration that contains the plugin ID. |
| EntityDisplayRebuilder | class | core/ |
Rebuilds all form and view modes for a passed entity bundle. |
| EntityDisplayRebuilder.php | file | core/ |
|
| EntityDisplayRebuilder::$entityDisplayRepository | property | core/ |
The display repository. |
| EntityDisplayRebuilder::$entityTypeBundleInfo | property | core/ |
The entity type bundle info. |
| EntityDisplayRebuilder::$entityTypeManager | property | core/ |
The field storage config storage. |
| EntityDisplayRebuilder::create | function | core/ |
Instantiates a new instance of this class. |
| EntityDisplayRebuilder::rebuildEntityTypeDisplays | function | core/ |
Rebuild displays for single Entity Type. |
| EntityDisplayRebuilder::__construct | function | core/ |
Constructs a new EntityDisplayRebuilder. |
| EntityDisplayRepository | class | core/ |
Provides a repository for entity display objects (view modes and form modes). |
| EntityDisplayRepository.php | file | core/ |
|
| EntityDisplayRepository::$displayModeInfo | property | core/ |
Static cache of display modes information. |
| EntityDisplayRepository::$entityTypeManager | property | core/ |
The entity type manager. |
| EntityDisplayRepository::$languageManager | property | core/ |
The language manager. |
Pagination
- Previous page
- Page 462
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.