function path_alias_xt_boot in Extended Path Aliases 6
Implementation of hook_boot().
The mere presence of this empty-bodied hook, guarantees that the functions in this module, in particular custom_url_rewrite_inbound, are known to core just in time. Important for path.inc/drupal_get_normal_path().
File
- ./
path_alias_xt.module, line 31 - Extended Path Aliases.
Code
function path_alias_xt_boot() {
return;
}