You are here

service plugin.manager.layout_builder.section_storage in Drupal 10

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

Class

Drupal\layout_builder\SectionStorage\SectionStorageManager
12 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
LayoutBuilderEntityViewDisplay::sectionStorageManager in core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php
Gets the section storage manager.
LayoutBuilderIntegration::create in core/modules/quickedit/src/LayoutBuilderIntegration.php
LayoutBuilderLocalTaskDeriver::create in core/modules/layout_builder/src/Plugin/Derivative/LayoutBuilderLocalTaskDeriver.php

... 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'