1 drupal.inc drupal_path_alias_allowlist_rebuild($source = NULL)

Rebuild the path alias allowlist.

Deprecated

since 1.21.0

Related topics

File

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

Code

function drupal_path_alias_allowlist_rebuild($source = NULL) {
  watchdog_deprecated_function('drupal', __FUNCTION__);
  // cspell:disable-next-line
  return drupal_path_alias_whitelist_rebuild();
}