Search for list
Title | Object type | File name | Summary |
---|---|---|---|
FieldItemList | class | core/ |
Represents an entity field; that is, a list of field item objects. |
FieldItemList.php | file | core/ |
|
FieldItemList::$langcode | property | core/ |
The langcode of the field values held in the object. |
FieldItemList::$list | property | core/ |
Numerically indexed array of field items. |
FieldItemList::access | function | core/ |
Checks data value access. |
FieldItemList::applyDefaultValue | function | core/ |
Applies the default value. |
FieldItemList::createItem | function | core/ |
Helper for creating a list item object. |
FieldItemList::defaultAccess | function | core/ |
Contains the default access logic of this field. |
FieldItemList::defaultValuesForm | function | core/ |
Returns a form for the default value input. |
FieldItemList::defaultValuesFormSubmit | function | core/ |
Processes the submitted default value. |
FieldItemList::defaultValuesFormValidate | function | core/ |
Validates the submitted default value. |
FieldItemList::defaultValueWidget | function | core/ |
Returns the widget object used in default value form. |
FieldItemList::delegateMethod | function | core/ |
Calls a method on each FieldItem. |
FieldItemList::delete | function | core/ |
Defines custom delete behavior for field values. |
FieldItemList::deleteRevision | function | core/ |
Defines custom revision delete behavior for field values. |
FieldItemList::equals | function | core/ |
Determines equality to another object implementing FieldItemListInterface. |
FieldItemList::filterEmptyItems | function | core/ |
Filters out empty field items and re-numbers the item deltas. |
FieldItemList::generateSampleItems | function | core/ |
Populates a specified number of field items with valid sample data. |
FieldItemList::getConstraints | function | core/ |
Gets a list of validation constraints. |
FieldItemList::getEntity | function | core/ |
Gets the entity that field belongs to. |
FieldItemList::getFieldDefinition | function | core/ |
Gets the field definition. |
FieldItemList::getLangcode | function | core/ |
Gets the langcode of the field values held in the object. |
FieldItemList::getSetting | function | core/ |
Returns the value of a given field setting. |
FieldItemList::getSettings | function | core/ |
Returns the array of field settings. |
FieldItemList::hasAffectingChanges | function | core/ |
Determines whether the field has relevant changes. |
FieldItemList::postSave | function | core/ |
Defines custom post-save behavior for field values. |
FieldItemList::preSave | function | core/ |
Defines custom presave behavior for field values. |
FieldItemList::processDefaultValue | function | core/ |
Processes the default value before being applied. |
FieldItemList::setLangcode | function | core/ |
Sets the langcode of the field values held in the object. |
FieldItemList::setValue | function | core/ |
Overrides \Drupal\Core\TypedData\TypedData::setValue(). |
FieldItemList::view | function | core/ |
Returns a renderable array for the field items. |
FieldItemList::__get | function | core/ |
Magic method: Gets a property value of to the first field item. |
FieldItemList::__isset | function | core/ |
Magic method: Determines whether a property of the first field item is set. |
FieldItemList::__set | function | core/ |
Magic method: Sets a property value of the first field item. |
FieldItemList::__unset | function | core/ |
Magic method: Unsets a property of the first field item. |
FieldItemListInterface | interface | core/ |
Interface for fields, being lists of field items. |
FieldItemListInterface.php | file | core/ |
|
FieldItemListInterface::defaultAccess | function | core/ |
Contains the default access logic of this field. |
FieldItemListInterface::defaultValuesForm | function | core/ |
Returns a form for the default value input. |
FieldItemListInterface::defaultValuesFormSubmit | function | core/ |
Processes the submitted default value. |
FieldItemListInterface::defaultValuesFormValidate | function | core/ |
Validates the submitted default value. |
FieldItemListInterface::delete | function | core/ |
Defines custom delete behavior for field values. |
FieldItemListInterface::deleteRevision | function | core/ |
Defines custom revision delete behavior for field values. |
FieldItemListInterface::equals | function | core/ |
Determines equality to another object implementing FieldItemListInterface. |
FieldItemListInterface::filterEmptyItems | function | core/ |
Filters out empty field items and re-numbers the item deltas. |
FieldItemListInterface::generateSampleItems | function | core/ |
Populates a specified number of field items with valid sample data. |
FieldItemListInterface::getEntity | function | core/ |
Gets the entity that field belongs to. |
FieldItemListInterface::getFieldDefinition | function | core/ |
Gets the field definition. |
FieldItemListInterface::getLangcode | function | core/ |
Gets the langcode of the field values held in the object. |
FieldItemListInterface::getSetting | function | core/ |
Returns the value of a given field setting. |
Pagination
- Previous page
- Page 16
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.