Search for mode

  1. Search 7.x for mode
  2. Search 8.9.x for mode
  3. Search 10.3.x for mode
  4. Search 11.x for mode
  5. Other projects
Title Object type File name Summary
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.
EntityDisplayRepository::$displayModeInfo property core/lib/Drupal/Core/Entity/EntityDisplayRepository.php Static cache of display modes information.
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::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::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.
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::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::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.
EntityDisplayTest::testGetDisplayModeOptions function core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php Tests getDisplayModeOptions().
EntityFormDisplayEditForm::getDisplayModeOptions function core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php Returns an array of form or view mode options.
EntityFormDisplayEditForm::getDisplayModes function core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php Returns the form or view modes used by this form.
EntityFormDisplayEditForm::getDisplayModesLink function core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php Returns a link to the form or view mode admin page.
EntityFormMode class core/lib/Drupal/Core/Entity/Entity/EntityFormMode.php Defines the entity form mode configuration entity class.
EntityFormMode.php file core/lib/Drupal/Core/Entity/Entity/EntityFormMode.php
EntityFormModeAddForm class core/modules/field_ui/src/Form/EntityFormModeAddForm.php Provides the add form for entity display modes.
EntityFormModeAddForm.php file core/modules/field_ui/src/Form/EntityFormModeAddForm.php
EntityFormModeAddForm::prepareEntity function core/modules/field_ui/src/Form/EntityFormModeAddForm.php Prepares the entity object before the form is built first.
EntityFormModeHalJsonAnonTest class core/modules/hal/tests/src/Functional/Core/EntityFormModeHalJsonAnonTest.php @group hal
@group legacy
EntityFormModeHalJsonAnonTest.php file core/modules/hal/tests/src/Functional/Core/EntityFormModeHalJsonAnonTest.php
EntityFormModeHalJsonAnonTest::$defaultTheme property core/modules/hal/tests/src/Functional/Core/EntityFormModeHalJsonAnonTest.php The theme to install as the default for testing.
EntityFormModeHalJsonAnonTest::$format property core/modules/hal/tests/src/Functional/Core/EntityFormModeHalJsonAnonTest.php The format to use in this test.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.