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
FieldStorageDefinitionListenerInterface.php file core/lib/Drupal/Core/Field/FieldStorageDefinitionListenerInterface.php
FieldStorageDefinitionListenerInterface::onFieldStorageDefinitionCreate function core/lib/Drupal/Core/Field/FieldStorageDefinitionListenerInterface.php Reacts to the creation of a field storage definition.
FieldStorageDefinitionListenerInterface::onFieldStorageDefinitionDelete function core/lib/Drupal/Core/Field/FieldStorageDefinitionListenerInterface.php Reacts to the deletion of a field storage definition.
FieldStorageDefinitionListenerInterface::onFieldStorageDefinitionUpdate function core/lib/Drupal/Core/Field/FieldStorageDefinitionListenerInterface.php Reacts to the update of a field storage definition.
FieldStorageDefinitionUpdateForbiddenException class core/lib/Drupal/Core/Entity/Exception/FieldStorageDefinitionUpdateForbiddenException.php Exception thrown when a storage definition update is forbidden.
FieldStorageDefinitionUpdateForbiddenException.php file core/lib/Drupal/Core/Entity/Exception/FieldStorageDefinitionUpdateForbiddenException.php
FieldTest::getBaseFieldStorage function core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php Returns a mocked base field storage object.
FieldTest::getConfigFieldStorage function core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php Returns a mocked configurable field storage object.
FieldTestBase::$fieldStorages property core/modules/field/src/Tests/Views/FieldTestBase.php Stores the field definitions used by the test.
FieldTestBase::$fieldStorages property core/modules/field/tests/src/Functional/Views/FieldTestBase.php Stores the field definitions used by the test.
FieldTestBase::setUpFieldStorages function core/modules/field/src/Tests/Views/FieldTestBase.php
FieldTestBase::setUpFieldStorages function core/modules/field/tests/src/Functional/Views/FieldTestBase.php
FieldTranslationSqlStorageTest class core/tests/Drupal/KernelTests/Core/Entity/FieldTranslationSqlStorageTest.php Tests Field translation SQL Storage.
FieldTranslationSqlStorageTest.php file core/tests/Drupal/KernelTests/Core/Entity/FieldTranslationSqlStorageTest.php
FieldTranslationSqlStorageTest::assertFieldStorageLangcode function core/tests/Drupal/KernelTests/Core/Entity/FieldTranslationSqlStorageTest.php Checks whether field languages are correctly stored for the given entity.
FieldTranslationSqlStorageTest::testFieldSqlStorage function core/tests/Drupal/KernelTests/Core/Entity/FieldTranslationSqlStorageTest.php Tests field SQL storage.
FieldTypePluginManager::getDefaultStorageSettings function core/lib/Drupal/Core/Field/FieldTypePluginManager.php Returns the default storage-level settings for a field type.
FieldTypePluginManagerInterface::getDefaultStorageSettings function core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php Returns the default storage-level settings for a field type.
FieldUninstallValidator::$fieldStorageConfigStorage property core/modules/field/src/FieldUninstallValidator.php The field storage config storage.
FieldUninstallValidator::getFieldStoragesByModule function core/modules/field/src/FieldUninstallValidator.php Returns all field storages for a specified module.
FieldUninstallValidatorTest::testValidateNoStorages function core/modules/field/tests/src/Unit/FieldUninstallValidatorTest.php @covers ::validate
FieldUpdateTest::$installedStorageSchema property core/modules/field/tests/src/Functional/Update/FieldUpdateTest.php The key-value collection for tracking installed storage schema.
field_entity_field_storage_info function core/modules/field/field.module Implements hook_entity_field_storage_info().
field_field_storage_config_update function core/modules/field/field.module Implements hook_ENTITY_TYPE_update() for 'field_storage_config'.
field_post_update_save_custom_storage_property function core/modules/field/field.post_update.php Re-save all field storage config objects to add 'custom_storage' property.
field_purge_field_storage function core/modules/field/field.purge.inc Purges a field record from the database.
field_storage_definition.listener service core/core.services.yml Drupal\Core\Field\FieldStorageDefinitionListener
field_test_field_storage_config_create function core/modules/field/tests/modules/field_test/field_test.module Memorize calls to field_test_field_storage_config_create().
field_test_field_storage_config_update_forbid function core/modules/field/tests/modules/field_test/field_test.field.inc Implements hook_field_storage_config_update_forbid().
field_ui_form_field_ui_field_storage_add_form_alter function core/modules/field_ui/field_ui.module Implements hook_form_FORM_ID_alter() for 'field_ui_field_storage_add_form'.
FileItem::defaultStorageSettings function core/modules/file/src/Plugin/Field/FieldType/FileItem.php Defines the storage-level settings for this plugin.
FileItem::storageSettingsForm function core/modules/file/src/Plugin/Field/FieldType/FileItem.php Returns a form for the storage-level settings.
FileReadOnlyStorage class core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php Reads code as regular PHP files, but won't write them.
FileReadOnlyStorage.php file core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php
FileReadOnlyStorage::$directory property core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php The directory where the files should be stored.
FileReadOnlyStorage::delete function core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php Deletes PHP code from storage.
FileReadOnlyStorage::deleteAll function core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php Removes all files in this bin.
FileReadOnlyStorage::exists function core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php Checks whether the PHP code exists in storage.
FileReadOnlyStorage::garbageCollection function core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php Performs garbage collection on the storage.
FileReadOnlyStorage::getFullPath function core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php Gets the full file path.
FileReadOnlyStorage::listAll function core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php Lists all the files in the storage.
FileReadOnlyStorage::load function core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php Loads PHP code from storage.
FileReadOnlyStorage::save function core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php Saves PHP code to storage.
FileReadOnlyStorage::writeable function core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php Whether this is a writable storage.
FileReadOnlyStorage::__construct function core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php Constructs this FileStorage object.
FileStorage class core/lib/Drupal/Component/PhpStorage/FileStorage.php Stores the code as regular PHP files.
FileStorage class core/modules/file/src/FileStorage.php File storage for files.
FileStorage class core/lib/Drupal/Core/Config/FileStorage.php Defines the file storage.
FileStorage.php file core/lib/Drupal/Core/Config/FileStorage.php
FileStorage.php file core/modules/file/src/FileStorage.php

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