1.20.x drupal.inc drupal_cache_system_paths()

Cache system paths for a page.

Deprecated

since 1.0.0

See also

backdrop_cache_system_paths()

Related topics

File

includes/drupal.inc, line 2165
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();
}