drupal_clear_path_cache

Definition

drupal_clear_path_cache()
includes/common.inc, line 123

Description

Reset the static variable which holds the aliases mapped for this request.

Code

<?php
function drupal_clear_path_cache() {
  drupal_lookup_path('wipe');
}
?>
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.