public static function Layout::getThemeImplementations in Layout Plugin (obsolete, use core's Layout Discovery) 8
Return theme implementations for layouts that give only a template.
Return value
array An associative array of the same format as returned by hook_theme().
Deprecated
Use \Drupal\layout_plugin\Plugin\Layout\LayoutPluginManagerInterface::getThemeImplementations().
See also
File
- src/
Layout.php, line 53
Class
- Layout
- Class Layout.
Namespace
Drupal\layout_pluginCode
public static function getThemeImplementations() {
return static::layoutPluginManager()
->getThemeImplementations();
}