You are here

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().

See also

hook_theme()

File

src/Layout.php, line 53

Class

Layout
Class Layout.

Namespace

Drupal\layout_plugin

Code

public static function getThemeImplementations() {
  return static::layoutPluginManager()
    ->getThemeImplementations();
}