AlkantarClanX12

Your IP : 216.73.217.128


Current Path : /var/www/concellodapobradobrollon.gal/web/sites/all/modules/token/tests/
Upload File :
Current File : /var/www/concellodapobradobrollon.gal/web/sites/all/modules/token/tests/token_test.tokens.inc

<?php

/**
 * Implements hook_token_info()
 */
function token_test_token_info() {
  $info['tokens']['node']['colons:in:name'] = array(
    'name' => t('A test token with colons in the name'),
    'description' => NULL,
  );

  return $info;
}