public function LayoutPluginManagerInterface::getThemeImplementations in Layout Plugin (obsolete, use core's Layout Discovery) 8
Get 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
1 method overrides LayoutPluginManagerInterface::getThemeImplementations()
- LayoutPluginManager::getThemeImplementations in src/
Plugin/ Layout/ LayoutPluginManager.php - Get theme implementations for layouts that give only a template.
File
- src/
Plugin/ Layout/ LayoutPluginManagerInterface.php, line 37
Class
- LayoutPluginManagerInterface
- Provides an interface for the discovery and instantiation of layout plugins.
Namespace
Drupal\layout_plugin\Plugin\LayoutCode
public function getThemeImplementations();