function _pathauto_upgrade_token_list in Pathauto 7
Build a list of Drupal 6 tokens and their Drupal 7 token names.
File
- ./
pathauto.install, line 280 - Install, update, and uninstall functions for Pathauto.
Code
function _pathauto_upgrade_token_list() {
$tokens = array();
}