You are here

public static function Layout::layoutPluginManager in Layout Plugin (obsolete, use core's Layout Discovery) 8

Returns the plugin manager for the Layout plugin type.

Return value

\Drupal\layout_plugin\Plugin\Layout\LayoutPluginManagerInterface Layout manager.

File

src/Layout.php, line 16

Class

Layout
Class Layout.

Namespace

Drupal\layout_plugin

Code

public static function layoutPluginManager() {
  return \Drupal::service('plugin.manager.layout_plugin');
}