EntityFieldManager::getBaseFieldDefinitions |
function |
core/lib/Drupal/Core/Entity/EntityFieldManager.php |
|
EntityFieldManager::getFieldDefinitions |
function |
core/lib/Drupal/Core/Entity/EntityFieldManager.php |
|
EntityFieldManager::getFieldStorageDefinitions |
function |
core/lib/Drupal/Core/Entity/EntityFieldManager.php |
|
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. |
EntityForm::init |
function |
core/lib/Drupal/Core/Entity/EntityForm.php |
Initialize the form state and the entity before the first form build. |
EntityLabel::init |
function |
core/modules/views/src/Plugin/views/field/EntityLabel.php |
|
EntityLastInstalledSchemaRepository::$entityTypeDefinitions |
property |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
The loaded installed entity type definitions. |
EntityLastInstalledSchemaRepository::deleteLastInstalledDefinition |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
|
EntityLastInstalledSchemaRepository::deleteLastInstalledFieldStorageDefinition |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
|
EntityLastInstalledSchemaRepository::getLastInstalledDefinition |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
|
EntityLastInstalledSchemaRepository::getLastInstalledDefinitions |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
|
EntityLastInstalledSchemaRepository::getLastInstalledFieldStorageDefinitions |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
|
EntityLastInstalledSchemaRepository::setLastInstalledDefinition |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
|
EntityLastInstalledSchemaRepository::setLastInstalledFieldStorageDefinition |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
|
EntityLastInstalledSchemaRepository::setLastInstalledFieldStorageDefinitions |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
|
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. |
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 |
|
EntityReferenceTranslationDeriver::getDerivativeDefinitions |
function |
core/modules/migrate_drupal/src/Plugin/migrate/EntityReferenceTranslationDeriver.php |
|
EntityResourceHalTestCoverageTest::$definitions |
property |
core/modules/hal/tests/src/Kernel/EntityResource/EntityResourceHalTestCoverageTest.php |
Entity definitions array. |
EntityResourceRestTestCoverageTest::$definitions |
property |
core/modules/rest/tests/src/Kernel/EntityResource/EntityResourceRestTestCoverageTest.php |
Entity definitions array. |
EntityRow::init |
function |
core/modules/views/src/Plugin/views/row/EntityRow.php |
|