Search for to
- Search 7.x for to
- Search 9.5.x for to
- Search 8.9.x for to
- Search 11.x for to
- Search main for to
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| TwigNodeVisitor::enterNode | function | core/ |
|
| TwigNodeVisitor::getPriority | function | core/ |
|
| TwigNodeVisitor::leaveNode | function | core/ |
|
| TwigNodeVisitorCheckDeprecations | class | core/ |
Provides a Node Visitor to trigger errors if deprecated variables are used. |
| TwigNodeVisitorCheckDeprecations.php | file | core/ |
|
| TwigNodeVisitorCheckDeprecations::$assignedNames | property | core/ |
The named variables set within the template. |
| TwigNodeVisitorCheckDeprecations::$usedNames | property | core/ |
The named variables used in the template from the context. |
| TwigNodeVisitorCheckDeprecations::enterNode | function | core/ |
|
| TwigNodeVisitorCheckDeprecations::getPriority | function | core/ |
|
| TwigNodeVisitorCheckDeprecations::leaveNode | function | core/ |
|
| TwigPhpStorageCache | class | core/ |
Provides an alternate cache storage for Twig using PhpStorage. |
| TwigPhpStorageCache.php | file | core/ |
|
| TwigPhpStorageCache::$cache | property | core/ |
The cache object used for auto-refresh via mtime. |
| TwigPhpStorageCache::$storage | property | core/ |
The PhpStorage object used for storing the templates. |
| TwigPhpStorageCache::$templateCacheFilenamePrefix | property | core/ |
The template cache filename prefix. |
| TwigPhpStorageCache::generateKey | function | core/ |
|
| TwigPhpStorageCache::getTimestamp | function | core/ |
|
| TwigPhpStorageCache::load | function | core/ |
|
| TwigPhpStorageCache::storage | function | core/ |
Gets the PHP code storage object to use for the compiled Twig files. |
| TwigPhpStorageCache::SUFFIX_SUBSTRING_LENGTH | constant | core/ |
The maximum length for each part of the cache key suffix. |
| TwigPhpStorageCache::write | function | core/ |
|
| TwigPhpStorageCache::__construct | function | core/ |
Store cache backend and other information internally. |
| TwigRawTest::testAutoescape | function | core/ |
Tests autoescaping of unsafe content. |
| TwigRawTest::testAutoescapeRaw | function | core/ |
Tests the raw filter inside an autoescape tag. |
| TwigSettingsTest::testTwigAutoReloadOverride | function | core/ |
Ensures Twig template auto reload setting can be overridden. |
| TwigSettingsTest::testTwigInlineWithAutoReload | function | core/ |
Tests twig inline templates with auto_reload. |
| TwigSimpleCheckToStringNode | class | core/ |
Defines a twig node for simplifying CheckToStringNode. |
| TwigSimpleCheckToStringNode.php | file | core/ |
|
| TwigSimpleCheckToStringNode::compile | function | core/ |
|
| TwigThemeTestController::linkGeneratorRender | function | core/ |
Renders for testing link_generator functions in a Twig template. |
| TwigThemeTestController::urlGeneratorRender | function | core/ |
Renders for testing url_generator functions in a Twig template. |
| TwigThemeTestController::urlToStringRender | function | core/ |
Renders a URL to a string. |
| TwigTransTokenParser | class | core/ |
A class that defines the Twig 'trans' token parser for Drupal. |
| TwigTransTokenParser.php | file | core/ |
|
| TwigTransTokenParser::checkTransString | function | core/ |
Ensure that any nodes that are parsed are only of allowed types. |
| TwigTransTokenParser::decideForEnd | function | core/ |
Detect the end of a 'trans' tag. |
| TwigTransTokenParser::decideForFork | function | core/ |
Detect a 'plural' switch or the end of a 'trans' tag. |
| TwigTransTokenParser::getTag | function | core/ |
|
| TwigTransTokenParser::parse | function | core/ |
|
| twig_theme_test.link_generator.html.twig | file | core/ |
<div>link via the linkgenerator: {{ link('register', test_url) }}</div> <div>link via the linkgenerator: {{ link('register', test_url, {'foo': 'bar'}) }}</div> <div>link via the… |
| twig_theme_test.url_generator.html.twig | file | core/ |
{# Test the url and path twig functions #} <div>path (as route) not absolute: {{ path('user.register') }}</div> <div>url (as route) absolute: {{ url('user.register') }}</div> <div>path (as route) not… |
| twig_theme_test.url_to_string.html.twig | file | core/ |
<div>rendered url: {{ test_url }}</div> |
| Type::$nodeTypeStorage | property | core/ |
NodeType storage handler. |
| TypedConfigInterface::toArray | function | core/ |
Returns an array of all property values. |
| TypedConfigManager::$configStorage | property | core/ |
A storage instance for reading configuration data. |
| TypedConfigManager::$schemaStorage | property | core/ |
A storage instance for reading configuration schema data. |
| TypedDataAwareValidatorTrait | trait | core/ |
Defines a trait to access the typed data object of a validated value. |
| TypedDataAwareValidatorTrait.php | file | core/ |
|
| TypedDataAwareValidatorTrait::getTypedData | function | core/ |
Gets the typed data object for the validated value. |
| TypedDataDefinitionEntityBundleTest::$entityTestBundleStorage | property | core/ |
The storage for the 'entity_test_bundle' entity type. |
Pagination
- Previous page
- Page 240
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.