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
MTimeProtectedFileStorageBase::$secret property core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageBase.php The secret string to use for file creation.
MTimeProtectedFileStorageBase::$settings property core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageBase.php Test settings to pass to storage instances.
MTimeProtectedFileStorageBase::$storageClass property core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageBase.php The PHP storage class to test.
MTimeProtectedFileStorageBase::setUp function core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageBase.php
MTimeProtectedFileStorageBase::testCRUD function core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageBase.php Tests basic load/save/delete operations.
MTimeProtectedFileStorageBase::testSecurity function core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageBase.php Tests the security of the MTimeProtectedFileStorage implementation.
MTimeProtectedFileStorageTest class core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageTest.php Tests the MTimeProtectedFileStorage implementation.
MTimeProtectedFileStorageTest.php file core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageTest.php
MTimeProtectedFileStorageTest::$expected property core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageTest.php The expected test results for the security test.
MTimeProtectedFileStorageTest::$storageClass property core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageTest.php The PHP storage class to test.
MultipleStaticContext::$userStorage property core/modules/block/tests/modules/block_test/src/ContextProvider/MultipleStaticContext.php The user storage.
MultipleWidgetFormTest::$fieldStorageMultiple property core/modules/field/tests/src/Functional/MultipleWidgetFormTest.php An array of values defining a field multiple.
NavigationSectionStorage class core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php Provides navigation section storage.
NavigationSectionStorage.php file core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php
NavigationSectionStorage::$configFactory property core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php The config factory.
NavigationSectionStorage::$sections property core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php An array of sections.
NavigationSectionStorage::access function core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php Overrides \Drupal\Core\Access\AccessibleInterface::access().
NavigationSectionStorage::buildLocalTasks function core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php Provides the local tasks dynamically for Layout Builder plugins.
NavigationSectionStorage::buildRoutes function core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php Provides the routes needed for Layout Builder UI.
NavigationSectionStorage::create function core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php Creates an instance of the plugin.
NavigationSectionStorage::deriveContextsFromRoute function core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php Derives the available plugin contexts from route values.
NavigationSectionStorage::getConfigName function core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php Returns the name to be used to store in the config system.
NavigationSectionStorage::getContextMapping function core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php Gets a mapping of the expected assignment names to their context names.
NavigationSectionStorage::getContextsDuringPreview function core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php Gets contexts for use during preview.
NavigationSectionStorage::getLayoutBuilderUrl function core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php Gets the URL used to display the Layout Builder UI.
NavigationSectionStorage::getRedirectUrl function core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php Gets the URL used when redirecting away from the Layout Builder UI.
NavigationSectionStorage::getSections function core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php Gets the layout sections.
NavigationSectionStorage::getStorageId function core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php Returns an identifier for this storage.
NavigationSectionStorage::getStorageType function core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php Returns the type of this storage.
NavigationSectionStorage::isApplicable function core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php Determines if this section storage is applicable for the current contexts.
NavigationSectionStorage::label function core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php Gets the label for the object using the sections.
NavigationSectionStorage::save function core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php Saves the sections.
NavigationSectionStorage::setSections function core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php Stores the information for all sections.
NavigationSectionStorage::STORAGE_ID constant core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php
NavigationSectionStorage::__construct function core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php
NegotiationConfigureForm::$blockStorage property core/modules/language/src/Form/NegotiationConfigureForm.php The block storage.
NestedFormTest::$fieldStorageSingle property core/modules/field/tests/src/Functional/NestedFormTest.php
NestedFormTest::$fieldStorageUnlimited property core/modules/field/tests/src/Functional/NestedFormTest.php
node.grant_storage service core/modules/node/node.services.yml Drupal\node\NodeGrantDatabaseStorage
NodeAccessControlHandler::$grantStorage property core/modules/node/src/NodeAccessControlHandler.php The node grant storage.
NodeBodyFieldStorageTest class core/modules/node/tests/src/Kernel/NodeBodyFieldStorageTest.php Tests node body field storage.
NodeBodyFieldStorageTest.php file core/modules/node/tests/src/Kernel/NodeBodyFieldStorageTest.php
NodeBodyFieldStorageTest::$modules property core/modules/node/tests/src/Kernel/NodeBodyFieldStorageTest.php Modules to install.
NodeBodyFieldStorageTest::setUp function core/modules/node/tests/src/Kernel/NodeBodyFieldStorageTest.php
NodeBodyFieldStorageTest::testFieldOverrides function core/modules/node/tests/src/Kernel/NodeBodyFieldStorageTest.php Tests node body field storage persistence even if there are no instances.
NodeEditFormTest::$nodeStorage property core/modules/node/tests/src/Functional/NodeEditFormTest.php The node storage.
NodeGrantDatabaseStorage class core/modules/node/src/NodeGrantDatabaseStorage.php Defines a storage handler class that handles the node grants system.
NodeGrantDatabaseStorage.php file core/modules/node/src/NodeGrantDatabaseStorage.php
NodeGrantDatabaseStorage::$database property core/modules/node/src/NodeGrantDatabaseStorage.php The database connection.
NodeGrantDatabaseStorage::$languageManager property core/modules/node/src/NodeGrantDatabaseStorage.php The language manager.

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