You are here

layout_library.services.yml in Layout builder library 8

File

layout_library.services.yml
View source
  1. services:
  2. layout_library.element.prepare_layout:
  3. class: Drupal\layout_library\EventSubscriber\PrepareLayout
  4. arguments: ['@layout_builder.tempstore_repository']
  5. tags:
  6. - { name: event_subscriber }