Search for token
- Search 9.5.x for token
- Search 8.9.x for token
- Search 10.3.x for token
- Search 11.x for token
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
comment.tokens.inc | file | modules/ |
Builds placeholder replacement tokens for comment-related data. |
CommentTokenReplaceTestCase | class | modules/ |
Test comment token replacement in strings. |
CommentTokenReplaceTestCase::getInfo | function | modules/ |
|
CommentTokenReplaceTestCase::testCommentTokenReplacement | function | modules/ |
Creates a comment, then tests the tokens generated from it. |
comment_tokens | function | modules/ |
Implements hook_tokens(). |
comment_token_info | function | modules/ |
Implements hook_token_info(). |
drupal-6.user-no-password-token.database.php | file | modules/ |
|
drupal-6.user-password-token.database.php | file | modules/ |
|
DrupalWebTestCase::drupalGetToken | function | modules/ |
Generate a token for the currently logged in user. |
drupal_get_token | function | includes/ |
Generates a token based on $value, the user session, and the private key. |
drupal_valid_token | function | includes/ |
Validates a token based on $value, the user session, and the private key. |
FileTokenReplaceTestCase | class | modules/ |
Tests the file token replacement in strings. |
FileTokenReplaceTestCase::getInfo | function | modules/ |
|
FileTokenReplaceTestCase::testFileTokenReplacement | function | modules/ |
Creates a file, then tests the tokens generated from it. |
FormValidationTestCase::testDisabledToken | function | modules/ |
Tests that a form with a disabled CSRF token can be validated. |
form_test_validate_no_token | function | modules/ |
Form builder for testing submission of a form without a CSRF token. |
form_test_validate_no_token_submit | function | modules/ |
Form submission handler for form_test_validate_no_token(). |
form_type_token_value | function | includes/ |
Determines the value for form's token value. |
hook_tokens | function | modules/ |
Provide replacement values for placeholder tokens. |
hook_tokens_alter | function | modules/ |
Alter replacement values for placeholder tokens. |
hook_token_info | function | modules/ |
Provide information about available placeholder tokens and token types. |
hook_token_info_alter | function | modules/ |
Alter the metadata about available placeholder tokens and token types. |
IMAGE_DERIVATIVE_TOKEN | constant | modules/ |
The name of the query parameter for image derivative tokens. |
image_style_path_token | function | modules/ |
Generates a token to protect an image style derivative. |
node.tokens.inc | file | modules/ |
Builds placeholder replacement tokens for node-related data. |
NodeTokenReplaceTestCase | class | modules/ |
Test node token replacement in strings. |
NodeTokenReplaceTestCase::getInfo | function | modules/ |
|
NodeTokenReplaceTestCase::testNodeTokenReplacement | function | modules/ |
Creates a node, then tests the tokens generated from it. |
node_tokens | function | modules/ |
Implements hook_tokens(). |
node_token_info | function | modules/ |
Implements hook_token_info(). |
poll.tokens.inc | file | modules/ |
Builds placeholder replacement tokens for values specific to Poll nodes. |
PollTokenReplaceTestCase | class | modules/ |
Test poll token replacement in strings. |
PollTokenReplaceTestCase::getInfo | function | modules/ |
|
PollTokenReplaceTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
PollTokenReplaceTestCase::testPollTokenReplacement | function | modules/ |
Creates a poll, then tests the tokens generated from it. |
poll_tokens | function | modules/ |
Implements hook_tokens(). |
poll_token_info | function | modules/ |
Implements hook_token_info(). |
SearchTokenizerTestCase | class | modules/ |
Test the CJK tokenizer. |
SearchTokenizerTestCase::code2utf | function | modules/ |
Like PHP chr() function, but for unicode characters. |
SearchTokenizerTestCase::getInfo | function | modules/ |
|
SearchTokenizerTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
SearchTokenizerTestCase::testNoTokenizer | function | modules/ |
Verifies that strings of non-CJK characters are not tokenized. |
SearchTokenizerTestCase::testTokenizer | function | modules/ |
Verifies that strings of CJK characters are tokenized. |
statistics.tokens.inc | file | modules/ |
Builds placeholder replacement tokens for node visitor statistics. |
StatisticsTokenReplaceTestCase | class | modules/ |
Tests statistics token replacement in strings. |
StatisticsTokenReplaceTestCase::getInfo | function | modules/ |
|
StatisticsTokenReplaceTestCase::testStatisticsTokenReplacement | function | modules/ |
Creates a node, then tests the statistics tokens generated from it. |
statistics_tokens | function | modules/ |
Implements hook_tokens(). |
statistics_token_info | function | modules/ |
Implements hook_token_info(). |
system.tokens.inc | file | modules/ |
Builds placeholder replacement tokens system-wide data. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.