Search for to
| Title | Object type | File name | Summary |
|---|---|---|---|
| TrustedHostsRequestFactory::__construct | function | core/ |
Creates a new TrustedHostsRequestFactory. |
| TrustedHostsRequestFactoryTest | class | core/ |
Tests the trusted hosts request factory. |
| TrustedHostsRequestFactoryTest.php | file | core/ |
|
| TrustedHostsRequestFactoryTest::providerTestCreateRequest | function | core/ |
Provides data for testCreateRequest(). |
| TrustedHostsRequestFactoryTest::testCreateRequest | function | core/ |
Tests TrustedHostsRequestFactory::createRequest(). |
| twig-autoescape-test.html.twig | file | core/ |
{# Template for testing autoescape. #} {{ script }} |
| TwigExtension::$fileUrlGenerator | property | core/ |
The file URL generator. |
| TwigExtension::$urlGenerator | property | core/ |
The URL generator. |
| TwigExtension::getNodeVisitors | function | core/ |
|
| TwigExtension::getTokenParsers | function | core/ |
|
| TwigExtensionTest::$fileUrlGenerator | property | core/ |
The file URL generator mock. |
| TwigExtensionTest::$urlGenerator | property | core/ |
The URL generator. |
| TwigExtensionTestString::__toString | function | core/ |
|
| TwigNodeVisitor | class | core/ |
Provides a TwigNodeVisitor to change the generated parse-tree. |
| TwigNodeVisitor.php | file | core/ |
|
| TwigNodeVisitor::$skipRenderVarFunction | property | core/ |
Tracks whether there is a render array aware filter active already. |
| 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. |
Pagination
- Previous page
- Page 235
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.