public function LayoutPluginManagerInterface::getThemeImplementations in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Layout/LayoutPluginManagerInterface.php \Drupal\Core\Layout\LayoutPluginManagerInterface::getThemeImplementations()
- 9 core/lib/Drupal/Core/Layout/LayoutPluginManagerInterface.php \Drupal\Core\Layout\LayoutPluginManagerInterface::getThemeImplementations()
Gets theme implementations for layouts.
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 core/
lib/ Drupal/ Core/ Layout/ LayoutPluginManager.php - Gets theme implementations for layouts.
File
- core/
lib/ Drupal/ Core/ Layout/ LayoutPluginManagerInterface.php, line 21
Class
- LayoutPluginManagerInterface
- Provides the interface for a plugin manager of layouts.
Namespace
Drupal\Core\LayoutCode
public function getThemeImplementations();