Search for Field
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Field | class | core/ |
Drupal 6 field source from database. |
Field | class | core/ |
Drupal 7 field source from database. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
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 | class | core/ |
A typed data definition class for defining field items. |
FieldItemDataDefinition.php | file | core/ |
|
FieldItemDataDefinition::$fieldDefinition | property | core/ |
The field definition the item definition belongs to. |
FieldItemDataDefinition::create | function | core/ |
Creates a new field item definition. |
FieldItemDataDefinition::createFromDataType | function | core/ |
Creates a new data definition object. |
FieldItemDataDefinition::getFieldDefinition | function | core/ |
Gets the field item's field definition. |
FieldItemDataDefinition::getLabel | function | core/ |
Gets the label of the field type. |
FieldItemDataDefinition::getMainPropertyName | function | core/ |
Returns the name of the main property, if any. |
FieldItemDataDefinition::getPropertyDefinition | function | core/ |
Gets the definition of a contained 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 | interface | core/ |
Interface for field item data definitions. |
FieldItemDataDefinitionInterface.php | file | core/ |
|
FieldItemDataDefinitionInterface::getFieldDefinition | function | core/ |
Gets the field item's field definition. |
FieldItemDataDefinitionInterface::setFieldDefinition | function | core/ |
Sets the field item's field definition. |
FieldItemDeriver | class | core/ |
Provides data type plugins for each existing field type plugin. |
FieldItemDeriver.php | file | core/ |
|
FieldItemDeriver::$basePluginId | property | core/ |
The base plugin ID this derivative is for. |
FieldItemDeriver::$derivatives | property | core/ |
List of derivative definitions. |
FieldItemDeriver::$fieldTypePluginManager | property | core/ |
The field type plugin manager. |
FieldItemDeriver::create | function | core/ |
Creates a new class instance. |
FieldItemDeriver::getDerivativeDefinition | function | core/ |
Gets the definition of a derivative plugin. |
FieldItemDeriver::getDerivativeDefinitions | function | core/ |
Gets the definition of all derivatives of a base plugin. |
FieldItemDeriver::__construct | function | core/ |
Constructs a FieldItemDeriver object. |
FieldItemInterface | interface | core/ |
Interface for entity field items. |
FieldItemInterface.php | file | core/ |
|
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::delete | function | core/ |
Defines custom delete behavior for field values. |
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::fieldSettingsSummary | function | core/ |
Returns a short summary of the field's field-level settings. |
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::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. |
Pagination
- Previous page
- Page 63
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.