Search for %s
- Search 7.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| FieldItemInterface::__isset | function | core/ |
Magic method: Determines whether a property is set. |
| FieldItemInterface::__set | function | core/ |
Magic method: Sets a property value. |
| FieldItemInterface::__unset | function | core/ |
Magic method: Unsets a property. |
| 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/ |
|
| FieldItemList::applyDefaultValue | function | core/ |
|
| FieldItemList::createItem | function | core/ |
|
| FieldItemList::defaultAccess | function | core/ |
|
| FieldItemList::defaultValuesForm | function | core/ |
|
| FieldItemList::defaultValuesFormSubmit | function | core/ |
|
| FieldItemList::defaultValuesFormValidate | function | core/ |
|
| 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/ |
|
| FieldItemList::deleteRevision | function | core/ |
|
| FieldItemList::equals | function | core/ |
|
| FieldItemList::filterEmptyItems | function | core/ |
|
| FieldItemList::generateSampleItems | function | core/ |
|
| FieldItemList::getConstraints | function | core/ |
|
| FieldItemList::getEntity | function | core/ |
|
| FieldItemList::getFieldDefinition | function | core/ |
|
| FieldItemList::getLangcode | function | core/ |
|
| FieldItemList::getSetting | function | core/ |
|
| FieldItemList::getSettings | function | core/ |
|
| FieldItemList::hasAffectingChanges | function | core/ |
|
| FieldItemList::postSave | function | core/ |
|
| FieldItemList::preSave | function | core/ |
|
| FieldItemList::processDefaultValue | function | core/ |
|
| FieldItemList::setLangcode | function | core/ |
|
| FieldItemList::setValue | function | core/ |
|
| FieldItemList::view | function | core/ |
|
| FieldItemList::__get | function | core/ |
|
| FieldItemList::__isset | function | core/ |
|
| FieldItemList::__set | function | core/ |
|
| FieldItemList::__unset | function | core/ |
|
| 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. |
Pagination
- Previous page
- Page 502
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.