You are here

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().

See also

hook_theme_registry_alter()

File

src/Layout.php, line 68

Class

Layout
Class Layout.

Namespace

Drupal\layout_plugin

Code

public static function alterThemeImplementations(array &$theme_registry) {
  static::layoutPluginManager()
    ->alterThemeImplementations($theme_registry);
}