public function LayoutPluginManagerInterface::alterThemeImplementations in Layout Plugin (obsolete, use core's Layout Discovery) 8
Modifies the theme implementations for the layouts that we registered.
Parameters
array &$theme_registry: An associative array of the same format as passed to hook_theme_registry_alter().
See also
1 method overrides LayoutPluginManagerInterface::alterThemeImplementations()
- LayoutPluginManager::alterThemeImplementations in src/
Plugin/ Layout/ LayoutPluginManager.php - Modifies the theme implementations for the layouts that we registered.
File
- src/
Plugin/ Layout/ LayoutPluginManagerInterface.php, line 47
Class
- LayoutPluginManagerInterface
- Provides an interface for the discovery and instantiation of layout plugins.
Namespace
Drupal\layout_plugin\Plugin\LayoutCode
public function alterThemeImplementations(array &$theme_registry);