Search for mode
| Title | Object type | File name | Summary |
|---|---|---|---|
| EntityDisplayModeFormBase::$entityType | property | core/ |
The entity type definition. |
| EntityDisplayModeFormBase::$targetEntityTypeId | property | core/ |
The entity type for which the display mode is being created or edited. |
| EntityDisplayModeFormBase::buildForm | function | core/ |
Form constructor. |
| EntityDisplayModeFormBase::copyFormValuesToEntity | function | core/ |
Copies top-level form values to entity properties. |
| EntityDisplayModeFormBase::create | function | core/ |
Instantiates a new instance of the implementing class using autowiring. |
| EntityDisplayModeFormBase::exists | function | core/ |
Determines if the display mode already exists. |
| EntityDisplayModeFormBase::form | function | core/ |
Gets the actual form array to be built. |
| EntityDisplayModeFormBase::getDisplayByContext | function | core/ |
Returns View or Form display based on display context. |
| EntityDisplayModeFormBase::getEntityDisplay | function | core/ |
Returns an entity display object to be used by this form. |
| EntityDisplayModeFormBase::getFormDisplay | function | core/ |
Load the form display for a given bundle and form mode name. |
| EntityDisplayModeFormBase::getOverviewUrl | function | core/ |
Returns the Url object for a specific entity (form) display edit form. |
| EntityDisplayModeFormBase::getViewDisplay | function | core/ |
Load the view display for a given bundle and view mode name. |
| 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. |
| EntityDisplayModeFormBase::__construct | function | core/ |
Constructs a EntityDisplayModeFormBase object. |
| EntityDisplayModeInterface | interface | core/ |
Provides an interface for entity types that hold form and view mode settings. |
| EntityDisplayModeInterface.php | file | core/ |
|
| EntityDisplayModeInterface::getDescription | function | core/ |
Gets the display mode description. |
| 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::getOperations | function | core/ |
Provides an array of information to build a list of operation links. |
| 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 install. |
| 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. |
| EntityDisplayRepository::$displayModeInfo | property | core/ |
Static cache of display modes information. |
| EntityDisplayRepository::clearDisplayModeInfo | function | core/ |
Clears the gathered display mode info. |
| EntityDisplayRepository::getAllDisplayModesByEntityType | function | core/ |
Gets the entity display mode info for all entity types. |
| EntityDisplayRepository::getAllFormModes | function | core/ |
Gets the entity form mode info for all entity types. |
| EntityDisplayRepository::getAllViewModes | function | core/ |
Gets the entity view mode info for all entity types. |
| EntityDisplayRepository::getDisplayModeOptions | function | core/ |
Gets an array of display mode options. |
| EntityDisplayRepository::getDisplayModeOptionsByBundle | function | core/ |
Returns an array of enabled display mode options by bundle. |
| EntityDisplayRepository::getDisplayModesByEntityType | function | core/ |
Gets the entity display mode info for a specific entity type. |
| EntityDisplayRepository::getFormModeOptions | function | core/ |
Gets an array of form mode options. |
| EntityDisplayRepository::getFormModeOptionsByBundle | function | core/ |
Returns an array of enabled form mode options by bundle. |
| EntityDisplayRepository::getFormModes | function | core/ |
Gets the entity form mode info for a specific entity type. |
Pagination
- Previous page
- Page 12
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.