You are here

function user_path_alias_types in Pathauto 7

Implements hook_path_alias_types() on behalf of user module.

File

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

Code

function user_path_alias_types() {
  return array(
    'user/' => t('Users'),
  );
}