Change record status: 
Project: 
Introduced in branch: 
9.3.x
Introduced in version: 
9.3.0
Description: 

\Drupal\layout_builder\Routing\LayoutTempstoreParamConverter has been removed and replaced by the following classes:

  • \Drupal\layout_builder\Routing\LayoutSectionStorageParamConverter: loads the section storage for a given route based on type & available contexts.
  • \Drupal\layout_builder\Routing\LayoutTempstoreRouteEnhancer: loads a version of the section storage from the tempstore (if applicable).

Prior to this change, LayoutTempstoreParamConverter was responsible for delivering the functionality of both new classes.

Impacts: 
Module developers