Search for definition

  1. Search 7.x for definition
  2. Search 9.5.x for definition
  3. Search 8.9.x for definition
  4. Search 10.3.x for definition
  5. Other projects
Title Object type File name Summary
EntityTypedDataDefinitionTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/EntityTypedDataDefinitionTest.php Modules to install.
EntityTypedDataDefinitionTest::$typedDataManager property core/tests/Drupal/KernelTests/Core/Entity/EntityTypedDataDefinitionTest.php The typed data manager to use.
EntityTypedDataDefinitionTest::entityDefinitionIsInternalProvider function core/tests/Drupal/KernelTests/Core/Entity/EntityTypedDataDefinitionTest.php Provides test cases for testEntityDefinitionIsInternal.
EntityTypedDataDefinitionTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityTypedDataDefinitionTest.php
EntityTypedDataDefinitionTest::testEntities function core/tests/Drupal/KernelTests/Core/Entity/EntityTypedDataDefinitionTest.php Tests deriving metadata about entities.
EntityTypedDataDefinitionTest::testEntityDefinitionIsInternal function core/tests/Drupal/KernelTests/Core/Entity/EntityTypedDataDefinitionTest.php Tests that an entity annotation can mark the data definition as internal.
EntityTypedDataDefinitionTest::testEntityReferences function core/tests/Drupal/KernelTests/Core/Entity/EntityTypedDataDefinitionTest.php Tests deriving metadata from entity references.
EntityTypedDataDefinitionTest::testFields function core/tests/Drupal/KernelTests/Core/Entity/EntityTypedDataDefinitionTest.php Tests deriving metadata about fields.
EntityTypeListener::clearCachedDefinitions function core/lib/Drupal/Core/Entity/EntityTypeListener.php Clears necessary caches to apply entity/field definition updates.
EntityTypeManager::clearCachedDefinitions function core/lib/Drupal/Core/Entity/EntityTypeManager.php Clears static and persistent plugin definition caches.
EntityTypeManager::findDefinitions function core/lib/Drupal/Core/Entity/EntityTypeManager.php Finds plugin definitions.
EntityTypeManager::getActiveDefinition function core/lib/Drupal/Core/Entity/EntityTypeManager.php Gets the active definition for a content entity type.
EntityTypeManager::getDefinition function core/lib/Drupal/Core/Entity/EntityTypeManager.php Gets a specific plugin definition.
EntityTypeManager::processDefinition function core/lib/Drupal/Core/Entity/EntityTypeManager.php Performs extra processing on plugin definitions.
EntityTypeManagerInterface::getDefinition function core/lib/Drupal/Core/Entity/EntityTypeManagerInterface.php
EntityTypeManagerInterface::getDefinitions function core/lib/Drupal/Core/Entity/EntityTypeManagerInterface.php
EntityTypeManagerTest::providerTestGetDefinition function core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php Provides test data for testGetDefinition().
EntityTypeManagerTest::setUpEntityTypeDefinitions function core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php Sets up the entity type manager to be tested.
EntityTypeManagerTest::testGetDefinition function core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php Tests the getDefinition() method.
EntityTypeManagerTest::testGetDefinitionInvalidException function core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php Tests the getDefinition() method with an invalid definition.
EntityTypeManagerTest::testProcessDefinition function core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php Tests the processDefinition() method.
EntityTypeManagerTestEntity::$baseFieldDefinitions property core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php The base field definitions.
EntityTypeManagerTestEntity::$bundleFieldDefinitions property core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php The bundle field definitions.
EntityTypeManagerTestEntity::baseFieldDefinitions function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php
EntityTypeManagerTestEntity::bundleFieldDefinitions function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php
EntityTypeManagerTestEntityBundle::$bundleClassFieldDefinitions property core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php The bundle class field definitions.
EntityTypeManagerTestEntityBundle::bundleFieldDefinitions function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php
EntityTypeRepositoryTest::setUpEntityTypeDefinitions function core/tests/Drupal/Tests/Core/Entity/EntityTypeRepositoryTest.php Sets up the entity type manager to be tested.
EntityViewsData::$fieldStorageDefinitions property core/modules/views/src/EntityViewsData.php The field storage definitions for all base fields of the entity type.
EntityViewsData::getFieldStorageDefinitions function core/modules/views/src/EntityViewsData.php Gets the field storage definitions.
EntityViewsData::mapFieldDefinition function core/modules/views/src/EntityViewsData.php Puts the views data for a single field onto the views data.
entity_definition_updates_8001.inc file core/modules/system/tests/modules/entity_test/update/entity_definition_updates_8001.inc
entity_definition_updates_8002.inc file core/modules/system/tests/modules/entity_test/update/entity_definition_updates_8002.inc
entity_test.definition.subscriber service core/modules/system/tests/modules/entity_test/entity_test.services.yml Drupal\entity_test\EntityTestDefinitionSubscriber
ExecutablePluginBase::getConfigDefinition function core/lib/Drupal/Core/Executable/ExecutablePluginBase.php Gets the definition of a configuration option.
ExecutablePluginBase::getConfigDefinitions function core/lib/Drupal/Core/Executable/ExecutablePluginBase.php Gets an array of definitions of available configuration options.
ExtractTest::getDefinition function core/modules/migrate/tests/src/Kernel/process/ExtractTest.php Returns test migration definition.
ExtraFieldBlockDeriver::getDerivativeDefinitions function core/modules/layout_builder/src/Plugin/Derivative/ExtraFieldBlockDeriver.php Gets the definition of all derivatives of a base plugin.
FieldableEntityDefinitionUpdateTest class core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php Tests EntityDefinitionUpdateManager's fieldable entity update functionality.
FieldableEntityDefinitionUpdateTest.php file core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php
FieldableEntityDefinitionUpdateTest::$database property core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php The database connection.
FieldableEntityDefinitionUpdateTest::$entityDefinitionUpdateManager property core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php The entity definition update manager.
FieldableEntityDefinitionUpdateTest::$entityFieldManager property core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php The entity field manager.
FieldableEntityDefinitionUpdateTest::$entityTypeId property core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php The ID of the entity type used in this test.
FieldableEntityDefinitionUpdateTest::$entityTypeManager property core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php The entity type manager.
FieldableEntityDefinitionUpdateTest::$installedStorageSchema property core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php The key-value collection for tracking installed storage schema.
FieldableEntityDefinitionUpdateTest::$lastInstalledSchemaRepository property core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php The last installed schema repository service.
FieldableEntityDefinitionUpdateTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php Modules to install.
FieldableEntityDefinitionUpdateTest::$testEntities property core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php An array of entities are created during the test.
FieldableEntityDefinitionUpdateTest::assertBackupTables function core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php Asserts that the backup tables have been kept after a successful update.

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