1.20.x drupal.inc | drupal_find_theme_functions($cache, $prefixes) |
Allows themes and/or theme engines to discover overridden theme functions.
Deprecated
since 1.0.0
See also
backdrop_find_theme_functions()
Related topics
File
- includes/
drupal.inc, line 2377 - Contains constants and function wrappers for Drupal 7.x compatibility.
Code
function drupal_find_theme_functions($cache, $prefixes) {
watchdog_deprecated_function('drupal', __FUNCTION__);
return backdrop_find_theme_functions($cache, $prefixes);
}