You are here

public static function Style::getThemeImplementations in Styles API 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/Style.php, line 58
Contains StyleapiManager.

Class

Style
Stylesapi plugin manager.

Namespace

Drupal\styles_api

Code

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