public function TokenInterface::getGlobalTokenTypes in Token 8
Get a list of token types that can be used without any context (global).
Return value
array[] An array of global token types.
1 method overrides TokenInterface::getGlobalTokenTypes()
- Token::getGlobalTokenTypes in src/
Token.php - Get a list of token types that can be used without any context (global).
File
- src/
TokenInterface.php, line 44
Class
Namespace
Drupal\tokenCode
public function getGlobalTokenTypes();