Search for %s
- Search 7.x for %s
- Search 9.5.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 |
|---|---|---|---|
| FieldItemBase::fieldSettingsForm | function | core/ |
Returns a form for the field-level settings. |
| FieldItemBase::fieldSettingsFromConfigData | function | core/ |
Returns a settings array in the field type's canonical representation. |
| FieldItemBase::fieldSettingsToConfigData | function | core/ |
Returns a settings array that can be stored as a configuration value. |
| FieldItemBase::generateSampleValue | function | core/ |
Generates placeholder field values. |
| FieldItemBase::getEntity | function | core/ |
Gets the entity that field belongs to. |
| FieldItemBase::getFieldDefinition | function | core/ |
Gets the field definition. |
| FieldItemBase::getLangcode | function | core/ |
Gets the langcode of the field values held in the object. |
| FieldItemBase::getSetting | function | core/ |
Returns the value of a field setting. |
| FieldItemBase::getSettings | function | core/ |
Returns the array of field settings. |
| FieldItemBase::mainPropertyName | function | core/ |
Returns the name of the main property, if any. |
| FieldItemBase::onDependencyRemoval | function | core/ |
Informs the plugin that a dependency of the field will be deleted. |
| FieldItemBase::postSave | function | core/ |
Defines custom post-save behavior for field values. |
| FieldItemBase::preSave | function | core/ |
Defines custom presave behavior for field values. |
| FieldItemBase::setValue | function | core/ |
Overrides \Drupal\Core\TypedData\TypedData::setValue(). |
| FieldItemBase::storageSettingsForm | function | core/ |
Returns a form for the storage-level settings. |
| FieldItemBase::storageSettingsFromConfigData | function | core/ |
Returns a settings array in the field type's canonical representation. |
| FieldItemBase::storageSettingsToConfigData | function | core/ |
Returns a settings array that can be stored as a configuration value. |
| FieldItemBase::view | function | core/ |
Returns a renderable array for a single field item. |
| FieldItemBase::writePropertyValue | function | core/ |
Different to the parent Map class, we avoid creating property objects as far as possible in order to optimize performance. Thus we just update $this->values if no property object has been created yet. |
| FieldItemBase::__construct | function | core/ |
Constructs a TypedData object given its definition and context. |
| FieldItemBase::__get | function | core/ |
Magic method: Gets a property value. |
| FieldItemBase::__isset | function | core/ |
Magic method: Determines whether a property is set. |
| FieldItemBase::__set | function | core/ |
Magic method: Sets a property value. |
| FieldItemBase::__unset | function | core/ |
Magic method: Unsets a property. |
| FieldItemDataDefinition::getPropertyDefinitions | function | core/ |
Gets an array of property definitions of contained properties. |
| FieldItemDataDefinition::setFieldDefinition | function | core/ |
Sets the field item's field definition. |
| FieldItemDataDefinitionInterface::setFieldDefinition | function | core/ |
Sets the field item's field definition. |
| FieldItemDeriver::$basePluginId | property | core/ |
The base plugin ID this derivative is for. |
| FieldItemDeriver::$derivatives | property | core/ |
List of derivative definitions. |
| FieldItemDeriver::getDerivativeDefinitions | function | core/ |
Gets the definition of all derivatives of a base plugin. |
| FieldItemDeriver::__construct | function | core/ |
Constructs a FieldItemDeriver object. |
| FieldItemInterface::calculateDependencies | function | core/ |
Calculates dependencies for field items. |
| FieldItemInterface::calculateStorageDependencies | function | core/ |
Calculates dependencies for field items on the storage level. |
| FieldItemInterface::defaultFieldSettings | function | core/ |
Defines the field-level settings for this plugin. |
| FieldItemInterface::defaultStorageSettings | function | core/ |
Defines the storage-level settings for this plugin. |
| FieldItemInterface::deleteRevision | function | core/ |
Defines custom revision delete behavior for field values. |
| FieldItemInterface::fieldSettingsForm | function | core/ |
Returns a form for the field-level settings. |
| FieldItemInterface::fieldSettingsFromConfigData | function | core/ |
Returns a settings array in the field type's canonical representation. |
| FieldItemInterface::fieldSettingsToConfigData | function | core/ |
Returns a settings array that can be stored as a configuration value. |
| FieldItemInterface::generateSampleValue | function | core/ |
Generates placeholder field values. |
| 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::__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. |
Pagination
- Previous page
- Page 495
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.