Search for to
| Title | Object type | File name | Summary |
|---|---|---|---|
| TwigExtension::getTokenParsers | function | core/ |
|
| TwigExtension::setGenerators | function | core/ |
Sets the URL generator. |
| TwigExtension::setUrlGenerator | function | core/ |
Sets the URL generator. |
| TwigExtensionTest::$urlGenerator | property | core/ |
The url generator. |
| TwigExtensionTestString::__toString | function | core/ |
|
| TwigNodeVisitor | class | core/ |
Provides a Twig_NodeVisitor to change the generated parse-tree. |
| TwigNodeVisitor.php | file | core/ |
|
| TwigNodeVisitor::doEnterNode | function | core/ |
|
| TwigNodeVisitor::doLeaveNode | function | core/ |
|
| TwigNodeVisitor::getPriority | 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. |
| 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. |
| TypedDataManager::$prototypes | property | core/ |
An array of typed data property prototypes. |
| TypedDataManager::$validator | property | core/ |
The validator used for validating typed data. |
| TypedDataManager::getValidator | function | core/ |
Gets the validator for validating typed data. |
| TypedDataManager::setValidator | function | core/ |
Sets the validator for validating typed data. |
Pagination
- Previous page
- Page 225
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.