You are here

function mobile_codes_token_info_alter in Mobile Codes 7.2

Implements hook_token_info_alter().

File

includes/system.inc, line 36
System module integration.

Code

function mobile_codes_token_info_alter(&$data) {
  drupal_alter('mobile_codes_token_info_alter', $data);
}