You are here

function pathauto_token_values in Pathauto 6.2

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

Implements hook_token_values().

File

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

Code

function pathauto_token_values($type, $object = NULL, $options = array()) {
  module_load_include('inc', 'pathauto', 'pathauto.tokens');
  return _pathauto_token_values($type, $object, $options);
}