You are here

function pathauto_pathauto_is_alias_reserved in Pathauto 7

Implements hook_pathauto_is_alias_reserved().

File

./pathauto.module, line 598
Main file for the Pathauto module, which automatically generates aliases for content.

Code

function pathauto_pathauto_is_alias_reserved($alias, $source, $langcode) {
  module_load_include('inc', 'pathauto');
  return _pathauto_path_is_callback($alias);
}