13 calls to FieldItemList::getFieldDefinition() in Drupal 10
- CommentFieldItemList::get in core/
modules/ comment/ src/ CommentFieldItemList.php - Returns the item at the specified position in this list.
- DateRangeFieldItemList::defaultValuesForm in core/
modules/ datetime_range/ src/ Plugin/ Field/ FieldType/ DateRangeFieldItemList.php - Returns a form for the default value input.
- DateTimeFieldItemList::defaultValuesForm in core/
modules/ datetime/ src/ Plugin/ Field/ FieldType/ DateTimeFieldItemList.php - Returns a form for the default value input.
- EntityReferenceFieldItemList::referencedEntities in core/
lib/ Drupal/ Core/ Field/ EntityReferenceFieldItemList.php - Gets the entities referenced by this field, preserving field item deltas.
- 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::defaultValuesForm in core/
lib/ Drupal/ Core/ Field/ FieldItemList.php - Returns a form for the default value input.
- FieldItemList::defaultValuesFormValidate in core/
lib/ Drupal/ Core/ Field/ FieldItemList.php - Validates the submitted default value.
- FieldItemList::defaultValueWidget in core/
lib/ Drupal/ Core/ Field/ FieldItemList.php - Returns the widget object used in default value form.
- FieldItemList::equals in core/
lib/ Drupal/ Core/ Field/ FieldItemList.php - Determines equality to another object implementing FieldItemListInterface.
- FieldItemList::generateSampleItems in core/
lib/ Drupal/ Core/ Field/ FieldItemList.php - Populates a specified number of field items with valid sample data.
- FieldItemList::getConstraints in core/
lib/ Drupal/ Core/ Field/ FieldItemList.php - Gets a list of validation constraints.
- FileFieldItemList::postSave in core/
modules/ file/ src/ Plugin/ Field/ FieldType/ FileFieldItemList.php - Defines custom post-save behavior for field values.