Search for mode

  1. Search 7.x for mode
  2. Search 9.5.x for mode
  3. Search 8.9.x for mode
  4. Search 11.x for mode
  5. Other projects
Title Object type File name Summary
EntityDisplayModeFormBase::form function core/modules/field_ui/src/Form/EntityDisplayModeFormBase.php Gets the actual form array to be built.
EntityDisplayModeFormBase::getDisplayByContext function core/modules/field_ui/src/Form/EntityDisplayModeFormBase.php Returns View or Form display based on display context.
EntityDisplayModeFormBase::getEntityDisplay function core/modules/field_ui/src/Form/EntityDisplayModeFormBase.php Returns an entity display object to be used by this form.
EntityDisplayModeFormBase::getFormDisplay function core/modules/field_ui/src/Form/EntityDisplayModeFormBase.php Load the form display for a given bundle and form mode name.
EntityDisplayModeFormBase::getOverviewUrl function core/modules/field_ui/src/Form/EntityDisplayModeFormBase.php Returns the Url object for a specific entity (form) display edit form.
EntityDisplayModeFormBase::getViewDisplay function core/modules/field_ui/src/Form/EntityDisplayModeFormBase.php Load the view display for a given bundle and view mode name.
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.
EntityDisplayModeFormBase::__construct function core/modules/field_ui/src/Form/EntityDisplayModeFormBase.php Constructs a EntityDisplayModeFormBase object.
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::getDescription function core/lib/Drupal/Core/Entity/EntityDisplayModeInterface.php Gets the display mode description.
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::getOperations function core/modules/field_ui/src/EntityDisplayModeListBuilder.php Provides an array of information to build a list of operation links.
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 install.
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
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
EntityDisplayRepository::getAllViewModes function core/lib/Drupal/Core/Entity/EntityDisplayRepository.php
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
EntityDisplayRepository::getFormModeOptionsByBundle function core/lib/Drupal/Core/Entity/EntityDisplayRepository.php
EntityDisplayRepository::getFormModes function core/lib/Drupal/Core/Entity/EntityDisplayRepository.php
EntityDisplayRepository::getViewModeOptions function core/lib/Drupal/Core/Entity/EntityDisplayRepository.php
EntityDisplayRepository::getViewModeOptionsByBundle function core/lib/Drupal/Core/Entity/EntityDisplayRepository.php
EntityDisplayRepository::getViewModes function core/lib/Drupal/Core/Entity/EntityDisplayRepository.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.

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