Search for field_

  1. Search 7.x for field_
  2. Search 8.9.x for field_
  3. Search 10.3.x for field_
  4. Search 11.x for field_
  5. Other projects
Title Object type File name Summary
EntityField::__construct function core/modules/views/src/Plugin/views/field/EntityField.php Constructs a \Drupal\field\Plugin\views\field\Field object.
EntityFieldDefaultValueTest class core/tests/Drupal/KernelTests/Core/Entity/EntityFieldDefaultValueTest.php Tests default values for entity fields.
EntityFieldDefaultValueTest.php file core/tests/Drupal/KernelTests/Core/Entity/EntityFieldDefaultValueTest.php
EntityFieldDefaultValueTest::$uuid property core/tests/Drupal/KernelTests/Core/Entity/EntityFieldDefaultValueTest.php The UUID object to be used for generating UUIDs.
EntityFieldDefaultValueTest::assertDefaultValues function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldDefaultValueTest.php Executes a test set for a defined entity type.
EntityFieldDefaultValueTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldDefaultValueTest.php
EntityFieldDefaultValueTest::testDefaultValueCallback function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldDefaultValueTest.php Tests custom default value callbacks.
EntityFieldDefaultValueTest::testDefaultValues function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldDefaultValueTest.php Tests default values on entities and fields.
EntityFieldDefinitionTrait trait core/modules/migrate/src/EntityFieldDefinitionTrait.php The entity field definition trait.
EntityFieldDefinitionTrait.php file core/modules/migrate/src/EntityFieldDefinitionTrait.php
EntityFieldDefinitionTrait::getDefinitionFromEntity function core/modules/migrate/src/EntityFieldDefinitionTrait.php Gets the field definition from a specific entity base field.
EntityFieldDefinitionTrait::getEntityTypeId function core/modules/migrate/src/EntityFieldDefinitionTrait.php Finds the entity type from configuration or plugin ID.
EntityFieldInstance class core/modules/migrate/src/Plugin/migrate/destination/EntityFieldInstance.php Provides destination plugin for field_config configuration entities.
EntityFieldInstance.php file core/modules/migrate/src/Plugin/migrate/destination/EntityFieldInstance.php
EntityFieldInstance::getIds function core/modules/migrate/src/Plugin/migrate/destination/EntityFieldInstance.php Gets the destination IDs.
EntityFieldManager class core/lib/Drupal/Core/Entity/EntityFieldManager.php Manages the discovery of entity fields.
EntityFieldManager.php file core/lib/Drupal/Core/Entity/EntityFieldManager.php
EntityFieldManager::$activeFieldStorageDefinitions property core/lib/Drupal/Core/Entity/EntityFieldManager.php Static cache of active field storage definitions per entity type.
EntityFieldManager::$baseFieldDefinitions property core/lib/Drupal/Core/Entity/EntityFieldManager.php Static cache of base field definitions.
EntityFieldManager::$entityDisplayRepository property core/lib/Drupal/Core/Entity/EntityFieldManager.php The entity display repository.
EntityFieldManager::$entityLastInstalledSchemaRepository property core/lib/Drupal/Core/Entity/EntityFieldManager.php The entity last installed schema repository.
EntityFieldManager::$entityTypeBundleInfo property core/lib/Drupal/Core/Entity/EntityFieldManager.php The entity type bundle info.
EntityFieldManager::$entityTypeManager property core/lib/Drupal/Core/Entity/EntityFieldManager.php The entity type manager.
EntityFieldManager::$extraFields property core/lib/Drupal/Core/Entity/EntityFieldManager.php Extra fields by bundle.
EntityFieldManager::$fieldDefinitions property core/lib/Drupal/Core/Entity/EntityFieldManager.php Static cache of field definitions per bundle and entity type.
EntityFieldManager::$fieldMap property core/lib/Drupal/Core/Entity/EntityFieldManager.php An array of lightweight maps of fields, keyed by entity type.
EntityFieldManager::$fieldMapByFieldType property core/lib/Drupal/Core/Entity/EntityFieldManager.php An array of lightweight maps of fields, keyed by field type.
EntityFieldManager::$fieldStorageDefinitions property core/lib/Drupal/Core/Entity/EntityFieldManager.php Static cache of field storage definitions per entity type.
EntityFieldManager::$keyValueFactory property core/lib/Drupal/Core/Entity/EntityFieldManager.php The key-value factory.
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 Clears static and persistent field definition caches.
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 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::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::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.

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