Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Other projects
Title Object type File name Summary
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[[api-linebreak]]
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[[api-linebreak]]
EntityDisplayRepositoryTest::testViewDisplay function core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayRepositoryTest.php @covers ::getViewDisplay[[api-linebreak]]
EntityDisplayTest::testOnDependencyRemoval function core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php Tests \Drupal\Core\Entity\EntityDisplayBase::onDependencyRemoval().
EntityDuplicateTest::$entityTestRevStorage property core/tests/Drupal/KernelTests/Core/Entity/EntityDuplicateTest.php
EntityExists::$storage property core/modules/migrate/src/Plugin/migrate/process/EntityExists.php The entity storage.
EntityField::$entityRepository property core/modules/views/src/Plugin/views/field/EntityField.php The entity repository service.
EntityField::addSelfTokens function core/modules/views/src/Plugin/views/field/EntityField.php Add any special tokens this field might use for itself.
EntityField::documentSelfTokens function core/modules/views/src/Plugin/views/field/EntityField.php Document any special tokens this field might use for itself.
EntityField::getFieldStorageDefinition function core/modules/views/src/Plugin/views/field/EntityField.php Gets the field storage definition.
EntityFieldManager::$activeFieldStorageDefinitions property core/lib/Drupal/Core/Entity/EntityFieldManager.php Static cache of active field storage definitions per entity type.
EntityFieldManager::$entityDisplayRepository property core/lib/Drupal/Core/Entity/EntityFieldManager.php The entity display repository.
EntityFieldManager::$entityLastInstalledSchemaRepository property core/lib/Drupal/Core/Entity/EntityFieldManager.php The entity last installed schema repository.
EntityFieldManager::$fieldStorageDefinitions property core/lib/Drupal/Core/Entity/EntityFieldManager.php Static cache of field storage definitions per entity type.
EntityFieldManager::$keyValueFactory property core/lib/Drupal/Core/Entity/EntityFieldManager.php The key-value factory.
EntityFieldManager::buildFieldStorageDefinitions function core/lib/Drupal/Core/Entity/EntityFieldManager.php Builds field storage definitions for an entity type.
EntityFieldManager::getActiveFieldStorageDefinitions function core/lib/Drupal/Core/Entity/EntityFieldManager.php Gets the active field storage definitions for a content entity type.
EntityFieldManager::getFieldStorageDefinitions function core/lib/Drupal/Core/Entity/EntityFieldManager.php Gets the field storage definitions for a content entity type.
EntityFieldManagerInterface::getFieldStorageDefinitions function core/lib/Drupal/Core/Entity/EntityFieldManagerInterface.php Gets the field storage definitions for a content entity type.
EntityFieldManagerTest::$cacheTagsInvalidator property core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php The cache tags invalidator.
EntityFieldManagerTest::$entityDisplayRepository property core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php The entity display repository.
EntityFieldManagerTest::$entityLastInstalledSchemaRepository property core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php The entity last installed schema repository.
EntityFieldManagerTest::$entityTypeRepository property core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php The entity type repository.
EntityFieldManagerTest::$keyValueFactory property core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php The keyvalue factory.
EntityFieldManagerTest::testGetFieldStorageDefinitions function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php Tests the getFieldStorageDefinitions() method.
EntityFieldManagerTest::testGetFieldStorageDefinitionsWithCaching function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php Tests the getFieldStorageDefinitions() method with caching.
EntityFieldRenderer::$entityRepository property core/modules/views/src/Entity/Render/EntityFieldRenderer.php The entity repository service.
EntityFieldRenderer::getEntityRepository function core/modules/views/src/Entity/Render/EntityFieldRenderer.php
EntityFieldStorageConfig class core/modules/migrate/src/Plugin/migrate/destination/EntityFieldStorageConfig.php Provides destination plugin for field_storage_config configuration entities.
EntityFieldStorageConfig.php file core/modules/migrate/src/Plugin/migrate/destination/EntityFieldStorageConfig.php
EntityFieldStorageConfig::getIds function core/modules/migrate/src/Plugin/migrate/destination/EntityFieldStorageConfig.php Gets the destination IDs.
EntityFieldStorageConfig::rollback function core/modules/migrate/src/Plugin/migrate/destination/EntityFieldStorageConfig.php Delete the specified destination object from the target Drupal.

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