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. Other projects
Title Object type File name Summary
TranslationManager::$sortedTranslators property core/lib/Drupal/Core/StringTranslation/TranslationManager.php An array of translators, sorted by priority.
TranslationManager::$translators property core/lib/Drupal/Core/StringTranslation/TranslationManager.php An unsorted array of arrays of active translators.
TranslationManager::addTranslator function core/lib/Drupal/Core/StringTranslation/TranslationManager.php Appends a translation system to the translation chain.
TranslationManager::sortTranslators function core/lib/Drupal/Core/StringTranslation/TranslationManager.php Sorts translators according to priority.
TranslationsStream::getDirectoryPath function core/modules/locale/src/StreamWrapper/TranslationsStream.php Gets the path that the wrapper is responsible for.
TranslationString::$customized property core/modules/locale/src/TranslationString.php Integer indicating whether this string is customized.
TranslationString::setCustomized function core/modules/locale/src/TranslationString.php Sets the string as customized / not customized.
TranslationTest::$fieldStorage property core/modules/field/tests/src/Kernel/TranslationTest.php The field storage to use in this test.
TranslationTest::$fieldStorageDefinition property core/modules/field/tests/src/Kernel/TranslationTest.php An array defining the field storage to use in this test.
TranslationWebTest::$fieldStorage property core/modules/field/tests/src/Functional/TranslationWebTest.php The field storage to use in this test.
TranslatorInterface interface core/lib/Drupal/Core/StringTranslation/Translator/TranslatorInterface.php Interface for objects capable of string translation.
TranslatorInterface interface core/lib/Drupal/Core/Validation/TranslatorInterface.php Defines an interface used in validation.
TranslatorInterface.php file core/lib/Drupal/Core/Validation/TranslatorInterface.php
TranslatorInterface.php file core/lib/Drupal/Core/StringTranslation/Translator/TranslatorInterface.php
TranslatorInterface::getStringTranslation function core/lib/Drupal/Core/StringTranslation/Translator/TranslatorInterface.php Retrieves English string to given language.
TranslatorInterface::reset function core/lib/Drupal/Core/StringTranslation/Translator/TranslatorInterface.php Resets translation cache.
TranslatorInterface::trans function core/lib/Drupal/Core/Validation/TranslatorInterface.php Translates the given message.
TransportServiceFactory class core/lib/Drupal/Core/Mailer/TransportServiceFactory.php The default mailer transport service factory.
TransportServiceFactory.php file core/lib/Drupal/Core/Mailer/TransportServiceFactory.php
TransportServiceFactory::createTransport function core/lib/Drupal/Core/Mailer/TransportServiceFactory.php Creates and returns a configured mailer transport class.
TransportServiceFactory::__construct function core/lib/Drupal/Core/Mailer/TransportServiceFactory.php Constructs a new transport service factory.
TransportServiceFactoryInterface interface core/lib/Drupal/Core/Mailer/TransportServiceFactoryInterface.php An interface defining mailer transport service factory implementations.
TransportServiceFactoryInterface.php file core/lib/Drupal/Core/Mailer/TransportServiceFactoryInterface.php
TransportServiceFactoryInterface::createTransport function core/lib/Drupal/Core/Mailer/TransportServiceFactoryInterface.php Creates and returns a configured mailer transport class.
TransportServiceFactoryTest class core/modules/mailer/tests/src/Functional/TransportServiceFactoryTest.php Tests the transport service factory in the child site of browser tests.
TransportServiceFactoryTest.php file core/modules/mailer/tests/src/Functional/TransportServiceFactoryTest.php
TransportServiceFactoryTest::$defaultTheme property core/modules/mailer/tests/src/Functional/TransportServiceFactoryTest.php The theme to install as the default for testing.
TransportServiceFactoryTest::$modules property core/modules/mailer/tests/src/Functional/TransportServiceFactoryTest.php Modules to install.
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/modules/sqlite/src/Driver/Database/sqlite/Truncate.php Implements PHP magic __toString method to convert the query to a string.
Truncate::__toString function core/lib/Drupal/Core/Database/Query/Truncate.php Implements PHP magic __toString method to convert the query to a string.

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