Twig_Token::$value |
property |
drupal/core/vendor/twig/twig/lib/Twig/Token.php |
|
Lexer::isNextToken |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Lexer.php |
Checks whether a given token matches the current lookahead. |
comment_token_info |
function |
drupal/core/modules/comment/comment.tokens.inc |
Implements hook_token_info(). |
comment.tokens.inc |
file |
drupal/core/modules/comment/comment.tokens.inc |
Builds placeholder replacement tokens for comment-related data. |
drupal_valid_token |
function |
drupal/core/includes/common.inc |
Validates a token based on $value, the user session, and the private key. |
Twig_Token::$lineno |
property |
drupal/core/vendor/twig/twig/lib/Twig/Token.php |
|
TokenStreamTest.php |
file |
drupal/core/vendor/twig/twig/test/Twig/Tests/TokenStreamTest.php |
|
Twig_TokenParser_Do |
class |
drupal/core/vendor/twig/twig/lib/Twig/TokenParser/Do.php |
Evaluates an expression, disgarding the returned value. |
Twig_Token::getLine |
function |
drupal/core/vendor/twig/twig/lib/Twig/Token.php |
Gets the line. |
Twig_Token::getType |
function |
drupal/core/vendor/twig/twig/lib/Twig/Token.php |
Gets the token type. |
Twig_TokenParser_If |
class |
drupal/core/vendor/twig/twig/lib/Twig/TokenParser/If.php |
Tests a condition. |
taxonomy_token_info |
function |
drupal/core/modules/taxonomy/taxonomy.tokens.inc |
Implements hook_token_info(). |
Twig_Lexer::$tokens |
property |
drupal/core/vendor/twig/twig/lib/Twig/Lexer.php |
|
TestTokenParser_☃ |
class |
drupal/core/vendor/twig/twig/test/Twig/Tests/integrationTest.php |
|
SearchTokenizerTest |
class |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchTokenizerTest.php |
Test the CJK tokenizer. |
taxonomy.tokens.inc |
file |
drupal/core/modules/taxonomy/taxonomy.tokens.inc |
Builds placeholder replacement tokens for taxonomy terms and vocabularies. |
PollTokenReplaceTest |
class |
drupal/core/modules/poll/lib/Drupal/poll/Tests/PollTokenReplaceTest.php |
Tests poll token replacements in strings. |
FileTokenReplaceTest |
class |
drupal/core/modules/file/lib/Drupal/file/Tests/FileTokenReplaceTest.php |
Tests the file token replacement in strings. |
Twig_Token::EOF_TYPE |
constant |
drupal/core/vendor/twig/twig/lib/Twig/Token.php |
|
Twig_TokenParser_Use |
class |
drupal/core/vendor/twig/twig/lib/Twig/TokenParser/Use.php |
Imports blocks defined in another template into the current template. |
Twig_Token::getValue |
function |
drupal/core/vendor/twig/twig/lib/Twig/Token.php |
Gets the token value. |
Twig_TokenParser_Set |
class |
drupal/core/vendor/twig/twig/lib/Twig/TokenParser/Set.php |
Defines a variable. |
Twig_TokenParser_For |
class |
drupal/core/vendor/twig/twig/lib/Twig/TokenParser/For.php |
Loops over each item of a sequence. |
TokenReplaceTest.php |
file |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TokenReplaceTest.php |
Definition of Drupal\taxonomy\Tests\TokenReplaceTest. |
TokenParser::$tokens |
property |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/TokenParser.php |
The token list. |
TokenReplaceTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/TokenReplaceTest.php |
Definition of Drupal\views\Tests\TokenReplaceTest. |
NodeTokenReplaceTest |
class |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeTokenReplaceTest.php |
Test node token replacement in strings. |
UserTokenReplaceTest |
class |
drupal/core/modules/user/lib/Drupal/user/Tests/UserTokenReplaceTest.php |
Test user token replacement in strings. |
Twig_Lexer::tokenize |
function |
drupal/core/vendor/twig/twig/lib/Twig/Lexer.php |
Tokenizes a source code. |
TokenReplaceTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/System/TokenReplaceTest.php |
Definition of Drupal\system\Tests\System\TokenReplaceTest. |
Twig_Token::TEXT_TYPE |
constant |
drupal/core/vendor/twig/twig/lib/Twig/Token.php |
|
statistics.tokens.inc |
file |
drupal/core/modules/statistics/statistics.tokens.inc |
Builds placeholder replacement tokens for node visitor statistics. |
Twig_Token::NAME_TYPE |
constant |
drupal/core/vendor/twig/twig/lib/Twig/Token.php |
|
Lexer::isNextTokenAny |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Lexer.php |
Checks whether any of the given tokens matches the current lookahead |
Twig_TokenParser_From |
class |
drupal/core/vendor/twig/twig/lib/Twig/TokenParser/From.php |
Imports macros. |
hook_token_info_alter |
function |
drupal/core/modules/system/system.api.php |
Alter the metadata about available placeholder tokens and token types. |
statistics_token_info |
function |
drupal/core/modules/statistics/statistics.tokens.inc |
Implements hook_token_info(). |
TokenParser::$pointer |
property |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/TokenParser.php |
The current array pointer. |
Twig_Lexer::pushToken |
function |
drupal/core/vendor/twig/twig/lib/Twig/Lexer.php |
|
form_type_token_value |
function |
drupal/core/includes/form.inc |
Determines the value for form's token value. |
TokenParserBroker.php |
file |
drupal/core/vendor/twig/twig/lib/Twig/TokenParserBroker.php |
|
Roles::add_self_tokens |
function |
drupal/core/modules/user/lib/Drupal/user/Plugin/views/field/Roles.php |
Add any special tokens this field might use for itself. |
Twig_TokenStream::next |
function |
drupal/core/vendor/twig/twig/lib/Twig/TokenStream.php |
Sets the pointer to the next token and returns the old one. |
Twig_TokenStream::look |
function |
drupal/core/vendor/twig/twig/lib/Twig/TokenStream.php |
Looks at the next token. |
Twig_TokenStream::test |
function |
drupal/core/vendor/twig/twig/lib/Twig/TokenStream.php |
Tests the current token |
token_find_with_prefix |
function |
drupal/core/includes/token.inc |
Given a list of tokens, returns those that begin with a specific prefix. |
Twig_Token::__toString |
function |
drupal/core/vendor/twig/twig/lib/Twig/Token.php |
Returns a string representation of the token. |
Twig_TokenParser_Embed |
class |
drupal/core/vendor/twig/twig/lib/Twig/TokenParser/Embed.php |
Embeds a template. |
Twig_TokenParser_Flush |
class |
drupal/core/vendor/twig/twig/lib/Twig/TokenParser/Flush.php |
Flushes the output to the client. |
Twig_TokenParser_Macro |
class |
drupal/core/vendor/twig/twig/lib/Twig/TokenParser/Macro.php |
Defines a macro. |