EntityFieldManager::getBaseFieldDefinitions |
function |
core/lib/Drupal/Core/Entity/EntityFieldManager.php |
Gets the base field definitions for a content entity type. |
EntityFieldManager::getExtraFields |
function |
core/lib/Drupal/Core/Entity/EntityFieldManager.php |
Gets the "extra fields" for a bundle. |
EntityFieldManager::getFieldDefinitions |
function |
core/lib/Drupal/Core/Entity/EntityFieldManager.php |
Gets the field definitions for a specific bundle. |
EntityFieldManager::getFieldLabels |
function |
core/lib/Drupal/Core/Entity/EntityFieldManager.php |
Returns the labels used for a field on an entity type. |
EntityFieldManager::getFieldMap |
function |
core/lib/Drupal/Core/Entity/EntityFieldManager.php |
Gets a lightweight map of fields across bundles. |
EntityFieldManager::getFieldMapByFieldType |
function |
core/lib/Drupal/Core/Entity/EntityFieldManager.php |
Gets a lightweight map of fields across bundles filtered by field type. |
EntityFieldManager::getFieldStorageDefinitions |
function |
core/lib/Drupal/Core/Entity/EntityFieldManager.php |
Gets the field storage definitions for a content entity type. |
EntityFieldManager::loadExtraFields |
function |
core/lib/Drupal/Core/Entity/EntityFieldManager.php |
Loads extra fields from cache, or rebuilds them. |
EntityFieldManager::preWarm |
function |
core/lib/Drupal/Core/Entity/EntityFieldManager.php |
Build any cache item or items that this service relies on. |
EntityFieldManager::setFieldMap |
function |
core/lib/Drupal/Core/Entity/EntityFieldManager.php |
Sets a lightweight map of fields across bundles. |
EntityFieldManager::useCaches |
function |
core/lib/Drupal/Core/Entity/EntityFieldManager.php |
Disable the use of caches. |
EntityFieldManager::__construct |
function |
core/lib/Drupal/Core/Entity/EntityFieldManager.php |
Constructs a new EntityFieldManager. |
EntityFieldManagerInterface |
interface |
core/lib/Drupal/Core/Entity/EntityFieldManagerInterface.php |
Provides an interface for an entity field manager. |
EntityFieldManagerInterface.php |
file |
core/lib/Drupal/Core/Entity/EntityFieldManagerInterface.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::getExtraFields |
function |
core/lib/Drupal/Core/Entity/EntityFieldManagerInterface.php |
Gets the "extra fields" for a bundle. |
EntityFieldManagerInterface::getFieldDefinitions |
function |
core/lib/Drupal/Core/Entity/EntityFieldManagerInterface.php |
Gets the field definitions for a specific bundle. |
EntityFieldManagerInterface::getFieldLabels |
function |
core/lib/Drupal/Core/Entity/EntityFieldManagerInterface.php |
Returns the labels used for a field on an entity type. |
EntityFieldManagerInterface::getFieldMap |
function |
core/lib/Drupal/Core/Entity/EntityFieldManagerInterface.php |
Gets a lightweight map of fields across bundles. |
EntityFieldManagerInterface::getFieldMapByFieldType |
function |
core/lib/Drupal/Core/Entity/EntityFieldManagerInterface.php |
Gets a lightweight map of fields across bundles filtered by field type. |
EntityFieldManagerInterface::getFieldStorageDefinitions |
function |
core/lib/Drupal/Core/Entity/EntityFieldManagerInterface.php |
Gets the field storage definitions for a content entity type. |
EntityFieldManagerInterface::setFieldMap |
function |
core/lib/Drupal/Core/Entity/EntityFieldManagerInterface.php |
Sets a lightweight map of fields across bundles. |
EntityFieldManagerInterface::useCaches |
function |
core/lib/Drupal/Core/Entity/EntityFieldManagerInterface.php |
Disable the use of caches. |
EntityFieldManagerTest |
class |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
Tests Drupal\Core\Entity\EntityFieldManager. |
EntityFieldManagerTest.php |
file |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
|
EntityFieldManagerTest::$cacheBackend |
property |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
The cache backend to use. |
EntityFieldManagerTest::$cacheTagsInvalidator |
property |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
The cache tags invalidator. |
EntityFieldManagerTest::$container |
property |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
The dependency injection container. |
EntityFieldManagerTest::$entityDisplayRepository |
property |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
The entity display repository. |
EntityFieldManagerTest::$entityFieldManager |
property |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
The entity field manager under test. |
EntityFieldManagerTest::$entityLastInstalledSchemaRepository |
property |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
The entity last installed schema repository. |
EntityFieldManagerTest::$entityType |
property |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
The entity type definition. |
EntityFieldManagerTest::$entityTypeBundleInfo |
property |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
The entity type bundle info. |
EntityFieldManagerTest::$entityTypeManager |
property |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
The entity type manager. |
EntityFieldManagerTest::$entityTypeRepository |
property |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
The entity type repository. |
EntityFieldManagerTest::$eventDispatcher |
property |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
The event dispatcher. |
EntityFieldManagerTest::$keyValueFactory |
property |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
The keyvalue factory. |
EntityFieldManagerTest::$languageManager |
property |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
The language manager. |
EntityFieldManagerTest::$moduleHandler |
property |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
The module handler. |
EntityFieldManagerTest::$typedDataManager |
property |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
The typed data manager. |
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::setUp |
function |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
|
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. |