You are here

function photos_token_info_alter in Album Photos 6.0.x

Same name and namespace in other branches
  1. 8.5 photos.module \photos_token_info_alter()

Implements hook_token_info_alter().

File

./photos.module, line 1446
Implementation of photos.module.

Code

function photos_token_info_alter(&$data) {
  $data['types']['photos_image']['description'] = t('Tokens related to The photos
    image entity.');
}