function styles_api_theme in Styles API 8
Implements hook_theme().
File
- ./
styles_api.module, line 13 - Declares styles.
Code
function styles_api_theme() {
return Style::stylePluginManager()
->getThemeImplementations();
}
Implements hook_theme().
function styles_api_theme() {
return Style::stylePluginManager()
->getThemeImplementations();
}