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 |
|---|---|---|---|
| FieldInstanceTest::providerSource | function | core/ |
|
| FieldInstanceWidgetSettings | class | core/ |
Get the field instance widget settings. |
| FieldInstanceWidgetSettings.php | file | core/ |
|
| FieldInstanceWidgetSettings::getSettings | function | core/ |
Merge the default D8 and specified D6 settings for a widget type. |
| FieldInstanceWidgetSettings::transform | function | core/ |
Get the field instance default/mapped widget settings. |
| FieldItem | class | core/ |
Defines the base plugin for deriving data types for field types. |
| FieldItem.php | file | core/ |
|
| FieldItemBase | class | core/ |
An entity field item. |
| FieldItemBase.php | file | core/ |
|
| FieldItemBase::calculateDependencies | function | core/ |
Calculates dependencies for field items. |
| FieldItemBase::calculateStorageDependencies | function | core/ |
Calculates dependencies for field items on the storage level. |
| FieldItemBase::defaultFieldSettings | function | core/ |
Defines the field-level settings for this plugin. |
| FieldItemBase::defaultStorageSettings | function | core/ |
Defines the storage-level settings for this plugin. |
| FieldItemBase::delete | function | core/ |
Defines custom delete behavior for field values. |
| FieldItemBase::deleteRevision | function | core/ |
Defines custom revision delete behavior for field values. |
| 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::fieldSettingsSummary | function | core/ |
Returns a short summary of the field's field-level settings. |
| 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::storageSettingsSummary | function | core/ |
Returns a short summary of the field's storage-level settings. |
| 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 | 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. |
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.