Search for definition

  1. Search 7.x for definition
  2. Search 8.9.x for definition
  3. Search 10.3.x for definition
  4. Search 11.x for definition
  5. Other projects
Title Object type File name Summary
EntityDefinitionUpdateTest::testSingleActionCalls function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests applying single updates.
EntityDefinitionUpdateTest::testUninstallEntityTypeWithoutInCodeDefinition function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests uninstalling an entity type that doesn't exist in code anymore.
EntityDefinitionUpdateTest::testUninstallRevisionableEntityTypeWithoutInCodeDefinition function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests uninstalling a revisionable entity type that doesn't exist in code.
EntityDefinitionUpdateTest::testUpdateEntityTypeWithoutInCodeDefinition function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests updating an entity type that doesn't exist in code anymore.
EntityDefinitionUpdateTest::testUpdateFieldableEntityTypeWithoutInCodeDefinition function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests updating a fieldable entity type that doesn't exist in code anymore.
EntityDeleteActionDeriver::getDerivativeDefinitions function core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityDeleteActionDeriver.php Gets the definition of all derivatives of a base plugin.
EntityDeriver::getDerivativeDefinition function core/lib/Drupal/Core/Entity/Plugin/DataType/Deriver/EntityDeriver.php Gets the definition of a derivative plugin.
EntityDeriver::getDerivativeDefinition function core/modules/rest/src/Plugin/Deriver/EntityDeriver.php Gets the definition of a derivative plugin.
EntityDeriver::getDerivativeDefinitions function core/modules/rest/src/Plugin/Deriver/EntityDeriver.php Gets the definition of all derivatives of a base plugin.
EntityDeriver::getDerivativeDefinitions function core/lib/Drupal/Core/Entity/Plugin/DataType/Deriver/EntityDeriver.php Gets the definition of all derivatives of a base plugin.
EntityDisplayBase::$fieldDefinitions property core/lib/Drupal/Core/Entity/EntityDisplayBase.php A list of field definitions eligible for configuration in this display.
EntityDisplayBase::getFieldDefinition function core/lib/Drupal/Core/Entity/EntityDisplayBase.php Gets the field definition of a field.
EntityDisplayBase::getFieldDefinitions function core/lib/Drupal/Core/Entity/EntityDisplayBase.php Gets the definitions of the fields that are candidate for display.
EntityDisplayFormBase::getFieldDefinitions function core/modules/field_ui/src/Form/EntityDisplayFormBase.php Collects the definitions of fields whose display is configurable.
EntityField::getFieldStorageDefinition function core/modules/views/src/Plugin/views/field/EntityField.php Gets the field storage definition.
EntityFieldDefinitionTrait trait core/modules/migrate/src/EntityFieldDefinitionTrait.php The entity field definition trait.
EntityFieldDefinitionTrait.php file core/modules/migrate/src/EntityFieldDefinitionTrait.php
EntityFieldDefinitionTrait::getDefinitionFromEntity function core/modules/migrate/src/EntityFieldDefinitionTrait.php Gets the field definition from a specific entity base field.
EntityFieldDefinitionTrait::getEntityTypeId function core/modules/migrate/src/EntityFieldDefinitionTrait.php Finds the entity type from configuration or plugin ID.
EntityFieldManager::$activeFieldStorageDefinitions property core/lib/Drupal/Core/Entity/EntityFieldManager.php Static cache of active field storage definitions per entity type.
EntityFieldManager::$baseFieldDefinitions property core/lib/Drupal/Core/Entity/EntityFieldManager.php Static cache of base field definitions.
EntityFieldManager::$fieldDefinitions property core/lib/Drupal/Core/Entity/EntityFieldManager.php Static cache of field definitions per bundle and entity type.
EntityFieldManager::$fieldStorageDefinitions property core/lib/Drupal/Core/Entity/EntityFieldManager.php Static cache of field storage definitions per entity type.
EntityFieldManager::buildBaseFieldDefinitions function core/lib/Drupal/Core/Entity/EntityFieldManager.php Builds base field definitions for an entity type.
EntityFieldManager::buildBundleFieldDefinitions function core/lib/Drupal/Core/Entity/EntityFieldManager.php Builds field definitions for a specific bundle within an entity type.
EntityFieldManager::buildFieldStorageDefinitions function core/lib/Drupal/Core/Entity/EntityFieldManager.php Builds field storage definitions for an entity type.
EntityFieldManager::clearCachedFieldDefinitions function core/lib/Drupal/Core/Entity/EntityFieldManager.php Clears static and persistent field definition caches.
EntityFieldManager::getActiveFieldStorageDefinitions function core/lib/Drupal/Core/Entity/EntityFieldManager.php Gets the active field storage definitions for a content entity type.
EntityFieldManager::getBaseFieldDefinitions function core/lib/Drupal/Core/Entity/EntityFieldManager.php Gets the base field definitions for a content entity type.
EntityFieldManager::getFieldDefinitions function core/lib/Drupal/Core/Entity/EntityFieldManager.php Gets the field definitions for a specific bundle.
EntityFieldManager::getFieldStorageDefinitions function core/lib/Drupal/Core/Entity/EntityFieldManager.php Gets the field storage definitions for a content entity type.
EntityFieldManagerInterface::clearCachedFieldDefinitions function core/lib/Drupal/Core/Entity/EntityFieldManagerInterface.php Clears static and persistent field definition caches.
EntityFieldManagerInterface::getBaseFieldDefinitions function core/lib/Drupal/Core/Entity/EntityFieldManagerInterface.php Gets the base field definitions for a content entity type.
EntityFieldManagerInterface::getFieldDefinitions function core/lib/Drupal/Core/Entity/EntityFieldManagerInterface.php Gets the field definitions for a specific bundle.
EntityFieldManagerInterface::getFieldStorageDefinitions function core/lib/Drupal/Core/Entity/EntityFieldManagerInterface.php Gets the field storage definitions for a content entity type.
EntityFieldManagerTest::providerTestGetBaseFieldDefinitionsTranslatableEntityTypeDefaultLangcode function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php Provides test data for testGetBaseFieldDefinitionsTranslatableEntityTypeDefaultLangcode().
EntityFieldManagerTest::providerTestGetBaseFieldDefinitionsTranslatableEntityTypeLangcode function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php Provides test data for testGetBaseFieldDefinitionsTranslatableEntityTypeLangcode().
EntityFieldManagerTest::setUpEntityTypeDefinitions function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php Sets up the entity type manager to be tested.
EntityFieldManagerTest::setUpEntityWithFieldDefinition function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php Prepares an entity that defines a field definition.
EntityFieldManagerTest::testClearCachedFieldDefinitions function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php Tests the clearCachedFieldDefinitions() method.
EntityFieldManagerTest::testGetBaseFieldDefinitions function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php Tests the getBaseFieldDefinitions() method.
EntityFieldManagerTest::testGetBaseFieldDefinitionsInvalidDefinition function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php Tests the getBaseFieldDefinitions() method with an invalid definition.
EntityFieldManagerTest::testGetBaseFieldDefinitionsTranslatableEntityTypeDefaultLangcode function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php Tests the getBaseFieldDefinitions() method with a translatable entity type.
EntityFieldManagerTest::testGetBaseFieldDefinitionsTranslatableEntityTypeLangcode function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php Tests the getBaseFieldDefinitions() method with a translatable entity type.
EntityFieldManagerTest::testGetBaseFieldDefinitionsWithCaching function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php Tests the getBaseFieldDefinitions() method with caching.
EntityFieldManagerTest::testGetFieldDefinitions function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php Tests the getFieldDefinitions() method.
EntityFieldManagerTest::testGetFieldDefinitionsProvider function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php Tests that getFieldDefinitions() method sets the 'provider' definition key.
EntityFieldManagerTest::testGetFieldDefinitionsWithCaching function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php Tests the getFieldDefinitions() method with caching.
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.

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