Issue #3262500 by andypost: Remove leftover mentions of drupal_find_theme_functions() in Drupal 10
parent
9e6fedbdf8
commit
0c8a680e19
|
@ -198,7 +198,7 @@ function drupal_find_theme_templates($cache, $extension, $path) {
|
||||||
|
|
||||||
// Find templates that implement possible "suggestion" variants of registered
|
// Find templates that implement possible "suggestion" variants of registered
|
||||||
// theme hooks and add those as new registered theme hooks. See
|
// theme hooks and add those as new registered theme hooks. See
|
||||||
// drupal_find_theme_functions() for more information about suggestions and
|
// hook_theme_suggestions_alter() for more information about suggestions and
|
||||||
// the use of 'pattern' and 'base hook'.
|
// the use of 'pattern' and 'base hook'.
|
||||||
$patterns = array_keys($files);
|
$patterns = array_keys($files);
|
||||||
foreach ($cache as $hook => $info) {
|
foreach ($cache as $hook => $info) {
|
||||||
|
|
|
@ -738,7 +738,7 @@ class Registry implements DestructableInterface {
|
||||||
foreach ($cache as $hook => $info) {
|
foreach ($cache as $hook => $info) {
|
||||||
// The 'base hook' is only applied to derivative hooks already registered
|
// The 'base hook' is only applied to derivative hooks already registered
|
||||||
// from a pattern. This is typically set from
|
// from a pattern. This is typically set from
|
||||||
// drupal_find_theme_functions() and drupal_find_theme_templates().
|
// drupal_find_theme_templates().
|
||||||
if (isset($info['incomplete preprocess functions'])) {
|
if (isset($info['incomplete preprocess functions'])) {
|
||||||
$this->completeSuggestion($hook, $cache);
|
$this->completeSuggestion($hook, $cache);
|
||||||
unset($cache[$hook]['incomplete preprocess functions']);
|
unset($cache[$hook]['incomplete preprocess functions']);
|
||||||
|
|
Loading…
Reference in New Issue