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
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
FieldTypePluginManager::getStorageSettingsSummary function core/lib/Drupal/Core/Field/FieldTypePluginManager.php
FieldTypePluginManagerInterface::getDefaultStorageSettings function core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php Returns the default storage-level settings for a field type.
FieldTypePluginManagerInterface::getStorageSettingsSummary function core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php Returns the summary of 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
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_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'.
field_ui_preprocess_form_element__new_storage_type function core/modules/field_ui/field_ui.module Implements hook_preprocess_HOOK().
field_ui_test_deprecated_form_field_storage_config_edit_form_alter function core/modules/field_ui/tests/modules/field_ui_test_deprecated/field_ui_test_deprecated.module Implements hook_form_FORM_ID_alter() for field_storage_config_edit_form.
FileItem::defaultStorageSettings function core/modules/file/src/Plugin/Field/FieldType/FileItem.php
FileItem::storageSettingsForm function core/modules/file/src/Plugin/Field/FieldType/FileItem.php
FileItem::storageSettingsSummary function core/modules/file/src/Plugin/Field/FieldType/FileItem.php
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.
FileRepositoryTest::testEntityStorageException function core/modules/file/tests/src/Kernel/FileRepositoryTest.php Tests for entity storage exception.
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 class core/lib/Drupal/Component/PhpStorage/FileStorage.php Stores the code as regular PHP files.
FileStorage.php file core/lib/Drupal/Component/PhpStorage/FileStorage.php
FileStorage.php file core/modules/file/src/FileStorage.php
FileStorage.php file core/lib/Drupal/Core/Config/FileStorage.php
FileStorage::$collection property core/lib/Drupal/Core/Config/FileStorage.php The storage collection.
FileStorage::$directory property core/lib/Drupal/Core/Config/FileStorage.php The filesystem path for configuration objects.
FileStorage::$directory property core/lib/Drupal/Component/PhpStorage/FileStorage.php The directory where the files should be stored.
FileStorage::$fileCache property core/lib/Drupal/Core/Config/FileStorage.php The file cache object.
FileStorage::createCollection function core/lib/Drupal/Core/Config/FileStorage.php Creates a collection on the storage.
FileStorage::createDirectory function core/lib/Drupal/Component/PhpStorage/FileStorage.php Ensures the requested directory exists and has the right permissions.
FileStorage::decode function core/lib/Drupal/Core/Config/FileStorage.php Decodes configuration data from the storage-specific format.

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