Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Search 11.x for to
  6. Other projects
Title Object type File name Summary
TransportServiceFactoryTest::testDefaultTestMailFactory function core/modules/mailer/tests/src/Functional/TransportServiceFactoryTest.php Test that the transport is set to null://null by default in the child site.
TransportServiceFactoryTrait trait core/lib/Drupal/Core/Mailer/TransportServiceFactoryTrait.php A trait containing helper methods for transport service construction.
TransportServiceFactoryTrait.php file core/lib/Drupal/Core/Mailer/TransportServiceFactoryTrait.php
TransportServiceFactoryTrait::$factories property core/lib/Drupal/Core/Mailer/TransportServiceFactoryTrait.php A list of transport factories.
TransportServiceFactoryTrait::fromDsnObject function core/lib/Drupal/Core/Mailer/TransportServiceFactoryTrait.php Constructs a transport instance given a DSN object.
TransportTest::providerTestBuiltinFactory function core/modules/mailer/tests/src/Kernel/TransportTest.php Provides test data for testBuiltinFactory().
TransportTest::testBuiltinFactory function core/modules/mailer/tests/src/Kernel/TransportTest.php Tests builtin factory.
TransportTest::testDefaultTestMailFactory function core/modules/mailer/tests/src/Kernel/TransportTest.php Tests default test mail factory.
TransportTest::testMissingFactory function core/modules/mailer/tests/src/Kernel/TransportTest.php Tests missing factory.
TransportTest::testSendmailFactoryAllowedCommand function core/modules/mailer/tests/src/Kernel/TransportTest.php Tests sendmail factory allowed command.
TransportTest::testSendmailFactoryUnlistedCommand function core/modules/mailer/tests/src/Kernel/TransportTest.php Tests sendmail factory unlisted command.
TransportTest::testThirdPartyFactory function core/modules/mailer/tests/src/Kernel/TransportTest.php Tests third party factory.
TraversableObject::getIterator function core/modules/jsonapi/tests/modules/jsonapi_test_data_type/src/TraversableObject.php Retrieves the iterator for the object.
TRexEditor class core/modules/editor/tests/modules/editor_test/src/Plugin/Editor/TRexEditor.php Defines a Tyrannosaurus-Rex powered text editor for testing purposes.
TRexEditor.php file core/modules/editor/tests/modules/editor_test/src/Plugin/Editor/TRexEditor.php
TRexEditor::buildConfigurationForm function core/modules/editor/tests/modules/editor_test/src/Plugin/Editor/TRexEditor.php Form constructor.
TRexEditor::getDefaultSettings function core/modules/editor/tests/modules/editor_test/src/Plugin/Editor/TRexEditor.php Returns the default settings for this configurable text editor.
TRexEditor::getJSSettings function core/modules/editor/tests/modules/editor_test/src/Plugin/Editor/TRexEditor.php Returns JavaScript settings to be attached.
TRexEditor::getLibraries function core/modules/editor/tests/modules/editor_test/src/Plugin/Editor/TRexEditor.php Returns libraries to be attached.
TriggeringElementTest::testNoButtonInfoInPost function core/modules/system/tests/src/FunctionalJavascript/Form/TriggeringElementTest.php Tests the triggering element when no button information is included.
Truncate::__toString function core/lib/Drupal/Core/Database/Query/Truncate.php Implements PHP magic __toString method to convert the query to a string.
Truncate::__toString function core/modules/sqlite/src/Driver/Database/sqlite/Truncate.php Implements PHP magic __toString method to convert the query to a string.
TrustedHostsRequestFactory class core/lib/Drupal/Core/Http/TrustedHostsRequestFactory.php Provides a request factory for requests using host verification.
TrustedHostsRequestFactory.php file core/lib/Drupal/Core/Http/TrustedHostsRequestFactory.php
TrustedHostsRequestFactory::$host property core/lib/Drupal/Core/Http/TrustedHostsRequestFactory.php The host of the main request.
TrustedHostsRequestFactory::createRequest function core/lib/Drupal/Core/Http/TrustedHostsRequestFactory.php Creates a new request object.
TrustedHostsRequestFactory::__construct function core/lib/Drupal/Core/Http/TrustedHostsRequestFactory.php Creates a new TrustedHostsRequestFactory.
TrustedHostsRequestFactoryTest class core/tests/Drupal/Tests/Core/Http/TrustedHostsRequestFactoryTest.php Tests the trusted hosts request factory.
TrustedHostsRequestFactoryTest.php file core/tests/Drupal/Tests/Core/Http/TrustedHostsRequestFactoryTest.php
TrustedHostsRequestFactoryTest::providerTestCreateRequest function core/tests/Drupal/Tests/Core/Http/TrustedHostsRequestFactoryTest.php Provides data for testCreateRequest().
TrustedHostsRequestFactoryTest::testCreateRequest function core/tests/Drupal/Tests/Core/Http/TrustedHostsRequestFactoryTest.php Tests TrustedHostsRequestFactory::createRequest().
twig-autoescape-test.html.twig file core/modules/system/tests/modules/twig_theme_test/templates/twig-autoescape-test.html.twig {# Template for testing autoescape. #}
{{ script }}
TwigExtension::$fileUrlGenerator property core/lib/Drupal/Core/Template/TwigExtension.php The file URL generator.
TwigExtension::$urlGenerator property core/lib/Drupal/Core/Template/TwigExtension.php The URL generator.
TwigExtension::getNodeVisitors function core/lib/Drupal/Core/Template/TwigExtension.php
TwigExtension::getTokenParsers function core/lib/Drupal/Core/Template/TwigExtension.php
TwigExtensionTest::$fileUrlGenerator property core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php The file URL generator.
TwigExtensionTest::$urlGenerator property core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php The URL generator.
TwigExtensionTest::setUpMockFileUrlGenerator function core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php Reinitializes the file URL generator as a mock object.
TwigExtensionTestString::__toString function core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php
TwigNodeVisitor class core/lib/Drupal/Core/Template/TwigNodeVisitor.php Provides a TwigNodeVisitor to change the generated parse-tree.
TwigNodeVisitor.php file core/lib/Drupal/Core/Template/TwigNodeVisitor.php
TwigNodeVisitor::$skipRenderVarFunction property core/lib/Drupal/Core/Template/TwigNodeVisitor.php Tracks whether there is a render array aware filter active already.
TwigNodeVisitor::enterNode function core/lib/Drupal/Core/Template/TwigNodeVisitor.php
TwigNodeVisitor::getPriority function core/lib/Drupal/Core/Template/TwigNodeVisitor.php
TwigNodeVisitor::leaveNode function core/lib/Drupal/Core/Template/TwigNodeVisitor.php
TwigNodeVisitorCheckDeprecations class core/lib/Drupal/Core/Template/TwigNodeVisitorCheckDeprecations.php Provides a Node Visitor to trigger errors if deprecated variables are used.
TwigNodeVisitorCheckDeprecations.php file core/lib/Drupal/Core/Template/TwigNodeVisitorCheckDeprecations.php
TwigNodeVisitorCheckDeprecations::$assignedNames property core/lib/Drupal/Core/Template/TwigNodeVisitorCheckDeprecations.php The named variables set within the template.
TwigNodeVisitorCheckDeprecations::$usedNames property core/lib/Drupal/Core/Template/TwigNodeVisitorCheckDeprecations.php The named variables used in the template from the context.

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