public static function Layout::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().
Deprecated
Use \Drupal\layout_plugin\Plugin\Layout\LayoutPluginManagerInterface::alterThemeImplementations().
See also
File
- src/
Layout.php, line 68
Class
- Layout
- Class Layout.
Namespace
Drupal\layout_pluginCode
public static function alterThemeImplementations(array &$theme_registry) {
static::layoutPluginManager()
->alterThemeImplementations($theme_registry);
}