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 10.3.x for storage
  5. Other projects
Title Object type File name Summary
FieldStorageEntityTypeDependencyTestHook::systemInfoAlter function core/modules/system/tests/modules/field_storage_entity_type_dependency_test/src/Hook/FieldStorageEntityTypeDependencyTestHook.php Implements hook_system_info_alter().
FieldStorageReuseForm class core/modules/field_ui/src/Form/FieldStorageReuseForm.php Provides a form for the "field storage" add page.
FieldStorageReuseForm.php file core/modules/field_ui/src/Form/FieldStorageReuseForm.php
FieldStorageReuseForm::$bundle property core/modules/field_ui/src/Form/FieldStorageReuseForm.php The entity bundle.
FieldStorageReuseForm::$entityTypeId property core/modules/field_ui/src/Form/FieldStorageReuseForm.php The name of the entity type.
FieldStorageReuseForm::buildForm function core/modules/field_ui/src/Form/FieldStorageReuseForm.php Form constructor.
FieldStorageReuseForm::create function core/modules/field_ui/src/Form/FieldStorageReuseForm.php Instantiates a new instance of this class.
FieldStorageReuseForm::getExistingFieldDefaults function core/modules/field_ui/src/Form/FieldStorageReuseForm.php Get default options from an existing field and bundle.
FieldStorageReuseForm::getExistingFieldStorageOptions function core/modules/field_ui/src/Form/FieldStorageReuseForm.php Returns an array of existing field storages that can be added to a bundle.
FieldStorageReuseForm::getFormId function core/modules/field_ui/src/Form/FieldStorageReuseForm.php Returns a unique string identifying the form.
FieldStorageReuseForm::reuseCallback function core/modules/field_ui/src/Form/FieldStorageReuseForm.php Callback function to handle re-using an existing field.
FieldStorageReuseForm::submitForm function core/modules/field_ui/src/Form/FieldStorageReuseForm.php Form submission handler.
FieldStorageReuseForm::__construct function core/modules/field_ui/src/Form/FieldStorageReuseForm.php Constructs a new FieldStorageReuseForm object.
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/tests/src/Functional/Views/FieldTestBase.php Stores the field definitions used by the test.
FieldTestBase::setUpFieldStorages function core/modules/field/tests/src/Functional/Views/FieldTestBase.php Sets up field storages for testing.
FieldTestFieldHooks::fieldStorageConfigUpdateForbid function core/modules/field/tests/modules/field_test/src/Hook/FieldTestFieldHooks.php Implements hook_field_storage_config_update_forbid().
FieldTestHooks::fieldStorageConfigCreate function core/modules/field/tests/modules/field_test/src/Hook/FieldTestHooks.php Implements hook_field_storage_config_create().
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.
FieldTypePluginManager::getStorageSettingsSummary function core/lib/Drupal/Core/Field/FieldTypePluginManager.php Returns the summary of 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.
FieldTypePluginManagerInterface::getStorageSettingsSummary function core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php Returns the summary of storage-level settings for a field type.
FieldUiHooks::formFieldUiFieldStorageAddFormAlter function core/modules/field_ui/src/Hook/FieldUiHooks.php Implements hook_form_FORM_ID_alter() for 'field_ui_field_storage_add_form'.
FieldUiTestDeprecatedHooks::formFieldStorageConfigEditFormAlter function core/modules/field_ui/tests/modules/field_ui_test_deprecated/src/Hook/FieldUiTestDeprecatedHooks.php Implements hook_form_FORM_ID_alter() for field_storage_config_edit_form.
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
FieldViewsDataProvider::getSqlStorageForField function core/modules/views/src/FieldViewsDataProvider.php Determines whether the entity type the field appears in is SQL based.
field_purge_field_storage function core/modules/field/field.purge.inc Purges a field record from the database.
field_storage_entity_type_dependency_test.info.yml file core/modules/system/tests/modules/field_storage_entity_type_dependency_test/field_storage_entity_type_dependency_test.info.yml core/modules/system/tests/modules/field_storage_entity_type_dependency_test/field_storage_entity_type_dependency_test.info.yml
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_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.

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