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
EntityTestDefinitionSubscriber::hasDefinitionBeenUpdated function core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php Checks whether the installed definitions were updated before the event.
EntityTestDefinitionSubscriber::hasEventFired function core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php Checks whether an event has been dispatched.
EntityTestDefinitionSubscriber::onEntityTypeCreate function core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php Reacts to the creation of the entity type.
EntityTestDefinitionSubscriber::onEntityTypeDelete function core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php Reacts to the deletion of the entity type.
EntityTestDefinitionSubscriber::onEntityTypeUpdate function core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php Reacts to the update of the entity type.
EntityTestDefinitionSubscriber::onFieldableEntityTypeCreate function core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php Reacts to the creation of the fieldable entity type.
EntityTestDefinitionSubscriber::onFieldableEntityTypeUpdate function core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php Reacts to the update of a fieldable entity type.
EntityTestDefinitionSubscriber::onFieldStorageDefinitionCreate function core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php Reacts to the creation of a field storage definition.
EntityTestDefinitionSubscriber::onFieldStorageDefinitionDelete function core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php Reacts to the deletion of a field storage definition.
EntityTestDefinitionSubscriber::onFieldStorageDefinitionUpdate function core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php Reacts to the update of a field storage definition.
EntityTestDefinitionSubscriber::storeDefinitionUpdate function core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php Stores the installed definition state for the specified event.
EntityTestDefinitionSubscriber::storeEvent function core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php Stores the specified event.
EntityTestDefinitionSubscriber::__construct function core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php
EntityTestFieldMethods::baseFieldDefinitions function core/modules/system/tests/modules/entity_test/src/Entity/EntityTestFieldMethods.php
EntityTestFieldOverride::baseFieldDefinitions function core/modules/system/tests/modules/entity_test/src/Entity/EntityTestFieldOverride.php
EntityTestFieldOverride::bundleFieldDefinitions function core/modules/system/tests/modules/entity_test/src/Entity/EntityTestFieldOverride.php
EntityTestLocalTasks::getDerivativeDefinitions function core/modules/system/tests/modules/entity_test/src/Plugin/Derivative/EntityTestLocalTasks.php Gets the definition of all derivatives of a base plugin.
EntityTestMapField::baseFieldDefinitions function core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMapField.php
EntityTestMul::baseFieldDefinitions function core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMul.php
EntityTestMulChanged::baseFieldDefinitions function core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulChanged.php
EntityTestMulDefaultValue::baseFieldDefinitions function core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulDefaultValue.php
EntityTestMulRev::baseFieldDefinitions function core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulRev.php
EntityTestMulRevChanged::baseFieldDefinitions function core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulRevChanged.php
EntityTestMulRevChangedWithRevisionLog::baseFieldDefinitions function core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulRevChangedWithRevisionLog.php
EntityTestMulRevPub::baseFieldDefinitions function core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulRevPub.php
EntityTestMultiValueBasefield::baseFieldDefinitions function core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMultiValueBasefield.php
EntityTestMulWithRevisionLogPub::baseFieldDefinitions function core/modules/system/tests/modules/entity_test_revlog/src/Entity/EntityTestMulWithRevisionLogPub.php
EntityTestResourceTestBase::$entityDefinitionUpdateManager property core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestResourceTestBase.php The entity definition update manager.
EntityTestRev::baseFieldDefinitions function core/modules/system/tests/modules/entity_test/src/Entity/EntityTestRev.php
EntityTestRevPub::baseFieldDefinitions function core/modules/system/tests/modules/entity_test/src/Entity/EntityTestRevPub.php
EntityTestStringId::baseFieldDefinitions function core/modules/system/tests/modules/entity_test/src/Entity/EntityTestStringId.php
EntityTestUpdate::baseFieldDefinitions function core/modules/system/tests/modules/entity_test_update/src/Entity/EntityTestUpdate.php
EntityTestUpdate::bundleFieldDefinitions function core/modules/system/tests/modules/entity_test_update/src/Entity/EntityTestUpdate.php
EntityTestWithBundle::baseFieldDefinitions function core/modules/system/tests/modules/entity_test/src/Entity/EntityTestWithBundle.php
EntityTestWithRevisionLog::baseFieldDefinitions function core/modules/system/tests/modules/entity_test_revlog/src/Entity/EntityTestWithRevisionLog.php
EntityTranslationTest::testFieldDefinitions function core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php Check that field translatability is handled properly.
EntityTypeBundleInfoTest::setUpEntityTypeDefinitions function core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php Sets up the entity type manager to be tested.
EntityTypeConstraintsTest::testConstraintDefinition function core/tests/Drupal/KernelTests/Core/Entity/EntityTypeConstraintsTest.php Tests defining entity constraints via entity type annotations and hooks.
EntityTypedDataDefinitionTest class core/tests/Drupal/KernelTests/Core/Entity/EntityTypedDataDefinitionTest.php Tests deriving metadata of entity and field data types.
EntityTypedDataDefinitionTest.php file core/tests/Drupal/KernelTests/Core/Entity/EntityTypedDataDefinitionTest.php
EntityTypedDataDefinitionTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/EntityTypedDataDefinitionTest.php Modules to enable.
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.

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