You are here

function file_entity_token_info_alter in File Entity (fieldable files) 7.2

Same name and namespace in other branches
  1. 8.2 file_entity.tokens.inc \file_entity_token_info_alter()
  2. 7.3 file_entity.tokens.inc \file_entity_token_info_alter()

Implements hook_token_info_alter().

File

./file_entity.tokens.inc, line 133
Token integration for the file_entity module.

Code

function file_entity_token_info_alter(&$info) {
  $info['tokens']['file']['name']['description'] = t('The name of the file.');
}