Search for to
| Title | Object type | File name | Summary |
|---|---|---|---|
| Token | class | core/ |
Stores token data in a hidden form field. |
| token.api.php | file | core/ |
Hooks related to the Token system. |
| Token.php | file | core/ |
|
| Token.php | file | core/ |
|
| Token::$cache | property | core/ |
The token cache. |
| Token::$cacheTagsInvalidator | property | core/ |
The cache tags invalidator. |
| Token::$languageManager | property | core/ |
The language manager. |
| Token::$moduleHandler | property | core/ |
The module handler service. |
| Token::$renderer | property | core/ |
The renderer. |
| Token::$tokenInfo | property | core/ |
Token definitions. |
| Token::doReplace | function | core/ |
Replaces all tokens in a given string with appropriate values. |
| Token::findWithPrefix | function | core/ |
Returns a list of tokens that begin with a specific prefix. |
| Token::generate | function | core/ |
Generates replacement values for a list of tokens. |
| Token::getInfo | function | core/ |
Returns metadata describing supported tokens. |
| Token::getInfo | function | core/ |
Returns the element properties for this element. |
| Token::replace | function | core/ |
Replaces all tokens in given markup with appropriate values. |
| Token::replacePlain | function | core/ |
Replaces all tokens in a given plain text string with appropriate values. |
| Token::resetInfo | function | core/ |
Resets metadata describing supported tokens. |
| Token::scan | function | core/ |
Builds a list of all token-like patterns that appear in the text. |
| Token::setInfo | function | core/ |
Sets metadata describing supported tokens. |
| Token::TOKEN_INFO_CACHE_TAG | constant | core/ |
The tag to cache token info with. |
| Token::valueCallback | function | core/ |
Determines how user input is mapped to an element's #value property. |
| Token::__construct | function | core/ |
Constructs a new class instance. |
| TokenizeAreaPluginBase | class | core/ |
Tokenized base class for area handlers. |
| TokenizeAreaPluginBase.php | file | core/ |
|
| TokenizeAreaPluginBase::buildOptionsForm | function | core/ |
Provide a form to edit options for this plugin. |
| TokenizeAreaPluginBase::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
| TokenizeAreaPluginBase::tokenForm | function | core/ |
Adds tokenization form elements. |
| TokenizeAreaPluginBase::tokenizeValue | function | core/ |
Replaces value with special views tokens and global tokens. |
| TokenizeAreaUITest | class | core/ |
Tests the token display for the TokenizeAreaPluginBase UI. |
| TokenizeAreaUITest.php | file | core/ |
|
| TokenizeAreaUITest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| TokenizeAreaUITest::$modules | property | core/ |
Modules to enable. |
| TokenizeAreaUITest::testTokenUI | function | core/ |
Tests that the right tokens are shown as available for replacement. |
| TokenReplaceKernelTest | class | core/ |
Tests token replacement. |
| TokenReplaceKernelTest.php | file | core/ |
|
| TokenReplaceKernelTest::setUp | function | core/ |
|
| TokenReplaceKernelTest::testClear | function | core/ |
Tests the clear parameter. |
| TokenReplaceKernelTest::testSystemDateTokenReplacement | function | core/ |
Tests the generation of all system date tokens. |
| TokenReplaceKernelTest::testSystemSiteTokenReplacement | function | core/ |
Tests the generation of all system site information tokens. |
| TokenReplaceKernelTest::testSystemTokenRecognition | function | core/ |
Tests whether token-replacement works in various contexts. |
| TokenReplaceKernelTestBase | class | core/ |
Base class for token replacement tests. |
| TokenReplaceKernelTestBase.php | file | core/ |
|
| TokenReplaceKernelTestBase::$interfaceLanguage | property | core/ |
The interface language. |
| TokenReplaceKernelTestBase::$modules | property | core/ |
Modules to enable. |
| TokenReplaceKernelTestBase::$tokenService | property | core/ |
Token service. |
| TokenReplaceKernelTestBase::setUp | function | core/ |
|
| TokenReplaceTest | class | core/ |
Tests core view token replacement. |
| TokenReplaceTest | class | core/ |
Tests taxonomy token replacement. |
| TokenReplaceTest.php | file | core/ |
Pagination
- Previous page
- Page 222
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.