| FieldHooks::fieldStorageConfigUpdate |
function |
core/modules/field/src/Hook/FieldHooks.php |
Implements hook_ENTITY_TYPE_update() for 'field_storage_config'. |
| FieldHooks::formConfigAdminImportFormAlter |
function |
core/modules/field/src/Hook/FieldHooks.php |
Implements hook_form_FORM_ID_alter(). |
| FieldItemBase::fieldSettingsFromConfigData |
function |
core/lib/Drupal/Core/Field/FieldItemBase.php |
Returns a settings array in the field type's canonical representation. |
| FieldItemBase::fieldSettingsToConfigData |
function |
core/lib/Drupal/Core/Field/FieldItemBase.php |
Returns a settings array that can be stored as a configuration value. |
| FieldItemBase::storageSettingsFromConfigData |
function |
core/lib/Drupal/Core/Field/FieldItemBase.php |
Returns a settings array in the field type's canonical representation. |
| FieldItemBase::storageSettingsToConfigData |
function |
core/lib/Drupal/Core/Field/FieldItemBase.php |
Returns a settings array that can be stored as a configuration value. |
| FieldItemInterface::fieldSettingsFromConfigData |
function |
core/lib/Drupal/Core/Field/FieldItemInterface.php |
Returns a settings array in the field type's canonical representation. |
| FieldItemInterface::fieldSettingsToConfigData |
function |
core/lib/Drupal/Core/Field/FieldItemInterface.php |
Returns a settings array that can be stored as a configuration value. |
| FieldItemInterface::storageSettingsFromConfigData |
function |
core/lib/Drupal/Core/Field/FieldItemInterface.php |
Returns a settings array in the field type's canonical representation. |
| FieldItemInterface::storageSettingsToConfigData |
function |
core/lib/Drupal/Core/Field/FieldItemInterface.php |
Returns a settings array that can be stored as a configuration value. |
| FieldMissingTypeTest::$strictConfigSchema |
property |
core/tests/Drupal/KernelTests/Core/Field/FieldMissingTypeTest.php |
Set to FALSE because we are hacking a field storage to use a fake type. |
| FieldPluginBaseTest::$configuration |
property |
core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php |
The configuration of the plugin under test. |
| FieldRenderedEntityTest::assertConfigDependencies |
function |
core/modules/views/tests/src/Kernel/Handler/FieldRenderedEntityTest.php |
Ensures that the config dependencies are calculated the right way. |
| FieldSettingsTest::testConfigurableFieldSettings |
function |
core/tests/Drupal/KernelTests/Core/Field/FieldSettingsTest.php |
Tests configurable field settings. |
| FieldSettingsTest::testConfigurableFieldStorageSettings |
function |
core/tests/Drupal/KernelTests/Core/Field/FieldSettingsTest.php |
Tests configurable field storage settings. |
| FieldStorageConfig |
class |
core/modules/field/src/Entity/FieldStorageConfig.php |
Defines the Field storage configuration entity. |
| FieldStorageConfig.php |
file |
core/modules/field/src/Entity/FieldStorageConfig.php |
|
| FieldStorageConfig::$cardinality |
property |
core/modules/field/src/Entity/FieldStorageConfig.php |
The field cardinality. |
| FieldStorageConfig::$custom_storage |
property |
core/modules/field/src/Entity/FieldStorageConfig.php |
A boolean indicating whether or not the field item uses custom storage. |
| FieldStorageConfig::$deleted |
property |
core/modules/field/src/Entity/FieldStorageConfig.php |
Flag indicating whether the field is deleted. |
| FieldStorageConfig::$entity_type |
property |
core/modules/field/src/Entity/FieldStorageConfig.php |
The name of the entity type the field can be attached to. |
| FieldStorageConfig::$field_name |
property |
core/modules/field/src/Entity/FieldStorageConfig.php |
The field name. |
| FieldStorageConfig::$id |
property |
core/modules/field/src/Entity/FieldStorageConfig.php |
The field ID. |
| FieldStorageConfig::$inDeletion |
property |
core/modules/field/src/Entity/FieldStorageConfig.php |
Static flag set to prevent recursion during field deletes. |
| FieldStorageConfig::$indexes |
property |
core/modules/field/src/Entity/FieldStorageConfig.php |
The custom storage indexes for the field data storage. |
| FieldStorageConfig::$locked |
property |
core/modules/field/src/Entity/FieldStorageConfig.php |
Flag indicating whether the field is available for editing. |
| FieldStorageConfig::$module |
property |
core/modules/field/src/Entity/FieldStorageConfig.php |
The name of the module that provides the field type. |
| FieldStorageConfig::$persist_with_no_fields |
property |
core/modules/field/src/Entity/FieldStorageConfig.php |
Flag indicating whether the field storage should be deleted when orphaned. |
| FieldStorageConfig::$propertyDefinitions |
property |
core/modules/field/src/Entity/FieldStorageConfig.php |
An array of field property definitions. |
| FieldStorageConfig::$schema |
property |
core/modules/field/src/Entity/FieldStorageConfig.php |
The field schema. |
| FieldStorageConfig::$settings |
property |
core/modules/field/src/Entity/FieldStorageConfig.php |
Field-type specific settings. |
| FieldStorageConfig::$translatable |
property |
core/modules/field/src/Entity/FieldStorageConfig.php |
Flag indicating whether the field is translatable. |
| FieldStorageConfig::$type |
property |
core/modules/field/src/Entity/FieldStorageConfig.php |
The field type. |
| FieldStorageConfig::calculateDependencies |
function |
core/modules/field/src/Entity/FieldStorageConfig.php |
Calculates dependencies and stores them in the dependency property. |
| FieldStorageConfig::getBundles |
function |
core/modules/field/src/Entity/FieldStorageConfig.php |
Returns the list of bundles where the field storage has fields. |
| FieldStorageConfig::getCardinality |
function |
core/modules/field/src/Entity/FieldStorageConfig.php |
Returns the maximum number of items allowed for the field. |
| FieldStorageConfig::getColumns |
function |
core/modules/field/src/Entity/FieldStorageConfig.php |
Returns the field columns, as defined in the field schema. |
| FieldStorageConfig::getConstraint |
function |
core/modules/field/src/Entity/FieldStorageConfig.php |
Returns a validation constraint. |
| FieldStorageConfig::getConstraints |
function |
core/modules/field/src/Entity/FieldStorageConfig.php |
Returns an array of validation constraints. |
| FieldStorageConfig::getDescription |
function |
core/modules/field/src/Entity/FieldStorageConfig.php |
Returns the human-readable description for the field. |
| FieldStorageConfig::getFieldItemClass |
function |
core/modules/field/src/Entity/FieldStorageConfig.php |
Helper to retrieve the field item class. |
| FieldStorageConfig::getIndexes |
function |
core/modules/field/src/Entity/FieldStorageConfig.php |
Returns the custom storage indexes for the field data storage. |
| FieldStorageConfig::getLabel |
function |
core/modules/field/src/Entity/FieldStorageConfig.php |
Returns the human-readable label for the field. |
| FieldStorageConfig::getMainPropertyName |
function |
core/modules/field/src/Entity/FieldStorageConfig.php |
Returns the name of the main property, if any. |
| FieldStorageConfig::getName |
function |
core/modules/field/src/Entity/FieldStorageConfig.php |
Returns the machine name of the field. |
| FieldStorageConfig::getOptionsProvider |
function |
core/modules/field/src/Entity/FieldStorageConfig.php |
Gets an options provider for the given field item property. |
| FieldStorageConfig::getPropertyDefinition |
function |
core/modules/field/src/Entity/FieldStorageConfig.php |
Gets the definition of a contained property. |
| FieldStorageConfig::getPropertyDefinitions |
function |
core/modules/field/src/Entity/FieldStorageConfig.php |
Gets an array of property definitions of contained properties. |
| FieldStorageConfig::getPropertyNames |
function |
core/modules/field/src/Entity/FieldStorageConfig.php |
Returns the names of the field's subproperties. |
| FieldStorageConfig::getProvider |
function |
core/modules/field/src/Entity/FieldStorageConfig.php |
Returns the name of the provider of this field. |