Search for storage

  1. Search 7.x for storage
  2. Search 9.5.x for storage
  3. Search 10.3.x for storage
  4. Search 11.x for storage
  5. Other projects
Title Object type File name Summary
FeedStorageInterface::CLEAR_NEVER constant core/modules/aggregator/src/FeedStorageInterface.php Denotes that a feed's items should never expire.
FeedStorageInterface::getFeedIdsToRefresh function core/modules/aggregator/src/FeedStorageInterface.php Returns the fids of feeds that need to be refreshed.
FeedStorageSchema class core/modules/aggregator/src/FeedStorageSchema.php Defines the feed schema handler.
FeedStorageSchema.php file core/modules/aggregator/src/FeedStorageSchema.php
FeedStorageSchema::getSharedTableFieldSchema function core/modules/aggregator/src/FeedStorageSchema.php Gets the schema for a single field definition.
field.storage.block_content.body.yml file core/modules/block_content/config/install/field.storage.block_content.body.yml core/modules/block_content/config/install/field.storage.block_content.body.yml
field.storage.comment.comment_body.yml file core/modules/comment/config/install/field.storage.comment.comment_body.yml core/modules/comment/config/install/field.storage.comment.comment_body.yml
field.storage.entity_test_update.field_test_configurable_field.yml file core/modules/system/tests/modules/entity_test_update/config/install/field.storage.entity_test_update.field_test_configurable_field.yml core/modules/system/tests/modules/entity_test_update/config/install/field.storage.entity_test_update.field_test_configurable_field.yml
field.storage.node.body.yml file core/modules/node/config/install/field.storage.node.body.yml core/modules/node/config/install/field.storage.node.body.yml
field.storage.node.field_file_generic_2677990.yml file core/modules/file/tests/fixtures/update/field.storage.node.field_file_generic_2677990.yml core/modules/file/tests/fixtures/update/field.storage.node.field_file_generic_2677990.yml
field.storage.node.field_file_table_2677990.yml file core/modules/file/tests/fixtures/update/field.storage.node.field_file_table_2677990.yml core/modules/file/tests/fixtures/update/field.storage.node.field_file_table_2677990.yml
field.storage.node.field_options_float.yml file core/modules/options/tests/options_config_install_test/config/install/field.storage.node.field_options_float.yml core/modules/options/tests/options_config_install_test/config/install/field.storage.node.field_options_float.yml
field.storage.node.field_range.yml file core/modules/datetime_range/tests/fixtures/update/field.storage.node.field_range.yml core/modules/datetime_range/tests/fixtures/update/field.storage.node.field_range.yml
field.storage.node.field_ref_autocreate_2412569.yml file core/modules/field/tests/fixtures/update/field.storage.node.field_ref_autocreate_2412569.yml core/modules/field/tests/fixtures/update/field.storage.node.field_ref_autocreate_2412569.yml
field.storage.node.field_ref_views_select_2429191.yml file core/modules/field/tests/fixtures/update/field.storage.node.field_ref_views_select_2429191.yml core/modules/field/tests/fixtures/update/field.storage.node.field_ref_views_select_2429191.yml
FieldableEntityDefinitionUpdateTest::$installedStorageSchema property core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php The key-value collection for tracking installed storage schema.
FieldableEntityStorageInterface interface core/lib/Drupal/Core/Entity/FieldableEntityStorageInterface.php A storage that supports entity types with field definitions.
FieldableEntityStorageInterface.php file core/lib/Drupal/Core/Entity/FieldableEntityStorageInterface.php
FieldableEntityStorageInterface::countFieldData function core/lib/Drupal/Core/Entity/FieldableEntityStorageInterface.php Determines the number of entities with values for a given field.
FieldableEntityStorageInterface::finalizePurge function core/lib/Drupal/Core/Entity/FieldableEntityStorageInterface.php Performs final cleanup after all data of a field has been purged.
FieldableEntityStorageInterface::purgeFieldData function core/lib/Drupal/Core/Entity/FieldableEntityStorageInterface.php Purges a batch of field data.
FieldAPIHandlerTrait::$fieldStorageDefinition property core/modules/views/src/FieldAPIHandlerTrait.php The field storage definition.
FieldAPIHandlerTrait::getFieldStorageDefinition function core/modules/views/src/FieldAPIHandlerTrait.php Gets the field storage configuration.
FieldConfigBase::$fieldStorage property core/lib/Drupal/Core/Field/FieldConfigBase.php The field storage 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.
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::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::storageSettingsToConfigData function core/lib/Drupal/Core/Field/FieldItemInterface.php Returns a settings array that can be stored as a configuration value.
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[[api-linebreak]]
@covers \Drupal\field\Entity\FieldStorageConfig::setSettings[[api-linebreak]]
FieldSqlStorageTest class core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php Tests Field SQL Storage .

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