Search for to

  1. Search 7.x for to
  2. Search 8.9.x for to
  3. Search 10.3.x for to
  4. Search 11.x for to
  5. Other projects
Title Object type File name Summary
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::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.
EntityFieldTest::doTestIterator function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php Executes the iterator tests for the given entity type.
EntityFieldTest::testIterator function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php Tests iterating over properties.
EntityForm::copyFormValuesToEntity function core/lib/Drupal/Core/Entity/EntityForm.php Copies top-level form values to entity properties.
EntityForm::getOperation function core/lib/Drupal/Core/Entity/EntityForm.php Gets the operation identifying the form.
EntityForm::setOperation function core/lib/Drupal/Core/Entity/EntityForm.php Sets the operation for this form.
EntityFormDisplay::movePropertyPathViolationsRelativeToField function core/lib/Drupal/Core/Entity/Entity/EntityFormDisplay.php Moves the property path to be relative to field level.
EntityFormDisplayEditForm::getOverviewUrl function core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php Returns the Url object for a specific entity (form) display edit form.
EntityFormDisplayTest::testOnDependencyRemoval function core/modules/field_ui/tests/src/Kernel/EntityFormDisplayTest.php Tests \Drupal\Core\Entity\EntityDisplayBase::onDependencyRemoval().
EntityFormInterface::getOperation function core/lib/Drupal/Core/Entity/EntityFormInterface.php Gets the operation identifying the form.
EntityFormInterface::setOperation function core/lib/Drupal/Core/Entity/EntityFormInterface.php Sets the operation for this form.
EntityFormTest::setUpStorage function core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php Sets up the storage accessed via the entity type manager in the form.
EntityFormTest::testCopyFormValuesToEntity function core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php @covers ::copyFormValuesToEntity

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