You are here

public function StylePluginManagerInterface::getThemeImplementations in Styles API 8

Get theme implementations.

Return value

array An associative array of the same format as returned by hook_theme().

See also

hook_theme()

1 method overrides StylePluginManagerInterface::getThemeImplementations()
StylePluginManager::getThemeImplementations in src/Plugin/Style/StylePluginManager.php
Get theme implementations.

File

src/Plugin/Style/StylePluginManagerInterface.php, line 41
Contains \Drupal\style_api\Plugin\Style\StylePluginManagerInterface.

Class

StylePluginManagerInterface
Provides an interface for the discovery and instantiation of layout plugins.

Namespace

Drupal\styles_api\Plugin\Style

Code

public function getThemeImplementations();