Issue #2296423 by tim.plunkett, dsnopek, swentel, Manuel Garcia, tedbow, alexpott, xjm, andypost, dawehner, effulgentsia, Berdir, jhedstrom, catch, benjy, jibran, Wim Leers, tstoeckler, larowlan, webchick: Implement layout plugin type in core
2016-12-09 11:55:52 +00:00
|
|
|
services:
|
|
|
|
plugin.manager.core.layout:
|
|
|
|
class: Drupal\Core\Layout\LayoutPluginManager
|
|
|
|
arguments: ['@container.namespaces', '@cache.discovery', '@module_handler', '@theme_handler']
|
2023-06-14 12:59:48 +00:00
|
|
|
Drupal\Core\Layout\LayoutPluginManagerInterface: '@plugin.manager.core.layout'
|
Issue #2660124 by tim.plunkett, samuel.mortenson, phenaproxima, tstoeckler, yoroy, dead_arm, xjm, Manuel Garcia, EclipseGc, larowlan, DyanneNova, tedbow: Dynamically build layout icons based on well formed config
2017-10-30 20:46:59 +00:00
|
|
|
layout.icon_builder:
|
|
|
|
class: Drupal\Core\Layout\Icon\SvgIconBuilder
|
|
|
|
shared: false
|
2023-06-14 12:59:48 +00:00
|
|
|
Drupal\Core\Layout\Icon\IconBuilderInterface: '@layout.icon_builder'
|