You are here

function layout_plugin_theme_registry_alter in Layout Plugin (obsolete, use core's Layout Discovery) 8

Implements hook_theme_registry_alter().

File

./layout_plugin.module, line 38
Hook implementations for Layout Plugin module.

Code

function layout_plugin_theme_registry_alter(&$theme_registry) {
  Layout::layoutPluginManager()
    ->alterThemeImplementations($theme_registry);
}