EntityField::defineOptions |
function |
core/modules/views/src/Plugin/views/field/EntityField.php |
Information about options for all kinds of purposes will be held here. |
EntityField::documentSelfTokens |
function |
core/modules/views/src/Plugin/views/field/EntityField.php |
Document any special tokens this field might use for itself. |
EntityField::getCacheContexts |
function |
core/modules/views/src/Plugin/views/field/EntityField.php |
The cache contexts associated with this object. |
EntityField::getCacheMaxAge |
function |
core/modules/views/src/Plugin/views/field/EntityField.php |
The maximum age for which this object may be cached. |
EntityField::getCacheTags |
function |
core/modules/views/src/Plugin/views/field/EntityField.php |
The cache tags associated with this object. |
EntityField::getEntityFieldRenderer |
function |
core/modules/views/src/Plugin/views/field/EntityField.php |
Returns the entity field renderer. |
EntityField::getFieldStorageDefinition |
function |
core/modules/views/src/Plugin/views/field/EntityField.php |
Gets the field storage definition. |
EntityField::getFormatterInstance |
function |
core/modules/views/src/Plugin/views/field/EntityField.php |
Returns the field formatter instance. |
EntityField::getItems |
function |
core/modules/views/src/Plugin/views/field/EntityField.php |
Gets an array of items for the field. |
EntityField::getTableMapping |
function |
core/modules/views/src/Plugin/views/field/EntityField.php |
Gets the table mapping for the entity type of the field. |
EntityField::getValue |
function |
core/modules/views/src/Plugin/views/field/EntityField.php |
Gets the value that's supposed to be rendered. |
EntityField::init |
function |
core/modules/views/src/Plugin/views/field/EntityField.php |
Initialize the plugin. |
EntityField::multiple_options_form |
function |
core/modules/views/src/Plugin/views/field/EntityField.php |
Provide options for multiple value fields. |
EntityField::onDependencyRemoval |
function |
core/modules/views/src/Plugin/views/field/EntityField.php |
Allows a plugin to define whether it should be removed. |
EntityField::prepareItemsByDelta |
function |
core/modules/views/src/Plugin/views/field/EntityField.php |
Adapts the $items according to the delta configuration. |
EntityField::preRender |
function |
core/modules/views/src/Plugin/views/field/EntityField.php |
Runs before any fields are rendered. |
EntityField::query |
function |
core/modules/views/src/Plugin/views/field/EntityField.php |
Called to add the field to a query. |
EntityField::renderItems |
function |
core/modules/views/src/Plugin/views/field/EntityField.php |
Render all items in this field together. |
EntityField::render_item |
function |
core/modules/views/src/Plugin/views/field/EntityField.php |
Renders a single item of a row. |
EntityField::submitFormCalculateOptions |
function |
core/modules/views/src/Plugin/views/field/EntityField.php |
Calculates options stored on the handler. |
EntityField::submitGroupByForm |
function |
core/modules/views/src/Plugin/views/field/EntityField.php |
Perform any necessary changes to the form values prior to storage. |
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 info, if initialized. |
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. |