Search for definition

  1. Search 7.x for definition
  2. Search 9.5.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
EntityLastInstalledSchemaRepository::setLastInstalledDefinition function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php Stores the entity type definition in the application state.
EntityLastInstalledSchemaRepository::setLastInstalledFieldStorageDefinition function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php Stores the field storage definition in the application state.
EntityLastInstalledSchemaRepository::setLastInstalledFieldStorageDefinitions function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php Stores the entity type's field storage definitions in the application state.
EntityLastInstalledSchemaRepositoryInterface::deleteLastInstalledDefinition function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php Deletes the entity type definition from the application state.
EntityLastInstalledSchemaRepositoryInterface::deleteLastInstalledFieldStorageDefinition function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php Deletes the field storage definition from the application state.
EntityLastInstalledSchemaRepositoryInterface::getLastInstalledDefinition function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php Gets the entity type definition in its most recently installed state.
EntityLastInstalledSchemaRepositoryInterface::getLastInstalledDefinitions function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php Gets the entity type definitions in their most recently installed state.
EntityLastInstalledSchemaRepositoryInterface::getLastInstalledFieldStorageDefinitions function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php Gets the entity type's most recently installed field storage definitions.
EntityLastInstalledSchemaRepositoryInterface::setLastInstalledDefinition function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php Stores the entity type definition in the application state.
EntityLastInstalledSchemaRepositoryInterface::setLastInstalledFieldStorageDefinition function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php Stores the field storage definition in the application state.
EntityLastInstalledSchemaRepositoryInterface::setLastInstalledFieldStorageDefinitions function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php Stores the entity type's field storage definitions in the application state.
EntityManager::clearCachedDefinitions function core/lib/Drupal/Core/Entity/EntityManager.php
EntityManager::clearCachedFieldDefinitions function core/lib/Drupal/Core/Entity/EntityManager.php
EntityManager::getActiveDefinition function core/lib/Drupal/Core/Entity/EntityManager.php
EntityManager::getActiveFieldStorageDefinitions function core/lib/Drupal/Core/Entity/EntityManager.php
EntityManager::getBaseFieldDefinitions function core/lib/Drupal/Core/Entity/EntityManager.php
EntityManager::getDefinition function core/lib/Drupal/Core/Entity/EntityManager.php
EntityManager::getDefinitions function core/lib/Drupal/Core/Entity/EntityManager.php
EntityManager::getFieldDefinitions function core/lib/Drupal/Core/Entity/EntityManager.php
EntityManager::getFieldStorageDefinitions function core/lib/Drupal/Core/Entity/EntityManager.php
EntityManager::getLastInstalledDefinition function core/lib/Drupal/Core/Entity/EntityManager.php
EntityManager::getLastInstalledFieldStorageDefinitions function core/lib/Drupal/Core/Entity/EntityManager.php
EntityManager::hasDefinition function core/lib/Drupal/Core/Entity/EntityManager.php
EntityManager::onFieldDefinitionCreate function core/lib/Drupal/Core/Entity/EntityManager.php
EntityManager::onFieldDefinitionDelete function core/lib/Drupal/Core/Entity/EntityManager.php
EntityManager::onFieldDefinitionUpdate function core/lib/Drupal/Core/Entity/EntityManager.php
EntityManager::onFieldStorageDefinitionCreate function core/lib/Drupal/Core/Entity/EntityManager.php
EntityManager::onFieldStorageDefinitionDelete function core/lib/Drupal/Core/Entity/EntityManager.php
EntityManager::onFieldStorageDefinitionUpdate function core/lib/Drupal/Core/Entity/EntityManager.php
EntityManagerInterface::getLastInstalledDefinition function core/lib/Drupal/Core/Entity/EntityManagerInterface.php
EntityManagerInterface::getLastInstalledFieldStorageDefinitions function core/lib/Drupal/Core/Entity/EntityManagerInterface.php
EntityManagerTest::testClearCachedDefinitions function core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php Tests the clearCachedDefinitions() method.
EntityManagerTest::testClearCachedFieldDefinitions function core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php Tests the clearCachedFieldDefinitions() method.
EntityManagerTest::testGetActiveDefinition function core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php @covers ::getActiveDefinition
EntityManagerTest::testGetActiveFieldStorageDefinitions function core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php @covers ::getActiveFieldStorageDefinitions
EntityManagerTest::testGetBaseFieldDefinitions function core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php Tests the getBaseFieldDefinitions() method.
EntityManagerTest::testGetDefinition function core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php @covers ::getDefinition
EntityManagerTest::testGetDefinitions function core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php @covers ::getDefinitions
EntityManagerTest::testGetFieldDefinitions function core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php Tests the getFieldDefinitions() method.
EntityManagerTest::testGetFieldStorageDefinitions function core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php Tests the getFieldStorageDefinitions() method.
EntityManagerTest::testGetLastInstalledDefinition function core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php Tests the getLastInstalledDefinition() method.
EntityManagerTest::testGetLastInstalledFieldStorageDefinitions function core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php Tests the getLastInstalledFieldStorageDefinitions() method.
EntityManagerTest::testHasDefinition function core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php @covers ::hasDefinition
EntityOwnerTrait::ownerBaseFieldDefinitions function core/modules/user/src/EntityOwnerTrait.php Returns an array of base field definitions for entity owners.
EntityPublishedTrait::publishedBaseFieldDefinitions function core/lib/Drupal/Core/Entity/EntityPublishedTrait.php Returns an array of base field definitions for publishing status.
EntityReference::getTargetDefinition function core/lib/Drupal/Core/Entity/Plugin/DataType/EntityReference.php Gets the definition of the referenced entity.
EntityReferenceFieldItemNormalizerTest::$fieldDefinition property core/modules/serialization/tests/src/Unit/Normalizer/EntityReferenceFieldItemNormalizerTest.php The mock field definition.
EntityReferenceItem::propertyDefinitions function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php Defines field item properties.
EntityReferenceTranslationDeriver::getDerivativeDefinitions function core/modules/migrate_drupal/src/Plugin/migrate/EntityReferenceTranslationDeriver.php Gets the definition of all derivatives of a base plugin.
EntityResourceRestTestCoverageTest::$definitions property core/modules/rest/tests/src/Functional/EntityResource/EntityResourceRestTestCoverageTest.php Entity definitions array.

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