Search for field_

  1. Search 7.x for field_
  2. Search 9.5.x for field_
  3. Search 8.9.x for field_
  4. Search 11.x for field_
  5. Other projects
Title Object type File name Summary
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::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::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 @coversDefaultClass \Drupal\Core\Entity\EntityFieldManager[[api-linebreak]]
@group Entity
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.
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::testGetExtraFields function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php @covers ::getExtraFields[[api-linebreak]]
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.

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