1.20.x drupal.inc drupal_path_alias_whitelist_rebuild($source = NULL)

Rebuild the path alias white list.

Deprecated

since 1.0.0

Related topics

File

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

Code

function drupal_path_alias_whitelist_rebuild($source = NULL) {
  watchdog_deprecated_function('drupal', __FUNCTION__);
  return array();
}