You are here

function pathauto_token_list in Pathauto 6.2

Same name and namespace in other branches
  1. 5.2 pathauto.module \pathauto_token_list()
  2. 6 pathauto.module \pathauto_token_list()

Implements hook_token_list().

File

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

Code

function pathauto_token_list($type = 'all') {
  module_load_include('inc', 'pathauto', 'pathauto.tokens');
  return _pathauto_token_list($type);
}