updated pathauto token
This commit is contained in:
@@ -5,9 +5,9 @@ core = 7.x
|
||||
files[] = token_test.module
|
||||
hidden = TRUE
|
||||
|
||||
; Information added by drupal.org packaging script on 2013-02-06
|
||||
version = "7.x-1.4+6-dev"
|
||||
; Information added by Drupal.org packaging script on 2017-01-25
|
||||
version = "7.x-1.7"
|
||||
core = "7.x"
|
||||
project = "token"
|
||||
datestamp = "1360159412"
|
||||
datestamp = "1485316088"
|
||||
|
||||
|
13
sites/all/modules/token/tests/token_test.tokens.inc
Normal file
13
sites/all/modules/token/tests/token_test.tokens.inc
Normal file
@@ -0,0 +1,13 @@
|
||||
<?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;
|
||||
}
|
Reference in New Issue
Block a user