You are here

service plugin.manager.layout_builder.section_storage in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/layout_builder/layout_builder.services.yml \plugin.manager.layout_builder.section_storage

Class

Drupal\layout_builder\SectionStorage\SectionStorageManager
11 string references to plugin.manager.layout_builder.section_storage
DefaultsSectionStorageTest::testLoadFromDisplay in core/modules/layout_builder/tests/src/Kernel/DefaultsSectionStorageTest.php
Tests loading given a display.
InlineBlockEntityOperations::create in core/modules/layout_builder/src/InlineBlockEntityOperations.php
Instantiates a new instance of this class.
LayoutBuilderEntityViewDisplay::sectionStorageManager in core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php
Gets the section storage manager.
LayoutBuilderLocalTaskDeriver::create in core/modules/layout_builder/src/Plugin/Derivative/LayoutBuilderLocalTaskDeriver.php
Creates a new class instance.
LayoutBuilderServiceProvider::register in core/modules/layout_builder/src/LayoutBuilderServiceProvider.php
Registers services to the container.

... See full list

File

core/modules/layout_builder/layout_builder.services.yml
core/modules/layout_builder/layout_builder.services.yml

View source
  1. class: Drupal\layout_builder\SectionStorage\SectionStorageManager
  2. parent: default_plugin_manager
  3. arguments:
  4. - '@context.handler'