Search for field_
- Search 7.x for field_
- Search 9.5.x for field_
- Search 8.9.x for field_
- Search 10.3.x for field_
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
FieldFormatter | class | core/ |
Defines a FieldFormatter annotation object. |
FieldFormatter.php | file | core/ |
|
FieldFormatter.php | file | core/ |
|
FieldFormatter::$class | property | core/ |
The name of the field formatter class. |
FieldFormatter::$description | property | core/ |
A short description of the formatter type. |
FieldFormatter::$field_types | property | core/ |
An array of field types the formatter supports. |
FieldFormatter::$id | property | core/ |
The plugin ID. |
FieldFormatter::$label | property | core/ |
The human-readable name of the formatter type. |
FieldFormatter::$weight | property | core/ |
An integer to determine the weight of this formatter. |
FieldFormatter::__construct | function | core/ |
Constructs a FieldFormatter attribute. |
Fieldgroup | class | core/ |
Provides a render element for a group of form elements. |
Fieldgroup.php | file | core/ |
|
Fieldgroup::getInfo | function | core/ |
Returns the element properties for this element. |
Fieldgroup::preRenderAttachments | function | core/ |
Adds the fieldgroup library. |
Fieldgroup::__construct | function | core/ |
Constructs a \Drupal\Component\Plugin\PluginBase object. |
FieldInputValueNormalizerTrait | trait | core/ |
A trait used to assist in the normalization of raw input field values. |
FieldInputValueNormalizerTrait.php | file | core/ |
|
FieldInputValueNormalizerTrait::normalizeValue | function | core/ |
Ensure a field value is transformed into a format keyed by delta. |
FieldInputValueNormalizerTraitTest | class | core/ |
Tests Drupal\Core\Field\FieldInputValueNormalizerTrait. |
FieldInputValueNormalizerTraitTest.php | file | core/ |
|
FieldInputValueNormalizerTraitTest::keyValueByDeltaTestCases | function | core/ |
Provides test cases for ::testKeyValueByDelta. |
FieldInputValueNormalizerTraitTest::testKeyValueByDelta | function | core/ |
Tests key value by delta. |
FieldInputValueNormalizerTraitTest::testKeyValueByDeltaUndefinedVariables | function | core/ |
Tests key value by delta undefined variables. |
FieldInputValueNormalizerTraitTest::testScalarWithNoMainProperty | function | core/ |
Tests scalar with no main property. |
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. |
Pagination
- Previous page
- Page 22
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.