Search for storage

  1. Search 7.x for storage
  2. Search 8.9.x for storage
  3. Search 10.3.x for storage
  4. Search 11.x for storage
  5. Other projects
Title Object type File name Summary
DefaultsEntityForm::$sectionStorage property core/modules/layout_builder/src/Form/DefaultsEntityForm.php The section storage.
DefaultsEntityForm::getSectionStorage function core/modules/layout_builder/src/Form/DefaultsEntityForm.php Retrieves the section storage object.
DefaultsSectionStorage class core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Defines the 'defaults' section storage type.
DefaultsSectionStorage.php file core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php
DefaultsSectionStorage::$entityTypeBundleInfo property core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php The entity type bundle info.
DefaultsSectionStorage::$entityTypeManager property core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php The entity type manager.
DefaultsSectionStorage::$sampleEntityGenerator property core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php The sample entity generator.
DefaultsSectionStorage::access function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Overrides \Drupal\Core\Access\AccessibleInterface::access().
DefaultsSectionStorage::buildRoutes function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Provides the routes needed for Layout Builder UI.
DefaultsSectionStorage::create function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Creates an instance of the plugin.
DefaultsSectionStorage::deriveContextsFromRoute function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Derives the available plugin contexts from route values.
DefaultsSectionStorage::disableLayoutBuilder function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Disables the Layout Builder.
DefaultsSectionStorage::enableLayoutBuilder function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Enables the Layout Builder.
DefaultsSectionStorage::extractEntityFromRoute function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Extracts an entity from the route values.
DefaultsSectionStorage::getContextsDuringPreview function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Gets contexts for use during preview.
DefaultsSectionStorage::getDisplay function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Gets the entity storing the defaults.
DefaultsSectionStorage::getEntityTypes function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Returns an array of relevant entity types.
DefaultsSectionStorage::getLayoutBuilderUrl function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Gets the URL used to display the Layout Builder UI.
DefaultsSectionStorage::getRedirectUrl function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Gets the URL used when redirecting away from the Layout Builder UI.
DefaultsSectionStorage::getRouteParameters function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Provides the route parameters needed to generate a URL for this object.
DefaultsSectionStorage::getSectionList function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Gets the section list.
DefaultsSectionStorage::getStorageId function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Returns an identifier for this storage.
DefaultsSectionStorage::getThirdPartyProviders function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Gets the list of third parties that store information.
DefaultsSectionStorage::getThirdPartySetting function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Gets the value of a third-party setting.
DefaultsSectionStorage::getThirdPartySettings function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Gets all third-party settings of a given module.
DefaultsSectionStorage::isApplicable function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Determines if this section storage is applicable for the current contexts.
DefaultsSectionStorage::isLayoutBuilderEnabled function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Determines if Layout Builder is enabled.
DefaultsSectionStorage::isOverridable function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Determines if the defaults allow custom overrides.
DefaultsSectionStorage::label function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Gets the label for the object using the sections.
DefaultsSectionStorage::save function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Saves the sections.
DefaultsSectionStorage::setContext function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Set a context on this plugin.
DefaultsSectionStorage::setOverridable function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Sets the defaults to allow or disallow overrides.
DefaultsSectionStorage::setThirdPartySetting function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Sets the value of a third-party setting.
DefaultsSectionStorage::unsetThirdPartySetting function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Unsets a third-party setting.
DefaultsSectionStorage::__construct function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php
DefaultsSectionStorageInterface interface core/modules/layout_builder/src/DefaultsSectionStorageInterface.php Defines an interface for an object that stores layout sections for defaults.
DefaultsSectionStorageInterface.php file core/modules/layout_builder/src/DefaultsSectionStorageInterface.php
DefaultsSectionStorageInterface::isOverridable function core/modules/layout_builder/src/DefaultsSectionStorageInterface.php Determines if the defaults allow custom overrides.
DefaultsSectionStorageInterface::setOverridable function core/modules/layout_builder/src/DefaultsSectionStorageInterface.php Sets the defaults to allow or disallow overrides.
DefaultsSectionStorageTest class core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php @coversDefaultClass \Drupal\layout_builder\Plugin\SectionStorage\DefaultsSectionStorage
DefaultsSectionStorageTest class core/modules/layout_builder/tests/src/Kernel/DefaultsSectionStorageTest.php @coversDefaultClass \Drupal\layout_builder\Plugin\SectionStorage\DefaultsSectionStorage
DefaultsSectionStorageTest.php file core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php
DefaultsSectionStorageTest.php file core/modules/layout_builder/tests/src/Kernel/DefaultsSectionStorageTest.php
DefaultsSectionStorageTest::$entityTypeManager property core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php The entity type manager.
DefaultsSectionStorageTest::$modules property core/modules/layout_builder/tests/src/Kernel/DefaultsSectionStorageTest.php Modules to enable.
DefaultsSectionStorageTest::$plugin property core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php The plugin.
DefaultsSectionStorageTest::$plugin property core/modules/layout_builder/tests/src/Kernel/DefaultsSectionStorageTest.php The plugin.
DefaultsSectionStorageTest::$sampleEntityGenerator property core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php The sample entity generator.
DefaultsSectionStorageTest::providerTestAccess function core/modules/layout_builder/tests/src/Kernel/DefaultsSectionStorageTest.php Provides test data for ::testAccess().
DefaultsSectionStorageTest::providerTestExtractEntityFromRoute function core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php Provides data for ::testExtractEntityFromRoute().

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