Search for entity

  1. Search 7.x for entity
  2. Search 8.9.x for entity
  3. Search 10.3.x for entity
  4. Search 11.x for entity
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Entity class core/modules/views/src/Plugin/views/argument_validator/Entity.php Defines an argument validator plugin for each entity type.
Entity class core/modules/views/src/Plugin/views/area/Entity.php Provides an area handler which renders an entity in a certain view mode.
Entity class core/modules/migrate/src/Plugin/migrate/destination/Entity.php Provides a generic destination to import entities.
Entity class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Test.php
Entity class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Entity.php This class is a near-copy of tests/Doctrine/Tests/Common/Annotations/Ticket/DCOM58Entity.php, which is part of the Doctrine project: <http://www.doctrine-project.org>. It was copied from version 1.2.7.

All search results

Title Object type File name Summary
EntityDisplayRebuilder::$entityTypeBundleInfo property core/modules/field/src/EntityDisplayRebuilder.php The entity type bundle info.
EntityDisplayRebuilder::$entityTypeManager property core/modules/field/src/EntityDisplayRebuilder.php The field storage config storage.
EntityDisplayRebuilder::create function core/modules/field/src/EntityDisplayRebuilder.php Instantiates a new instance of this class.
EntityDisplayRebuilder::rebuildEntityTypeDisplays function core/modules/field/src/EntityDisplayRebuilder.php Rebuild displays for single Entity Type.
EntityDisplayRebuilder::__construct function core/modules/field/src/EntityDisplayRebuilder.php Constructs a new EntityDisplayRebuilder.
EntityDisplayRepository class core/lib/Drupal/Core/Entity/EntityDisplayRepository.php Provides a repository for entity display objects (view modes and form modes).
EntityDisplayRepository.php file core/lib/Drupal/Core/Entity/EntityDisplayRepository.php
EntityDisplayRepository::$displayModeInfo property core/lib/Drupal/Core/Entity/EntityDisplayRepository.php Static cache of display modes information.
EntityDisplayRepository::$entityTypeManager property core/lib/Drupal/Core/Entity/EntityDisplayRepository.php The entity type manager.
EntityDisplayRepository::$languageManager property core/lib/Drupal/Core/Entity/EntityDisplayRepository.php The language manager.
EntityDisplayRepository::$moduleHandler property core/lib/Drupal/Core/Entity/EntityDisplayRepository.php The module handler.
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::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 enable.
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.

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