1 drupal.inc | drupal_cache_system_paths() |
Cache system paths for a page.
Deprecated
since 1.0.0
See also
Related topics
File
- core/
includes/ drupal.inc, line 2162 - Contains constants and function wrappers for Drupal 7.x compatibility.
Code
function drupal_cache_system_paths() {
watchdog_deprecated_function('drupal', __FUNCTION__);
backdrop_cache_system_paths();
}