Issue #3262500 by catch, andypost: Mark drupal_find_theme_functions() @internal in Drupal 9
parent
eee562495f
commit
f64e3344b2
|
@ -126,6 +126,9 @@ function drupal_theme_rebuild() {
|
||||||
/**
|
/**
|
||||||
* Allows themes and/or theme engines to discover overridden theme functions.
|
* Allows themes and/or theme engines to discover overridden theme functions.
|
||||||
*
|
*
|
||||||
|
* @internal only exists to support discovery of deprecated theme functions,
|
||||||
|
* will be removed in Drupal 10.0.0.
|
||||||
|
*
|
||||||
* @param array $cache
|
* @param array $cache
|
||||||
* The existing cache of theme hooks to test against.
|
* The existing cache of theme hooks to test against.
|
||||||
* @param array $prefixes
|
* @param array $prefixes
|
||||||
|
|
Loading…
Reference in New Issue