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 11.x for to
  5. Search main for to
  6. Other projects
Title Object type File name Summary
TranslatableStorageInterface::createTranslation function core/lib/Drupal/Core/Entity/TranslatableStorageInterface.php Constructs a new entity translation object, without permanently saving it.
TranslateFormBase::$localeStorage property core/modules/locale/src/Form/TranslateFormBase.php The locale storage.
TranslationLinkTest::getTranslatorPermissions function core/modules/content_translation/tests/src/Functional/Views/TranslationLinkTest.php Returns an array of permissions needed for the translator.
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/Validation/TranslatorInterface.php Defines an interface used in validation.
TranslatorInterface interface core/lib/Drupal/Core/StringTranslation/Translator/TranslatorInterface.php Interface for objects capable of string translation.
TranslatorInterface.php file core/lib/Drupal/Core/StringTranslation/Translator/TranslatorInterface.php
TranslatorInterface.php file core/lib/Drupal/Core/Validation/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.
TraversableObject::getIterator function core/modules/jsonapi/tests/modules/jsonapi_test_data_type/src/TraversableObject.php #[\ReturnTypeWillChange]
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.
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 mock.
TwigExtensionTest::$urlGenerator property core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php The URL generator.
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.

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