Search for trans
- Search 7.x for trans
- Search 9.5.x for trans
- Search 8.9.x for trans
- Search 10.3.x for trans
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
TranslatorInterface::getStringTranslation | function | core/ |
Retrieves English string to given language. |
TranslatorInterface::reset | function | core/ |
Resets translation cache. |
TranslatorInterface::trans | function | core/ |
Translates the given message. |
transliteration | service | core/ |
Drupal\Core\Transliteration\PhpTransliteration |
Transliteration | group | core/ |
Transliterate from Unicode to US-ASCII |
TransliterationInterface | interface | core/ |
Defines an interface for classes providing transliteration. |
TransliterationInterface.php | file | core/ |
|
TransliterationInterface::removeDiacritics | function | core/ |
Removes diacritics (accents) from certain letters. |
TransliterationInterface::transliterate | function | core/ |
Transliterates text from Unicode to US-ASCII. |
TransportInfoController | class | core/ |
Returns responses for transport info routes. |
TransportInfoController.php | file | core/ |
|
TransportInfoController::create | function | core/ |
Instantiates a new instance of this class. |
TransportInfoController::transportInfo | function | core/ |
Returns info about the configured mailer dsn and the resulting transport. |
TransportInfoController::__construct | function | core/ |
Constructs a new transport info controller. |
TransportServiceFactory | class | core/ |
The default mailer transport service factory. |
TransportServiceFactory.php | file | core/ |
|
TransportServiceFactory::createTransport | function | core/ |
Creates and returns a configured mailer transport class. |
TransportServiceFactory::__construct | function | core/ |
Constructs a new transport service factory. |
TransportServiceFactoryInterface | interface | core/ |
An interface defining mailer transport service factory implementations. |
TransportServiceFactoryInterface.php | file | core/ |
|
TransportServiceFactoryInterface::createTransport | function | core/ |
Creates and returns a configured mailer transport class. |
TransportServiceFactoryTest | class | core/ |
Tests the transport service factory in the child site of browser tests. |
TransportServiceFactoryTest.php | file | core/ |
|
TransportServiceFactoryTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
TransportServiceFactoryTest::$modules | property | core/ |
Modules to install. |
TransportServiceFactoryTest::testDefaultTestMailFactory | function | core/ |
Test that the transport is set to null://null by default in the child site. |
TransportServiceFactoryTrait | trait | core/ |
A trait containing helper methods for transport service construction. |
TransportServiceFactoryTrait.php | file | core/ |
|
TransportServiceFactoryTrait::$factories | property | core/ |
A list of transport factories. |
TransportServiceFactoryTrait::fromDsnObject | function | core/ |
Constructs a transport instance given a DSN object. |
TransportTest | class | core/ |
Tests the transport factory service. |
TransportTest.php | file | core/ |
|
TransportTest::$modules | property | core/ |
Modules to install. |
TransportTest::providerTestBuiltinFactory | function | core/ |
Provides test data for testBuiltinFactory(). |
TransportTest::resetMailerDsnConfigOverride | function | core/ |
Resets a mailer DSN config override. |
TransportTest::setUpMailerDsnConfigOverride | function | core/ |
Sets up a mailer DSN config override. |
TransportTest::testBuiltinFactory | function | core/ |
@dataProvider providerTestBuiltinFactory @covers ::createTransport[[api-linebreak]] |
TransportTest::testDefaultTestMailFactory | function | core/ |
@covers ::createTransport[[api-linebreak]] |
TransportTest::testMissingFactory | function | core/ |
@covers ::createTransport[[api-linebreak]] |
TransportTest::testSendmailFactoryAllowedCommand | function | core/ |
@covers ::createTransport[[api-linebreak]] @covers \Drupal\Core\Mailer\Transport\SendmailCommandValidationTransportFactory::create[[api-linebreak]] |
TransportTest::testSendmailFactoryUnlistedCommand | function | core/ |
@covers ::createTransport[[api-linebreak]] @covers \Drupal\Core\Mailer\Transport\SendmailCommandValidationTransportFactory::create[[api-linebreak]] |
TransportTest::testThirdPartyFactory | function | core/ |
@covers ::createTransport[[api-linebreak]] |
TwigMarkupInterfaceTest::testEmptyTranslation | function | core/ |
Tests behavior if a string is translated to become an empty string. |
TwigNodeTrans | class | core/ |
A class that defines the Twig 'trans' tag for Drupal. |
TwigNodeTrans.php | file | core/ |
|
TwigNodeTrans::compile | function | core/ |
|
TwigNodeTrans::compileString | function | core/ |
Extracts the text and tokens for the "trans" tag. |
TwigNodeTrans::__construct | function | core/ |
|
TwigThemeTestController::placeholderOutsideTransRender | function | core/ |
Controller for testing the twig placeholder filter outside of {% trans %}. |
TwigThemeTestController::transBlockRender | function | core/ |
Menu callback for testing translation blocks in a Twig template. |
Pagination
- Previous page
- Page 71
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.