1.20.x 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

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