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().
Deprecated
Use \Drupal\styles_api\Plugin\Style\StylePluginManagerInterface::getThemeImplementations().
See also
File
- src/
Style.php, line 58 - Contains StyleapiManager.
Class
- Style
- Stylesapi plugin manager.
Namespace
Drupal\styles_apiCode
public static function getThemeImplementations() {
return static::styleapiPluginManager()
->getThemeImplementations();
}