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

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Field class core/modules/field/src/Plugin/migrate/source/d6/Field.php Drupal 6 field source from database.
Field class core/modules/field/src/Plugin/migrate/source/d7/Field.php Drupal 7 field source from database.

All search results

Title Object type File name Summary
EntityFieldManager::$languageManager property core/lib/Drupal/Core/Entity/EntityFieldManager.php The language manager.
EntityFieldManager::$moduleHandler property core/lib/Drupal/Core/Entity/EntityFieldManager.php The module handler.
EntityFieldManager::$typedDataManager property core/lib/Drupal/Core/Entity/EntityFieldManager.php The typed data manager.
EntityFieldManager::buildBaseFieldDefinitions function core/lib/Drupal/Core/Entity/EntityFieldManager.php Builds base field definitions for an entity type.
EntityFieldManager::buildBundleFieldDefinitions function core/lib/Drupal/Core/Entity/EntityFieldManager.php Builds field definitions for a specific bundle within an entity type.
EntityFieldManager::buildFieldStorageDefinitions function core/lib/Drupal/Core/Entity/EntityFieldManager.php Builds field storage definitions for an entity type.
EntityFieldManager::clearCachedFieldDefinitions function core/lib/Drupal/Core/Entity/EntityFieldManager.php
EntityFieldManager::getActiveFieldStorageDefinitions function core/lib/Drupal/Core/Entity/EntityFieldManager.php Gets the active field storage definitions for a content entity type.
EntityFieldManager::getBaseFieldDefinitions function core/lib/Drupal/Core/Entity/EntityFieldManager.php
EntityFieldManager::getExtraFields function core/lib/Drupal/Core/Entity/EntityFieldManager.php
EntityFieldManager::getFieldDefinitions function core/lib/Drupal/Core/Entity/EntityFieldManager.php
EntityFieldManager::getFieldMap function core/lib/Drupal/Core/Entity/EntityFieldManager.php
EntityFieldManager::getFieldMapByFieldType function core/lib/Drupal/Core/Entity/EntityFieldManager.php
EntityFieldManager::getFieldStorageDefinitions function core/lib/Drupal/Core/Entity/EntityFieldManager.php
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
EntityFieldManager::useCaches function core/lib/Drupal/Core/Entity/EntityFieldManager.php
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
@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.

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