Mercurial > hg > cmmr2012-drupal-site
diff core/modules/layout_builder/layout_builder.services.yml @ 4:a9cd425dd02b
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:11:55 +0000 |
parents | c75dbcec494b |
children | 12f9dff5fda9 |
line wrap: on
line diff
--- a/core/modules/layout_builder/layout_builder.services.yml Thu Feb 28 11:14:44 2019 +0000 +++ b/core/modules/layout_builder/layout_builder.services.yml Thu Feb 28 13:11:55 2019 +0000 @@ -2,6 +2,10 @@ layout_builder.tempstore_repository: class: Drupal\layout_builder\LayoutTempstoreRepository arguments: ['@tempstore.shared'] + access_check.entity.layout_builder_access: + class: Drupal\layout_builder\Access\LayoutBuilderAccessCheck + tags: + - { name: access_check, applies_to: _layout_builder_access } access_check.entity.layout: class: Drupal\layout_builder\Access\LayoutSectionAccessCheck tags: @@ -39,3 +43,6 @@ logger.channel.layout_builder: parent: logger.channel_base arguments: ['layout_builder'] + inline_block.usage: + class: Drupal\layout_builder\InlineBlockUsage + arguments: ['@database']