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. |
EntityDisplayRepository::__construct |
function |
core/lib/Drupal/Core/Entity/EntityDisplayRepository.php |
Constructs a new EntityDisplayRepository. |
EntityDisplayRepositoryInterface |
interface |
core/lib/Drupal/Core/Entity/EntityDisplayRepositoryInterface.php |
Provides an interface for an entity display repository. |
EntityDisplayRepositoryInterface.php |
file |
core/lib/Drupal/Core/Entity/EntityDisplayRepositoryInterface.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::getFormDisplay |
function |
core/lib/Drupal/Core/Entity/EntityDisplayRepositoryInterface.php |
Returns the entity form display associated with a bundle and form mode. |
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::getViewDisplay |
function |
core/lib/Drupal/Core/Entity/EntityDisplayRepositoryInterface.php |
Returns the entity view display associated with a bundle and view mode. |
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. |
EntityDisplayRepositoryTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayRepositoryTest.php |
@coversDefaultClass \Drupal\Core\Entity\EntityDisplayRepository |
EntityDisplayRepositoryTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayRepositoryTest.php |
|
EntityDisplayRepositoryTest::$displayRepository |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayRepositoryTest.php |
The entity display repository under test. |
EntityDisplayRepositoryTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayRepositoryTest.php |
Modules to install. |
EntityDisplayRepositoryTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayRepositoryTest.php |
|
EntityDisplayRepositoryTest::testFormDisplay |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayRepositoryTest.php |
@covers ::getFormDisplay |
EntityDisplayRepositoryTest::testViewDisplay |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayRepositoryTest.php |
@covers ::getViewDisplay |
EntityDisplayTest |
class |
core/modules/field_ui/tests/src/FunctionalJavascript/EntityDisplayTest.php |
Tests the UI for entity displays. |
EntityDisplayTest |
class |
core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php |
Tests the entity display configuration entities. |
EntityDisplayTest |
class |
core/modules/field_ui/tests/src/Functional/EntityDisplayTest.php |
Tests the UI for entity displays. |
EntityDisplayTest.php |
file |
core/modules/field_ui/tests/src/FunctionalJavascript/EntityDisplayTest.php |
|
EntityDisplayTest.php |
file |
core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php |
|
EntityDisplayTest.php |
file |
core/modules/field_ui/tests/src/Functional/EntityDisplayTest.php |
|
EntityDisplayTest::$defaultTheme |
property |
core/modules/field_ui/tests/src/FunctionalJavascript/EntityDisplayTest.php |
The theme to install as the default for testing. |
EntityDisplayTest::$defaultTheme |
property |
core/modules/field_ui/tests/src/Functional/EntityDisplayTest.php |
The theme to install as the default for testing. |
EntityDisplayTest::$modules |
property |
core/modules/field_ui/tests/src/FunctionalJavascript/EntityDisplayTest.php |
Modules to install. |
EntityDisplayTest::$modules |
property |
core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php |
Modules to install. |
EntityDisplayTest::$modules |
property |
core/modules/field_ui/tests/src/Functional/EntityDisplayTest.php |
Modules to install. |
EntityDisplayTest::assertDependency |
function |
core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php |
Asserts that $key is a $type type dependency of $display config entity. |
EntityDisplayTest::assertDependencyHelper |
function |
core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php |
Provides a helper for dependency assertions. |
EntityDisplayTest::assertNoDependency |
function |
core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php |
Asserts that $key is not a $type type dependency of $display config entity. |
EntityDisplayTest::setUp |
function |
core/modules/field_ui/tests/src/FunctionalJavascript/EntityDisplayTest.php |
|
EntityDisplayTest::setUp |
function |
core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php |
|
EntityDisplayTest::setUp |
function |
core/modules/field_ui/tests/src/Functional/EntityDisplayTest.php |
|