You are here

13 calls to FieldItemList::getEntity() in Drupal 10

CommentFieldItemList::get in core/modules/comment/src/CommentFieldItemList.php
Returns the item at the specified position in this list.
FieldItemList::access in core/lib/Drupal/Core/Field/FieldItemList.php
Checks data value access.
FieldItemList::applyDefaultValue in core/lib/Drupal/Core/Field/FieldItemList.php
Applies the default value.
FieldItemList::defaultValueWidget in core/lib/Drupal/Core/Field/FieldItemList.php
Returns the widget object used in default value form.
FieldItemList::view in core/lib/Drupal/Core/Field/FieldItemList.php
Returns a renderable array for the field items.
FileFieldItemList::delete in core/modules/file/src/Plugin/Field/FieldType/FileFieldItemList.php
Defines custom delete behavior for field values.
FileFieldItemList::deleteRevision in core/modules/file/src/Plugin/Field/FieldType/FileFieldItemList.php
Defines custom revision delete behavior for field values.
FileFieldItemList::postSave in core/modules/file/src/Plugin/Field/FieldType/FileFieldItemList.php
Defines custom post-save behavior for field values.
LayoutSectionItemList::getEntity in core/modules/layout_builder/src/Field/LayoutSectionItemList.php
Gets the entity that field belongs to.
ModerationStateFieldItemList::getModerationStateId in core/modules/content_moderation/src/Plugin/Field/ModerationStateFieldItemList.php
Gets the moderation state ID linked to a content entity revision.
ModerationStateFieldItemList::updateModeratedEntity in core/modules/content_moderation/src/Plugin/Field/ModerationStateFieldItemList.php
Updates the default revision flag and the publishing status of the entity.
PathFieldItemList::computeValue in core/modules/path/src/Plugin/Field/FieldType/PathFieldItemList.php
Computes the values for an item list.
PathFieldItemList::delete in core/modules/path/src/Plugin/Field/FieldType/PathFieldItemList.php
Defines custom delete behavior for field values.