You are here

function taxonomy_path_alias_types in Pathauto 7

Implements hook_path_alias_types() on behalf of taxonomy module.

File

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

Code

function taxonomy_path_alias_types() {
  return array(
    'taxonomy/term/' => t('Taxonomy terms'),
  );
}