interface EntityReferenceFieldItemListInterface in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Field/EntityReferenceFieldItemListInterface.php \Drupal\Core\Field\EntityReferenceFieldItemListInterface
Interface for entity reference lists of field items.
Hierarchy
- interface \Drupal\Core\TypedData\ListInterface extends \Drupal\Core\TypedData\ArrayAccess \Drupal\Core\TypedData\Countable; interface \Drupal\Core\Access\AccessibleInterface
- interface \Drupal\Core\Field\FieldItemListInterface
- interface \Drupal\Core\Field\EntityReferenceFieldItemListInterface
- interface \Drupal\Core\Field\FieldItemListInterface
Expanded class hierarchy of EntityReferenceFieldItemListInterface
All classes that implement EntityReferenceFieldItemListInterface
2 files declare their use of EntityReferenceFieldItemListInterface
- EntityReferenceFormatterBase.php in core/
lib/ Drupal/ Core/ Field/ Plugin/ Field/ FieldFormatter/ EntityReferenceFormatterBase.php - Contains \Drupal\Core\Field\Plugin\Field\FieldFormatter\EntityReferenceFormatterBase.
- ImageFormatterBase.php in core/
modules/ image/ src/ Plugin/ Field/ FieldFormatter/ ImageFormatterBase.php - Contains \Drupal\image\Plugin\Field\FieldFormatter\ImageFormatterBase.
File
- core/
lib/ Drupal/ Core/ Field/ EntityReferenceFieldItemListInterface.php, line 13 - Contains \Drupal\Core\Field\EntityReferenceFieldItemListInterface.
Namespace
Drupal\Core\FieldView source
interface EntityReferenceFieldItemListInterface extends FieldItemListInterface {
/**
* Gets the entities referenced by this field, preserving field item deltas.
*
* @return \Drupal\Core\Entity\EntityInterface[]
* An array of entity objects keyed by field item deltas.
*/
public function referencedEntities();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
AccessibleInterface:: |
public | function | Checks data value access. | 5 |
EntityReferenceFieldItemListInterface:: |
public | function | Gets the entities referenced by this field, preserving field item deltas. | 1 |
FieldItemListInterface:: |
public | function | Contains the default access logic of this field. | 1 |
FieldItemListInterface:: |
public | function | Returns a form for the default value input. | 1 |
FieldItemListInterface:: |
public | function | Processes the submitted default value. | 1 |
FieldItemListInterface:: |
public | function | Validates the submitted default value. | 1 |
FieldItemListInterface:: |
public | function | Defines custom delete behavior for field values. | 1 |
FieldItemListInterface:: |
public | function | Defines custom revision delete behavior for field values. | 1 |
FieldItemListInterface:: |
public | function | Determines equality to another object implementing FieldItemListInterface. | 1 |
FieldItemListInterface:: |
public | function | Filters out empty field items and re-numbers the item deltas. | 1 |
FieldItemListInterface:: |
public | function | 1 | |
FieldItemListInterface:: |
public | function | Gets the entity that field belongs to. | 1 |
FieldItemListInterface:: |
public | function | Gets the field definition. | 1 |
FieldItemListInterface:: |
public | function | Gets the langcode of the field values held in the object. | 1 |
FieldItemListInterface:: |
public | function | Returns the value of a given field setting. | 1 |
FieldItemListInterface:: |
public | function | Returns the array of field settings. | 1 |
FieldItemListInterface:: |
public | function | Defines custom post-save behavior for field values. | 1 |
FieldItemListInterface:: |
public | function | Defines custom presave behavior for field values. | 1 |
FieldItemListInterface:: |
public static | function | Processes the default value before being applied. | 1 |
FieldItemListInterface:: |
public | function | Sets the langcode of the field values held in the object. | 1 |
FieldItemListInterface:: |
public | function | Returns a renderable array for the field items. | 1 |
FieldItemListInterface:: |
public | function | Magic method: Gets a property value of to the first field item. | 1 |
FieldItemListInterface:: |
public | function | Magic method: Determines whether a property of the first field item is set. | 1 |
FieldItemListInterface:: |
public | function | Magic method: Sets a property value of the first field item. | 1 |
FieldItemListInterface:: |
public | function | Magic method: Unsets a property of the first field item. | 1 |
ListInterface:: |
public | function | Appends a new item to the list. | 1 |
ListInterface:: |
public | function | Filters the items in the list using a custom callback. | 1 |
ListInterface:: |
public | function | Returns the first item in this list. | 1 |
ListInterface:: |
public | function | Returns the item at the specified position in this list. | 1 |
ListInterface:: |
public | function | Gets the definition of a contained item. | 1 |
ListInterface:: |
public | function | Determines whether the list contains any non-empty items. | 1 |
ListInterface:: |
public | function | Removes the item at the specified position. | 1 |
ListInterface:: |
public | function | Sets the value of the item at a given position in the list. | 1 |
TraversableTypedDataInterface:: |
public | function | React to changes to a child property or item. | 5 |
TypedDataInterface:: |
public | function | Applies the default value. | 2 |
TypedDataInterface:: |
public static | function | Constructs a TypedData object given its definition and context. | 2 |
TypedDataInterface:: |
public | function | Gets a list of validation constraints. | 2 |
TypedDataInterface:: |
public | function | Gets the data definition. | 2 |
TypedDataInterface:: |
public | function | Returns the name of a property or item. | 2 |
TypedDataInterface:: |
public | function | Returns the parent data structure; i.e. either complex data or a list. | 2 |
TypedDataInterface:: |
public | function | Returns the property path of the data. | 2 |
TypedDataInterface:: |
public | function | Returns the root of the typed data tree. | 2 |
TypedDataInterface:: |
public | function | Returns a string representation of the data. | 2 |
TypedDataInterface:: |
public | function | Gets the data value. | 2 |
TypedDataInterface:: |
public | function | Sets the context of a property or item via a context aware parent. | 2 |
TypedDataInterface:: |
public | function | Sets the data value. | 2 |
TypedDataInterface:: |
public | function | Validates the currently set data value. | 2 |