Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| TwigRegistryLoaderTest::$twig | property | core/ |
|
| TwigRegistryLoaderTest::assertTwigTemplate | function | core/ |
Checks to see if a value is a Twig template. |
| TwigRegistryLoaderTest::setUp | function | core/ |
|
| TwigRegistryLoaderTest::testTemplateDiscovery | function | core/ |
Tests template discovery using the Drupal theme registry. |
| TwigRegistryLoaderTest::testTwigNamespaces | function | core/ |
Tests template extension and includes using the Drupal theme registry. |
| TwigSandboxPolicy | class | core/ |
Default sandbox policy for Twig templates. |
| TwigSandboxPolicy.php | file | core/ |
|
| TwigSandboxPolicy::$allowed_classes | property | core/ |
An array of class names for which any method calls are allowed. |
| TwigSandboxPolicy::$allowed_methods | property | core/ |
An array of allowed methods in the form of methodName => TRUE. |
| TwigSandboxPolicy::$allowed_prefixes | property | core/ |
Allowed method prefixes. |
| TwigSandboxPolicy::checkMethodAllowed | function | core/ |
|
| TwigSandboxPolicy::checkPropertyAllowed | function | core/ |
|
| TwigSandboxPolicy::checkSecurity | function | core/ |
|
| TwigSandboxPolicy::getMethodsAllowedOnAllObjects | function | core/ |
Gets the list of allowed methods on all objects. |
| TwigSandboxPolicy::__construct | function | core/ |
Constructs a new TwigSandboxPolicy object. |
| TwigSandboxTest | class | core/ |
Tests the twig sandbox policy. |
| TwigSandboxTest.php | file | core/ |
|
| TwigSandboxTest::$twig | property | core/ |
The Twig environment loaded with the sandbox extension. |
| TwigSandboxTest::getTwigEntityDangerousMethods | function | core/ |
Data provider for ::testEntityDangerousMethods. |
| TwigSandboxTest::setUp | function | core/ |
|
| TwigSandboxTest::testEntityDangerousMethods | function | core/ |
Tests that dangerous methods cannot be called in entity objects. |
| TwigSandboxTest::testEntitySafeMethods | function | core/ |
Tests that valid methods can be called from within Twig templates. |
| TwigSandboxTest::testEntitySafePrefixes | function | core/ |
Tests that prefixed methods can be called from within Twig templates. |
| TwigSandboxTest::testExtendedClass | function | core/ |
Tests that white listed classes can be extended. |
| TwigSandboxTest::testTwigMethodAttributeAllowed | function | core/ |
Tests that method with TwigAllowed attribute is allowed. |
| TwigSandboxTest::testTwigMethodAttributeNotAllowed | function | core/ |
Tests that method without TwigAllowed attribute is not allowed. |
| TwigSandboxTest::testUrlSafeMethods | function | core/ |
Tests that safe methods inside Url objects can be called. |
| TwigSettingsTest | class | core/ |
Tests overriding Twig engine settings via settings.php. |
| TwigSettingsTest.php | file | core/ |
|
| TwigSettingsTest::$defaultTheme | property | core/ |
|
| TwigSettingsTest::$modules | property | core/ |
|
| TwigSettingsTest::testTwigAutoReloadOverride | function | core/ |
Ensures Twig template auto reload setting can be overridden. |
| TwigSettingsTest::testTwigCacheOverride | function | core/ |
Ensures Twig template cache setting can be overridden. |
| TwigSettingsTest::testTwigDebugOverride | function | core/ |
Ensures Twig engine debug 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/ |
|
| TwigThemeEngine | class | core/ |
Twig theme engine. |
| TwigThemeEngine.php | file | core/ |
|
| TwigThemeEngine::EXTENSION | constant | core/ |
|
| TwigThemeEngine::renderTemplate | function | core/ |
|
| TwigThemeEngine::theme | function | core/ |
|
| TwigThemeEngine::__construct | function | core/ |
|
| TwigThemeTestController | class | core/ |
Controller routines for Twig theme test routes. |
| TwigThemeTestController.php | file | core/ |
|
| TwigThemeTestController::attachLibraryRender | function | core/ |
Renders for testing attach_library functions in a Twig template. |
| TwigThemeTestController::dump | function | core/ |
Renders for testing drupal_dump function. |
| TwigThemeTestController::embedTagRender | function | core/ |
Renders for testing the embed tag in a Twig template. |
| TwigThemeTestController::fileUrlRender | function | core/ |
Renders for testing file_url functions in a Twig template. |
Pagination
- Previous page
- Page 1687
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.