Search for field
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| Field | class | core/ |
Drupal 6 field source from database. |
| Field | class | core/ |
Drupal 7 field source from database. |
All search results
| Title | Object type | File name | Summary |
|---|---|---|---|
| EntityFieldManager::getFieldDefinitions | function | core/ |
Gets the field definitions for a specific bundle. |
| EntityFieldManager::getFieldMap | function | core/ |
Gets a lightweight map of fields across bundles. |
| EntityFieldManager::getFieldMapByFieldType | function | core/ |
Gets a lightweight map of fields across bundles filtered by field type. |
| EntityFieldManager::getFieldStorageDefinitions | function | core/ |
Gets the field storage definitions for a content entity type. |
| EntityFieldManager::loadExtraFields | function | core/ |
Loads extra fields from cache, or rebuilds them. |
| EntityFieldManager::setFieldMap | function | core/ |
Sets a lightweight map of fields across bundles. |
| EntityFieldManager::useCaches | function | core/ |
Disable the use of caches. |
| EntityFieldManager::__construct | function | core/ |
Constructs a new EntityFieldManager. |
| EntityFieldManagerInterface | interface | core/ |
Provides an interface for an entity field manager. |
| EntityFieldManagerInterface.php | file | core/ |
|
| EntityFieldManagerInterface::clearCachedFieldDefinitions | function | core/ |
Clears static and persistent field definition caches. |
| EntityFieldManagerInterface::getBaseFieldDefinitions | function | core/ |
Gets the base field definitions for a content entity type. |
| EntityFieldManagerInterface::getExtraFields | function | core/ |
Gets the "extra fields" for a bundle. |
| EntityFieldManagerInterface::getFieldDefinitions | function | core/ |
Gets the field definitions for a specific bundle. |
| EntityFieldManagerInterface::getFieldMap | function | core/ |
Gets a lightweight map of fields across bundles. |
| EntityFieldManagerInterface::getFieldMapByFieldType | function | core/ |
Gets a lightweight map of fields across bundles filtered by field type. |
| EntityFieldManagerInterface::getFieldStorageDefinitions | function | core/ |
Gets the field storage definitions for a content entity type. |
| EntityFieldManagerInterface::setFieldMap | function | core/ |
Sets a lightweight map of fields across bundles. |
| EntityFieldManagerInterface::useCaches | function | core/ |
Disable the use of caches. |
| EntityFieldManagerTest | class | core/ |
@coversDefaultClass \Drupal\Core\Entity\EntityFieldManager[[api-linebreak]] @group Entity |
| EntityFieldManagerTest.php | file | core/ |
|
| EntityFieldManagerTest::$cacheBackend | property | core/ |
The cache backend to use. |
| EntityFieldManagerTest::$cacheTagsInvalidator | property | core/ |
The cache tags invalidator. |
| EntityFieldManagerTest::$container | property | core/ |
The dependency injection container. |
| EntityFieldManagerTest::$entityDisplayRepository | property | core/ |
The entity display repository. |
| EntityFieldManagerTest::$entityFieldManager | property | core/ |
The entity field manager under test. |
| EntityFieldManagerTest::$entityLastInstalledSchemaRepository | property | core/ |
The entity last installed schema repository. |
| EntityFieldManagerTest::$entityType | property | core/ |
The entity type definition. |
| EntityFieldManagerTest::$entityTypeBundleInfo | property | core/ |
The entity type bundle info. |
| EntityFieldManagerTest::$entityTypeManager | property | core/ |
The entity type manager. |
| EntityFieldManagerTest::$entityTypeRepository | property | core/ |
The entity type repository. |
| EntityFieldManagerTest::$eventDispatcher | property | core/ |
The event dispatcher. |
| EntityFieldManagerTest::$keyValueFactory | property | core/ |
The keyvalue factory. |
| EntityFieldManagerTest::$languageManager | property | core/ |
The language manager. |
| EntityFieldManagerTest::$moduleHandler | property | core/ |
The module handler. |
| EntityFieldManagerTest::$typedDataManager | property | core/ |
The typed data manager. |
| EntityFieldManagerTest::providerTestGetBaseFieldDefinitionsTranslatableEntityTypeDefaultLangcode | function | core/ |
Provides test data for testGetBaseFieldDefinitionsTranslatableEntityTypeDefaultLangcode(). |
| EntityFieldManagerTest::providerTestGetBaseFieldDefinitionsTranslatableEntityTypeLangcode | function | core/ |
Provides test data for testGetBaseFieldDefinitionsTranslatableEntityTypeLangcode(). |
| EntityFieldManagerTest::setUp | function | core/ |
|
| EntityFieldManagerTest::setUpEntityTypeDefinitions | function | core/ |
Sets up the entity type manager to be tested. |
| EntityFieldManagerTest::setUpEntityWithFieldDefinition | function | core/ |
Prepares an entity that defines a field definition. |
| EntityFieldManagerTest::testClearCachedFieldDefinitions | function | core/ |
Tests the clearCachedFieldDefinitions() method. |
| EntityFieldManagerTest::testGetBaseFieldDefinitions | function | core/ |
Tests the getBaseFieldDefinitions() method. |
| EntityFieldManagerTest::testGetBaseFieldDefinitionsInvalidDefinition | function | core/ |
Tests the getBaseFieldDefinitions() method with an invalid definition. |
| EntityFieldManagerTest::testGetBaseFieldDefinitionsTranslatableEntityTypeDefaultLangcode | function | core/ |
Tests the getBaseFieldDefinitions() method with a translatable entity type. |
| EntityFieldManagerTest::testGetBaseFieldDefinitionsTranslatableEntityTypeLangcode | function | core/ |
Tests the getBaseFieldDefinitions() method with a translatable entity type. |
| EntityFieldManagerTest::testGetBaseFieldDefinitionsWithCaching | function | core/ |
Tests the getBaseFieldDefinitions() method with caching. |
| EntityFieldManagerTest::testGetExtraFields | function | core/ |
@covers ::getExtraFields[[api-linebreak]] |
| EntityFieldManagerTest::testGetFieldDefinitions | function | core/ |
Tests the getFieldDefinitions() method. |
| EntityFieldManagerTest::testGetFieldDefinitionsProvider | function | core/ |
Tests that getFieldDefinitions() method sets the 'provider' definition key. |
Pagination
- Previous page
- Page 24
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.