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
SectionStorageBase::getSections function core/modules/layout_builder/src/Plugin/SectionStorage/SectionStorageBase.php Gets the layout sections.
SectionStorageBase::getStorageType function core/modules/layout_builder/src/Plugin/SectionStorage/SectionStorageBase.php Returns the type of this storage.
SectionStorageBase::getTempstoreKey function core/modules/layout_builder/src/Plugin/SectionStorage/SectionStorageBase.php Gets a string suitable for use as a tempstore key.
SectionStorageBase::insertSection function core/modules/layout_builder/src/Plugin/SectionStorage/SectionStorageBase.php Inserts a new section at a given delta.
SectionStorageBase::removeAllSections function core/modules/layout_builder/src/Plugin/SectionStorage/SectionStorageBase.php Removes all of the sections.
SectionStorageBase::removeSection function core/modules/layout_builder/src/Plugin/SectionStorage/SectionStorageBase.php Removes the section at the given delta.
SectionStorageDefinition class core/modules/layout_builder/src/SectionStorage/SectionStorageDefinition.php Provides section storage type plugin definition.
SectionStorageDefinition.php file core/modules/layout_builder/src/SectionStorage/SectionStorageDefinition.php
SectionStorageDefinition::$additional property core/modules/layout_builder/src/SectionStorage/SectionStorageDefinition.php Any additional properties and values.
SectionStorageDefinition::$weight property core/modules/layout_builder/src/SectionStorage/SectionStorageDefinition.php The plugin weight.
SectionStorageDefinition::get function core/modules/layout_builder/src/SectionStorage/SectionStorageDefinition.php Gets any arbitrary property.
SectionStorageDefinition::getWeight function core/modules/layout_builder/src/SectionStorage/SectionStorageDefinition.php Returns the plugin weight.
SectionStorageDefinition::set function core/modules/layout_builder/src/SectionStorage/SectionStorageDefinition.php Sets a value to an arbitrary property.
SectionStorageDefinition::__construct function core/modules/layout_builder/src/SectionStorage/SectionStorageDefinition.php LayoutDefinition constructor.
SectionStorageInterface interface core/modules/layout_builder/src/SectionStorageInterface.php Defines an interface for Section Storage type plugins.
SectionStorageInterface.php file core/modules/layout_builder/src/SectionStorageInterface.php
SectionStorageInterface::access function core/modules/layout_builder/src/SectionStorageInterface.php Overrides \Drupal\Core\Access\AccessibleInterface::access().
SectionStorageInterface::buildRoutes function core/modules/layout_builder/src/SectionStorageInterface.php Provides the routes needed for Layout Builder UI.
SectionStorageInterface::deriveContextsFromRoute function core/modules/layout_builder/src/SectionStorageInterface.php Derives the available plugin contexts from route values.
SectionStorageInterface::getContextsDuringPreview function core/modules/layout_builder/src/SectionStorageInterface.php Gets contexts for use during preview.
SectionStorageInterface::getLayoutBuilderUrl function core/modules/layout_builder/src/SectionStorageInterface.php Gets the URL used to display the Layout Builder UI.
SectionStorageInterface::getPluginDefinition function core/modules/layout_builder/src/SectionStorageInterface.php Overrides \Drupal\Component\Plugin\PluginInspectionInterface::getPluginDefinition().
SectionStorageInterface::getRedirectUrl function core/modules/layout_builder/src/SectionStorageInterface.php Gets the URL used when redirecting away from the Layout Builder UI.
SectionStorageInterface::getStorageId function core/modules/layout_builder/src/SectionStorageInterface.php Returns an identifier for this storage.
SectionStorageInterface::getStorageType function core/modules/layout_builder/src/SectionStorageInterface.php Returns the type of this storage.
SectionStorageInterface::isApplicable function core/modules/layout_builder/src/SectionStorageInterface.php Determines if this section storage is applicable for the current contexts.
SectionStorageInterface::label function core/modules/layout_builder/src/SectionStorageInterface.php Gets the label for the object using the sections.
SectionStorageInterface::save function core/modules/layout_builder/src/SectionStorageInterface.php Saves the sections.
SectionStorageLocalTaskProviderInterface interface core/modules/layout_builder/src/Plugin/SectionStorage/SectionStorageLocalTaskProviderInterface.php Allows section storage plugins to provide local tasks.
SectionStorageLocalTaskProviderInterface.php file core/modules/layout_builder/src/Plugin/SectionStorage/SectionStorageLocalTaskProviderInterface.php
SectionStorageLocalTaskProviderInterface::buildLocalTasks function core/modules/layout_builder/src/Plugin/SectionStorage/SectionStorageLocalTaskProviderInterface.php Provides the local tasks dynamically for Layout Builder plugins.
SectionStorageManager class core/modules/layout_builder/src/SectionStorage/SectionStorageManager.php Provides the Section Storage type plugin manager.
SectionStorageManager.php file core/modules/layout_builder/src/SectionStorage/SectionStorageManager.php
SectionStorageManager::$contextHandler property core/modules/layout_builder/src/SectionStorage/SectionStorageManager.php The context handler.
SectionStorageManager::findByContext function core/modules/layout_builder/src/SectionStorage/SectionStorageManager.php Finds the section storage to load based on available contexts.
SectionStorageManager::findDefinitions function core/modules/layout_builder/src/SectionStorage/SectionStorageManager.php Finds plugin definitions.
SectionStorageManager::load function core/modules/layout_builder/src/SectionStorage/SectionStorageManager.php Loads a section storage with the provided contexts applied.
SectionStorageManager::loadEmpty function core/modules/layout_builder/src/SectionStorage/SectionStorageManager.php Loads a section storage with no associated section list.
SectionStorageManager::__construct function core/modules/layout_builder/src/SectionStorage/SectionStorageManager.php Constructs a new SectionStorageManager object.
SectionStorageManagerInterface interface core/modules/layout_builder/src/SectionStorage/SectionStorageManagerInterface.php Provides the interface for a plugin manager of section storage types.
SectionStorageManagerInterface.php file core/modules/layout_builder/src/SectionStorage/SectionStorageManagerInterface.php
SectionStorageManagerInterface::findByContext function core/modules/layout_builder/src/SectionStorage/SectionStorageManagerInterface.php Finds the section storage to load based on available contexts.
SectionStorageManagerInterface::load function core/modules/layout_builder/src/SectionStorage/SectionStorageManagerInterface.php Loads a section storage with the provided contexts applied.
SectionStorageManagerInterface::loadEmpty function core/modules/layout_builder/src/SectionStorage/SectionStorageManagerInterface.php Loads a section storage with no associated section list.
SectionStorageManagerTest class core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php @coversDefaultClass \Drupal\layout_builder\SectionStorage\SectionStorageManager[[api-linebreak]]
SectionStorageManagerTest.php file core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php
SectionStorageManagerTest::$contextHandler property core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php The context handler.
SectionStorageManagerTest::$discovery property core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php The plugin discovery.
SectionStorageManagerTest::$factory property core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php The plugin factory.
SectionStorageManagerTest::$manager property core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php The section storage manager.

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