Loading core/lib/Drupal/Core/Theme/Registry.php +0 −3 Original line number Diff line number Diff line Loading @@ -666,9 +666,6 @@ protected function processExtension(array &$cache, $name, $type, $theme, $path) // named variable preprocessors. $prefixes = []; $prefixes[] = $name . '_engine'; // The theme engine registers on behalf of the theme using the // theme's name. $prefixes[] = $theme; foreach ($prefixes as $prefix) { foreach ([$prefix . '_preprocess', $prefix . '_preprocess_' . $hook] as $function) { Loading Loading
core/lib/Drupal/Core/Theme/Registry.php +0 −3 Original line number Diff line number Diff line Loading @@ -666,9 +666,6 @@ protected function processExtension(array &$cache, $name, $type, $theme, $path) // named variable preprocessors. $prefixes = []; $prefixes[] = $name . '_engine'; // The theme engine registers on behalf of the theme using the // theme's name. $prefixes[] = $theme; foreach ($prefixes as $prefix) { foreach ([$prefix . '_preprocess', $prefix . '_preprocess_' . $hook] as $function) { Loading