You are here

function layout_plugin_theme in Layout Plugin (obsolete, use core's Layout Discovery) 8

Implements hook_theme().

File

./layout_plugin.module, line 31
Hook implementations for Layout Plugin module.

Code

function layout_plugin_theme() {
  return Layout::layoutPluginManager()
    ->getThemeImplementations();
}