Search for storage

  1. Search 7.x for storage
  2. Search 9.5.x for storage
  3. Search 8.9.x for storage
  4. Search 11.x for storage
  5. Other projects
Title Object type File name Summary
FieldConfigEditForm::handleEntityStorageException function core/modules/field_ui/src/Form/FieldConfigEditForm.php Handles entity storage exceptions and redirects the form.
FieldConfigEditForm::processFieldStorageSubmit function core/modules/field_ui/src/Form/FieldConfigEditForm.php Process handler for subform submit.
FieldConfigEntityUnitTest::$fieldStorage property core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php The mock field storage.
FieldConfigStorage class core/modules/field/src/FieldConfigStorage.php Storage handler for field config.
FieldConfigStorage.php file core/modules/field/src/FieldConfigStorage.php
FieldConfigStorage::$deletedFieldsRepository property core/modules/field/src/FieldConfigStorage.php The deleted fields repository.
FieldConfigStorage::$entityTypeManager property core/modules/field/src/FieldConfigStorage.php The entity type manager.
FieldConfigStorage::$fieldTypeManager property core/modules/field/src/FieldConfigStorage.php The field type plugin manager.
FieldConfigStorage::createInstance function core/modules/field/src/FieldConfigStorage.php Instantiates a new instance of this entity handler.
FieldConfigStorage::importDelete function core/modules/field/src/FieldConfigStorage.php Delete entities upon synchronizing configuration changes.
FieldConfigStorage::loadByProperties function core/modules/field/src/FieldConfigStorage.php Load entities by their property values without any access checks.
FieldConfigStorage::__construct function core/modules/field/src/FieldConfigStorage.php Constructs a FieldConfigStorage object.
FieldConfigStorageBase class core/lib/Drupal/Core/Field/FieldConfigStorageBase.php Base storage class for field config entities.
FieldConfigStorageBase.php file core/lib/Drupal/Core/Field/FieldConfigStorageBase.php
FieldConfigStorageBase::$fieldTypeManager property core/lib/Drupal/Core/Field/FieldConfigStorageBase.php The field type plugin manager.
FieldConfigStorageBase::mapFromStorageRecords function core/lib/Drupal/Core/Field/FieldConfigStorageBase.php Maps from storage records to entity objects.
FieldConfigStorageBase::mapToStorageRecord function core/lib/Drupal/Core/Field/FieldConfigStorageBase.php Maps from an entity object to the storage record.
FieldCrudTest::$fieldStorage property core/modules/field/tests/src/Kernel/FieldCrudTest.php The field storage entity.
FieldCrudTest::$fieldStorageDefinition property core/modules/field/tests/src/Kernel/FieldCrudTest.php The field entity definition.
FieldCrudTest::testCreateFieldCustomStorage function core/modules/field/tests/src/Kernel/FieldCrudTest.php Tests creating a field with custom storage set.
FieldDataCountTest::$storage property core/modules/field/tests/src/Kernel/FieldDataCountTest.php
FieldDataCountTest::$storageRev property core/modules/field/tests/src/Kernel/FieldDataCountTest.php
FieldDataCountTest::$storageUser property core/modules/field/tests/src/Kernel/FieldDataCountTest.php
FieldDefinition::$fieldStorageDefinition property core/lib/Drupal/Core/Field/FieldDefinition.php The associated field storage definition.
FieldDefinition::createFromFieldStorageDefinition function core/lib/Drupal/Core/Field/FieldDefinition.php Creates a new field definition.
FieldDefinition::getFieldStorageDefinition function core/lib/Drupal/Core/Field/FieldDefinition.php Returns the field storage definition.
FieldDefinition::setFieldStorageDefinition function core/lib/Drupal/Core/Field/FieldDefinition.php Set the field storage definition.
FieldDefinitionInterface::getFieldStorageDefinition function core/lib/Drupal/Core/Field/FieldDefinitionInterface.php Returns the field storage definition.
FieldDefinitionTest::$storageDefinition property core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php The test field storage definition.
FieldDefinitionTest::$storageSupportsTranslation property core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php A flag for setting if the field storage supports translation.
FieldGroupRowsWebTest::$fieldStorage property core/modules/views/tests/src/Functional/Handler/FieldGroupRowsWebTest.php The field storage.
FieldItemBase::calculateStorageDependencies function core/lib/Drupal/Core/Field/FieldItemBase.php Calculates dependencies for field items on the storage level.
FieldItemBase::defaultStorageSettings function core/lib/Drupal/Core/Field/FieldItemBase.php Defines the storage-level settings for this plugin.
FieldItemBase::storageSettingsForm function core/lib/Drupal/Core/Field/FieldItemBase.php Returns a form for the storage-level settings.
FieldItemBase::storageSettingsFromConfigData function core/lib/Drupal/Core/Field/FieldItemBase.php Returns a settings array in the field type's canonical representation.
FieldItemBase::storageSettingsSummary function core/lib/Drupal/Core/Field/FieldItemBase.php Returns a short summary of the field's storage-level settings.
FieldItemBase::storageSettingsToConfigData function core/lib/Drupal/Core/Field/FieldItemBase.php Returns a settings array that can be stored as a configuration value.
FieldItemInterface::calculateStorageDependencies function core/lib/Drupal/Core/Field/FieldItemInterface.php Calculates dependencies for field items on the storage level.
FieldItemInterface::defaultStorageSettings function core/lib/Drupal/Core/Field/FieldItemInterface.php Defines the storage-level settings for this plugin.
FieldItemInterface::storageSettingsForm function core/lib/Drupal/Core/Field/FieldItemInterface.php Returns a form for the storage-level settings.
FieldItemInterface::storageSettingsFromConfigData function core/lib/Drupal/Core/Field/FieldItemInterface.php Returns a settings array in the field type's canonical representation.
FieldItemInterface::storageSettingsSummary function core/lib/Drupal/Core/Field/FieldItemInterface.php Returns a short summary of the field's storage-level settings.
FieldItemInterface::storageSettingsToConfigData function core/lib/Drupal/Core/Field/FieldItemInterface.php Returns a settings array that can be stored as a configuration value.
FieldKernelTestBase::createFieldWithStorage function core/modules/field/tests/src/Kernel/FieldKernelTestBase.php Create a field and an associated field storage.
FieldMissingTypeTest::testFieldStorageMissingType function core/tests/Drupal/KernelTests/Core/Field/FieldMissingTypeTest.php Tests the exception thrown when missing a field type in field storages.
FieldSettingsTest::testConfigurableFieldStorageSettings function core/tests/Drupal/KernelTests/Core/Field/FieldSettingsTest.php @covers \Drupal\field\Entity\FieldStorageConfig::getSettings
@covers \Drupal\field\Entity\FieldStorageConfig::setSettings
FieldSqlStorageTest class core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php Tests Field SQL Storage .
FieldSqlStorageTest.php file core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php
FieldSqlStorageTest::$field property core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php A field to use in this test class.
FieldSqlStorageTest::$fieldCardinality property core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.