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. Search main for storage
  6. Other projects
Title Object type File name Summary
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
FieldStorageEntityTypeDependencyTestHook class core/modules/system/tests/modules/field_storage_entity_type_dependency_test/src/Hook/FieldStorageEntityTypeDependencyTestHook.php Hook implementations.
FieldStorageEntityTypeDependencyTestHook.php file core/modules/system/tests/modules/field_storage_entity_type_dependency_test/src/Hook/FieldStorageEntityTypeDependencyTestHook.php
FieldStorageEntityTypeDependencyTestHook::systemInfoAlter function core/modules/system/tests/modules/field_storage_entity_type_dependency_test/src/Hook/FieldStorageEntityTypeDependencyTestHook.php Implements hook_system_info_alter().
FieldStorageGetPropertyDefinitionTest class core/tests/Drupal/KernelTests/Core/Field/FieldStorageGetPropertyDefinitionTest.php Tests getting property definitions from field storages.
FieldStorageGetPropertyDefinitionTest.php file core/tests/Drupal/KernelTests/Core/Field/FieldStorageGetPropertyDefinitionTest.php
FieldStorageGetPropertyDefinitionTest::$modules property core/tests/Drupal/KernelTests/Core/Field/FieldStorageGetPropertyDefinitionTest.php Modules to install.
FieldStorageGetPropertyDefinitionTest::testBaseFieldGetPropertyDefinitionWithNull function core/tests/Drupal/KernelTests/Core/Field/FieldStorageGetPropertyDefinitionTest.php Tests BaseFieldDefinition::getPropertyDefinition() with null.
FieldStorageGetPropertyDefinitionTest::testFieldStorageConfigGetPropertyDefinitionWithNull function core/tests/Drupal/KernelTests/Core/Field/FieldStorageGetPropertyDefinitionTest.php Tests FieldStorageConfig::getPropertyDefinition() with null.
FieldStorageGetPropertyDefinitionTest::testGetPropertyDefinition function core/tests/Drupal/KernelTests/Core/Field/FieldStorageGetPropertyDefinitionTest.php Tests getPropertyDefinition().
FieldStorageIndexesConstraint class core/modules/field/src/Plugin/Validation/Constraint/FieldStorageIndexesConstraint.php Validates the structure of field storage index definitions.
FieldStorageIndexesConstraint.php file core/modules/field/src/Plugin/Validation/Constraint/FieldStorageIndexesConstraint.php
FieldStorageIndexesConstraint::__construct function core/modules/field/src/Plugin/Validation/Constraint/FieldStorageIndexesConstraint.php #[HasNamedArguments]
FieldStorageIndexesConstraintValidator class core/modules/field/src/Plugin/Validation/Constraint/FieldStorageIndexesConstraintValidator.php Validates FieldStorageIndexesConstraint.
FieldStorageIndexesConstraintValidator.php file core/modules/field/src/Plugin/Validation/Constraint/FieldStorageIndexesConstraintValidator.php
FieldStorageIndexesConstraintValidator::validate function core/modules/field/src/Plugin/Validation/Constraint/FieldStorageIndexesConstraintValidator.php
FieldStorageIndexesValidationTest class core/modules/field/tests/src/Kernel/Config/FieldStorageIndexesValidationTest.php Tests validation for field storage indexes config.
FieldStorageIndexesValidationTest.php file core/modules/field/tests/src/Kernel/Config/FieldStorageIndexesValidationTest.php
FieldStorageIndexesValidationTest::$modules property core/modules/field/tests/src/Kernel/Config/FieldStorageIndexesValidationTest.php Modules to install.
FieldStorageIndexesValidationTest::setUp function core/modules/field/tests/src/Kernel/Config/FieldStorageIndexesValidationTest.php Set the default field storage backend for fields created during tests.
FieldStorageIndexesValidationTest::testInvalidIndexes function core/modules/field/tests/src/Kernel/Config/FieldStorageIndexesValidationTest.php Test invalid indexes.
FieldStorageIndexesValidationTest::testValidIndexes function core/modules/field/tests/src/Kernel/Config/FieldStorageIndexesValidationTest.php Test valid indexes.
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 the implementing class using autowiring.
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.

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