1 drupal.inc drupal_clear_path_cache($source = NULL)

Clear the path cache.

Deprecated

since 1.0.0

See also

backdrop_clear_path_cache()

Related topics

File

core/includes/drupal.inc, line 2249
Contains constants and function wrappers for Drupal 7.x compatibility.

Code

function drupal_clear_path_cache($source = NULL) {
  watchdog_deprecated_function('drupal', __FUNCTION__);
  backdrop_clear_path_cache($source);
}