You are here

service plugin.manager.layout_plugin in Layout Plugin (obsolete, use core's Layout Discovery) 8

Class

Drupal\layout_plugin\Plugin\Layout\LayoutPluginManager
3 string references to plugin.manager.layout_plugin
drush_layout_plugin_list in ./layout_plugin.drush.inc
Create a basic template and configuration file for new Display Suite layout.
Layout::layoutPluginManager in src/Layout.php
Returns the plugin manager for the Layout plugin type.
LayoutTest::setUp in tests/src/Kernel/LayoutTest.php

File

./layout_plugin.services.yml
layout_plugin.services.yml

View source
  1. class: Drupal\layout_plugin\Plugin\Layout\LayoutPluginManager
  2. arguments:
  3. - '@container.namespaces'
  4. - '@cache.discovery'
  5. - '@module_handler'
  6. - '@theme_handler'