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
TestableSqlContentEntityStorage.php file core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php
TestableSqlContentEntityStorage::$database property core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php Active database connection.
TestableSqlContentEntityStorage::$entityType property core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php Information about the entity type.
TestableSqlContentEntityStorage::$fieldStorageDefinitions property core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php The entity type's field storage definitions.
TestableSqlContentEntityStorage::$tableMapping property core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php The mapping of field columns to SQL tables.
TestableSqlContentEntityStorage::getTableMapping function core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php Overrides original SqlContentEntityStorage::getTableMapping().
TestableSqlContentEntityStorage::publicDeleteFromDedicatedTables function core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php Exposes the protected deleteFromDedicatedTables() method for testing.
TestableSqlContentEntityStorage::setTableMapping function core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php Sets the table mapping.
TestableSqlContentEntityStorage::__construct function core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php Override the constructor to bypass the parent's constructor.
TestFieldType::calculateStorageDependencies function core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php
TestInstallStorage class core/modules/config/tests/config_test/src/TestInstallStorage.php Tests configuration of profiles, modules and themes.
TestInstallStorage.php file core/modules/config/tests/config_test/src/TestInstallStorage.php
TestInstallStorage::getAllFolders function core/modules/config/tests/config_test/src/TestInstallStorage.php Returns a map of all config object names and their folders.
TestItem::defaultStorageSettings function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php Defines the storage-level settings for this plugin.
TestItem::storageSettingsForm function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php Returns a form for the storage-level settings.
TestItem::storageSettingsFromConfigData function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php Returns a settings array in the field type's canonical representation.
TestItem::storageSettingsToConfigData function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php Returns a settings array that can be stored as a configuration value.
TestRunResultsStorageInterface interface core/lib/Drupal/Core/Test/TestRunResultsStorageInterface.php Interface describing a test run results storage object.
TestRunResultsStorageInterface.php file core/lib/Drupal/Core/Test/TestRunResultsStorageInterface.php
TestRunResultsStorageInterface::buildTestingResultsEnvironment function core/lib/Drupal/Core/Test/TestRunResultsStorageInterface.php Prepares the test run storage.
TestRunResultsStorageInterface::cleanUp function core/lib/Drupal/Core/Test/TestRunResultsStorageInterface.php Resets the test run storage.
TestRunResultsStorageInterface::createNew function core/lib/Drupal/Core/Test/TestRunResultsStorageInterface.php Gets a new unique identifier for a test run.
TestRunResultsStorageInterface::getCurrentTestRunState function core/lib/Drupal/Core/Test/TestRunResultsStorageInterface.php Get state information about a test run, from storage.
TestRunResultsStorageInterface::getLogEntriesByTestClass function core/lib/Drupal/Core/Test/TestRunResultsStorageInterface.php Get test results for a test run, ordered by test class.
TestRunResultsStorageInterface::insertLogEntry function core/lib/Drupal/Core/Test/TestRunResultsStorageInterface.php Adds a test log entry for a test run to the storage.
TestRunResultsStorageInterface::removeResults function core/lib/Drupal/Core/Test/TestRunResultsStorageInterface.php Removes the results of a test run from the storage.
TestRunResultsStorageInterface::setDatabasePrefix function core/lib/Drupal/Core/Test/TestRunResultsStorageInterface.php Sets the test database prefix of a test run in storage.
TestRunResultsStorageInterface::validateTestingResultsEnvironment function core/lib/Drupal/Core/Test/TestRunResultsStorageInterface.php Checks if the test run storage is valid.
TestRunTest::$testRunResultsStorage property core/tests/Drupal/KernelTests/Core/Test/TestRunTest.php The test run results storage.
TestSessionBag::$storageKey property core/modules/system/tests/modules/session_test/src/Session/TestSessionBag.php Key used when persisting the session.
TestSessionBag::getStorageKey function core/modules/system/tests/modules/session_test/src/Session/TestSessionBag.php
TestStateBasedSectionStorage class core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php Provides a test section storage that is controlled by state.
TestStateBasedSectionStorage.php file core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php
TestStateBasedSectionStorage::access function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php Overrides \Drupal\Core\Access\AccessibleInterface::access().
TestStateBasedSectionStorage::buildRoutes function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php Provides the routes needed for Layout Builder UI.
TestStateBasedSectionStorage::deriveContextsFromRoute function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php Derives the available plugin contexts from route values.
TestStateBasedSectionStorage::extractIdFromRoute function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php
TestStateBasedSectionStorage::getLayoutBuilderUrl function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php Gets the URL used to display the Layout Builder UI.
TestStateBasedSectionStorage::getRedirectUrl function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php Gets the URL used when redirecting away from the Layout Builder UI.
TestStateBasedSectionStorage::getSectionList function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php Gets the section list.
TestStateBasedSectionStorage::getSectionListFromId function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php
TestStateBasedSectionStorage::getSections function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php Gets the layout sections.
TestStateBasedSectionStorage::getStorageId function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php Returns an identifier for this storage.
TestStateBasedSectionStorage::isApplicable function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php Determines if this section storage is applicable for the current contexts.
TestStateBasedSectionStorage::label function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php Gets the label for the object using the sections.
TestStateBasedSectionStorage::save function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php Saves the sections.
TestStorage class core/tests/Drupal/Tests/Core/Config/StorageCopyTraitTest.php Provides a test implementation of \Drupal\Core\Config\StorageInterface.
TestStorage::setValue function core/tests/Drupal/Tests/Core/Config/StorageCopyTraitTest.php Provides a setter to bypass the array type hint on ::write().
TextItem::defaultStorageSettings function core/modules/text/src/Plugin/Field/FieldType/TextItem.php Defines the storage-level settings for this plugin.
TextItem::storageSettingsForm function core/modules/text/src/Plugin/Field/FieldType/TextItem.php Returns a form for the storage-level settings.

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