Files - 9.5.x - drupal

Primary tabs

Title Deprecated File name Namespace Summary
Truncate.php core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysql/Truncate.php Drupal\driver_test\Driver\Database\DrivertestMysql
Truncate.php core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysqlDeprecatedVersion/Truncate.php Drupal\driver_test\Driver\Database\DrivertestMysqlDeprecatedVersion
Truncate.php core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestPgsql/Truncate.php Drupal\driver_test\Driver\Database\DrivertestPgsql
Truncate.php core/modules/mysql/src/Driver/Database/mysql/Truncate.php Drupal\mysql\Driver\Database\mysql
Truncate.php core/modules/sqlite/src/Driver/Database/sqlite/Truncate.php Drupal\sqlite\Driver\Database\sqlite
Truncate.php core/tests/fixtures/database_drivers/module/corefake/src/Driver/Database/corefakeWithAllCustomClasses/Truncate.php Drupal\corefake\Driver\Database\corefakeWithAllCustomClasses
Truncate.php core/lib/Drupal/Core/Database/Driver/sqlite/Truncate.php Drupal\Core\Database\Driver\sqlite
Truncate.php core/lib/Drupal/Core/Database/Driver/pgsql/Truncate.php Drupal\Core\Database\Driver\pgsql
Truncate.php core/lib/Drupal/Core/Database/Query/Truncate.php Drupal\Core\Database\Query
TrustedCallbackInterface.php core/lib/Drupal/Core/Security/TrustedCallbackInterface.php Drupal\Core\Security
TrustedHostsRequestFactory.php core/lib/Drupal/Core/Http/TrustedHostsRequestFactory.php Drupal\Core\Http
TrustedHostsRequestFactoryTest.php core/tests/Drupal/Tests/Core/Http/TrustedHostsRequestFactoryTest.php Drupal\Tests\Core\Http
TrustedHostsTest.php core/modules/system/tests/src/Functional/System/TrustedHostsTest.php Drupal\Tests\system\Functional\System
TrustedHostsTestController.php core/modules/system/tests/modules/trusted_hosts_test/src/Controller/TrustedHostsTestController.php Drupal\trusted_hosts_test\Controller
TrustedRedirectResponse.php core/lib/Drupal/Core/Routing/TrustedRedirectResponse.php Drupal\Core\Routing
TrustedRedirectResponseTest.php core/tests/Drupal/Tests/Core/Routing/TrustedRedirectResponseTest.php Drupal\Tests\Core\Routing
trusted_hosts_test.info.yml core/modules/system/tests/modules/trusted_hosts_test/trusted_hosts_test.info.yml core/modules/system/tests/modules/trusted_hosts_test/trusted_hosts_test.info.yml
trusted_hosts_test.routing.yml core/modules/system/tests/modules/trusted_hosts_test/trusted_hosts_test.routing.yml core/modules/system/tests/modules/trusted_hosts_test/trusted_hosts_test.routing.yml
twig-autoescape-test.html.twig core/modules/system/tests/modules/twig_theme_test/templates/twig-autoescape-test.html.twig {# Template for testing autoescape. #} {{ script }}
twig-raw-test.html.twig core/modules/system/tests/modules/twig_theme_test/templates/twig-raw-test.html.twig {# Template for testing |raw with autoescape. #} {% autoescape %} {{ script|raw }} {% endautoescape %}
twig-registry-loader-test-extend.html.twig core/modules/system/tests/modules/twig_theme_test/templates/twig-registry-loader-test-extend.html.twig This line is from twig_theme_test/templates/twig-registry-loader-test-extend.html.twig {% block content %} This text is in a block. {% endblock %}
twig-registry-loader-test-extend.html.twig core/modules/system/tests/themes/test_theme_twig_registry_loader_theme/templates/twig-registry-loader-test-extend.html.twig This line is from test_theme_twig_registry_loader_theme/templates/twig-registry-loader-test-extend.html.twig {% block content %} This text is in a block. {% endblock %}
twig-registry-loader-test-extend.html.twig core/modules/system/tests/themes/test_theme_twig_registry_loader/templates/twig-registry-loader-test-extend.html.twig This line is from test_theme_twig_registry_loader/templates/twig-registry-loader-test-extend.html.twig {% block content %} This text is in a block. {% endblock %}
twig-registry-loader-test-include.html.twig core/modules/system/tests/themes/test_theme_twig_registry_loader_theme/templates/twig-registry-loader-test-include.html.twig This line is from test_theme_twig_registry_loader_theme/templates/twig-registry-loader-test-include.html.twig
twig-registry-loader-test-include.html.twig core/modules/system/tests/themes/test_theme_twig_registry_loader/templates/twig-registry-loader-test-include.html.twig This line is from test_theme_twig_registry_loader/templates/twig-registry-loader-test-include.html.twig
twig-registry-loader-test-include.html.twig core/modules/system/tests/modules/twig_theme_test/templates/twig-registry-loader-test-include.html.twig This line is from twig_theme_test/templates/twig-registry-loader-test-include.html.twig
twig-registry-loader-test.html.twig core/modules/system/tests/modules/twig_theme_test/templates/twig-registry-loader-test.html.twig {% extends "twig-registry-loader-test-extend.html.twig" %} {% block content %} {% include "twig-registry-loader-test-include.html.twig" %} {% endblock %}
twig-theme-test-embed-tag-embedded.html.twig core/modules/system/tests/modules/twig_theme_test/templates/twig-theme-test-embed-tag-embedded.html.twig This line is from twig_theme_test/templates/twig-theme-test-embed-tag-embedded.html.twig
twig.engine core/themes/engines/twig/twig.engine Handles integration of Twig templates with the Drupal theme system.
twig.info.yml core/themes/engines/twig/twig.info.yml core/themes/engines/twig/twig.info.yml
TwigDebugMarkupTest.php core/modules/system/tests/src/Functional/Theme/TwigDebugMarkupTest.php Drupal\Tests\system\Functional\Theme
TwigEnvironment.php core/lib/Drupal/Core/Template/TwigEnvironment.php Drupal\Core\Template
TwigEnvironmentTest.php core/modules/system/tests/src/Functional/Theme/TwigEnvironmentTest.php Drupal\Tests\system\Functional\Theme
TwigEnvironmentTest.php core/tests/Drupal/KernelTests/Core/Theme/TwigEnvironmentTest.php Drupal\KernelTests\Core\Theme
TwigExtension.php core/lib/Drupal/Core/Template/TwigExtension.php Drupal\Core\Template
TwigExtensionPass.php core/lib/Drupal/Core/DependencyInjection/Compiler/TwigExtensionPass.php Drupal\Core\DependencyInjection\Compiler
TwigExtensionTest.php core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php Drupal\Tests\Core\Template
TwigExtensionTest.php core/modules/system/tests/src/Functional/Theme/TwigExtensionTest.php Drupal\Tests\system\Functional\Theme
TwigExtensionTestController.php core/modules/system/tests/modules/twig_extension_test/src/TwigExtensionTestController.php Drupal\twig_extension_test
TwigFilterTest.php core/modules/system/tests/src/Kernel/Theme/TwigFilterTest.php Drupal\Tests\system\Kernel\Theme
TwigIncludeTest.php core/modules/system/tests/src/Kernel/Theme/TwigIncludeTest.php Drupal\Tests\system\Kernel\Theme
TwigLoaderTest.php core/modules/system/tests/src/Functional/Theme/TwigLoaderTest.php Drupal\Tests\system\Functional\Theme
TwigMarkupInterfaceTest.php core/tests/Drupal/KernelTests/Core/Theme/TwigMarkupInterfaceTest.php Drupal\KernelTests\Core\Theme Contains \Drupal\KernelTests\Core\Theme\TwigMarkupInterfaceTest.
TwigNamespaceTest.php core/modules/system/tests/src/Kernel/Theme/TwigNamespaceTest.php Drupal\Tests\system\Kernel\Theme
TwigNodeTrans.php core/lib/Drupal/Core/Template/TwigNodeTrans.php Drupal\Core\Template
TwigNodeVisitor.php core/lib/Drupal/Core/Template/TwigNodeVisitor.php Drupal\Core\Template
TwigPhpStorageCache.php core/lib/Drupal/Core/Template/TwigPhpStorageCache.php Drupal\Core\Template
TwigRawTest.php core/modules/system/tests/src/Kernel/Theme/TwigRawTest.php Drupal\Tests\system\Kernel\Theme
TwigRegistryLoaderTest.php core/modules/system/tests/src/Functional/Theme/TwigRegistryLoaderTest.php Drupal\Tests\system\Functional\Theme
TwigSandboxPolicy.php core/lib/Drupal/Core/Template/TwigSandboxPolicy.php Drupal\Core\Template

Other projects


Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.