Search for field_
- Search 7.x for field_
- Search 9.5.x for field_
- Search 10.3.x for field_
- Search 11.x for field_
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| FieldItemInterface::getEntity | function | core/ |
Gets the entity that field belongs to. |
| FieldItemInterface::getFieldDefinition | function | core/ |
Gets the field definition. |
| FieldItemInterface::getLangcode | function | core/ |
Gets the langcode of the field values held in the object. |
| FieldItemInterface::mainPropertyName | function | core/ |
Returns the name of the main property, if any. |
| FieldItemInterface::onDependencyRemoval | function | core/ |
Informs the plugin that a dependency of the field will be deleted. |
| FieldItemInterface::postSave | function | core/ |
Defines custom post-save behavior for field values. |
| FieldItemInterface::preSave | function | core/ |
Defines custom presave behavior for field values. |
| FieldItemInterface::propertyDefinitions | function | core/ |
Defines field item properties. |
| FieldItemInterface::schema | function | core/ |
Returns the schema for the field. |
| FieldItemInterface::storageSettingsForm | function | core/ |
Returns a form for the storage-level settings. |
| FieldItemInterface::storageSettingsFromConfigData | function | core/ |
Returns a settings array in the field type's canonical representation. |
| FieldItemInterface::storageSettingsToConfigData | function | core/ |
Returns a settings array that can be stored as a configuration value. |
| FieldItemInterface::view | function | core/ |
Returns a renderable array for a single field item. |
| FieldItemInterface::__get | function | core/ |
Magic method: Gets a property value. |
| 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/ |
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. |
Pagination
- Previous page
- Page 62
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.