Issue #3032433: Allow section storages to be loaded via routing without loading from the tempstore
Compare changes
@@ -3,6 +3,7 @@
@@ -3,6 +3,7 @@
@@ -14,6 +15,13 @@
@@ -14,6 +15,13 @@
@@ -24,10 +32,13 @@ class LayoutSectionStorageParamConverter implements ParamConverterInterface {
@@ -24,10 +32,13 @@ class LayoutSectionStorageParamConverter implements ParamConverterInterface {
* @param \Drupal\layout_builder\SectionStorage\SectionStorageManagerInterface $section_storage_manager
@@ -44,7 +55,14 @@ public function convert($value, $definition, $name, array $defaults) {
@@ -44,7 +55,14 @@ public function convert($value, $definition, $name, array $defaults) {
$contexts = $this->sectionStorageManager->loadEmpty($type)->deriveContextsFromRoute($value, $definition, $name, $defaults);