layout_discovery.services.yml
Same filename in other branches
File
-
core/
modules/ layout_discovery/ layout_discovery.services.yml
View source
- services:
- _defaults:
- autoconfigure: true
- plugin.manager.core.layout:
- class: Drupal\Core\Layout\LayoutPluginManager
- arguments: ['@container.namespaces', '@cache.discovery', '@module_handler', '@theme_handler']
- Drupal\Core\Layout\LayoutPluginManagerInterface: '@plugin.manager.core.layout'
- layout.icon_builder:
- class: Drupal\Core\Layout\Icon\SvgIconBuilder
- shared: false
- Drupal\Core\Layout\Icon\IconBuilderInterface: '@layout.icon_builder'
Services
Title | Deprecated | Summary |
---|---|---|
Drupal\Core\Layout\Icon\IconBuilderInterface | ||
Drupal\Core\Layout\LayoutPluginManagerInterface | ||
layout.icon_builder | Drupal\Core\Layout\Icon\SvgIconBuilder | |
plugin.manager.core.layout | Drupal\Core\Layout\LayoutPluginManager | |
_defaults |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.