Search for trans

  1. Search 7.x for trans
  2. Search 8.9.x for trans
  3. Search 10.3.x for trans
  4. Search 11.x for trans
  5. Other projects
Title Object type File name Summary
Drupal::transliteration function core/lib/Drupal.php Returns the transliteration service.
DrupalDateTime::$formatTranslationCache property core/lib/Drupal/Core/Datetime/DrupalDateTime.php Formatted strings translation cache.
DrupalTest::testTranslation function core/tests/Drupal/Tests/Core/DrupalTest.php Tests the translation() method.
DrupalTest::testTransliteration function core/tests/Drupal/Tests/Core/DrupalTest.php Tests the transliteration() method.
DrupalTranslator class core/lib/Drupal/Core/Validation/DrupalTranslator.php Translates strings using Drupal's translation system.
DrupalTranslator.php file core/lib/Drupal/Core/Validation/DrupalTranslator.php
DrupalTranslator::$locale property core/lib/Drupal/Core/Validation/DrupalTranslator.php The locale used for translating.
DrupalTranslator::getLocale function core/lib/Drupal/Core/Validation/DrupalTranslator.php
DrupalTranslator::getOptions function core/lib/Drupal/Core/Validation/DrupalTranslator.php Returns options suitable for use with TranslatableMarkup.
DrupalTranslator::processParameters function core/lib/Drupal/Core/Validation/DrupalTranslator.php Processes the parameters array for use with TranslatableMarkup.
DrupalTranslator::setLocale function core/lib/Drupal/Core/Validation/DrupalTranslator.php
DrupalTranslator::trans function core/lib/Drupal/Core/Validation/DrupalTranslator.php Translates the given message.
DrupalTranslator::transChoice function core/lib/Drupal/Core/Validation/DrupalTranslator.php
drupal_get_filetransfer_info function core/includes/common.inc Assembles the Drupal FileTransfer registry.
early_translation_test.authentication.early_translation_test service core/modules/locale/tests/modules/early_translation_test/early_translation_test.services.yml Drupal\early_translation_test\Auth
early_translation_test.info.yml file core/modules/locale/tests/modules/early_translation_test/early_translation_test.info.yml core/modules/locale/tests/modules/early_translation_test/early_translation_test.info.yml
early_translation_test.services.yml file core/modules/locale/tests/modules/early_translation_test/early_translation_test.services.yml core/modules/locale/tests/modules/early_translation_test/early_translation_test.services.yml
editor.config_translation_mapper_subscriber service core/modules/editor/editor.services.yml Drupal\editor\EventSubscriber\EditorConfigTranslationSubscriber
Editor::textFormatHasTransformationFilters function core/modules/quickedit/src/Plugin/InPlaceEditor/Editor.php Returns whether the text format has transformation filters.
Editor::textFormatHasTransformationFilters function core/modules/editor/src/Plugin/InPlaceEditor/Editor.php Returns whether the text format has transformation filters.
EditorConfigTranslationSubscriber class core/modules/editor/src/EventSubscriber/EditorConfigTranslationSubscriber.php Adds configuration names to configuration mapper on POPULATE_MAPPER event.
EditorConfigTranslationSubscriber.php file core/modules/editor/src/EventSubscriber/EditorConfigTranslationSubscriber.php
EditorConfigTranslationSubscriber::$configFactory property core/modules/editor/src/EventSubscriber/EditorConfigTranslationSubscriber.php The config factory.
EditorConfigTranslationSubscriber::addConfigNames function core/modules/editor/src/EventSubscriber/EditorConfigTranslationSubscriber.php Reacts to the populating of a configuration mapper.
EditorConfigTranslationSubscriber::getSubscribedEvents function core/modules/editor/src/EventSubscriber/EditorConfigTranslationSubscriber.php
EditorConfigTranslationSubscriber::__construct function core/modules/editor/src/EventSubscriber/EditorConfigTranslationSubscriber.php EditorConfigTranslationSubscriber constructor.
EditorGetUntransformedTextCommandTest class core/modules/editor/tests/src/Kernel/EditorGetUntransformedTextCommandTest.php Tests the class \Drupal\editor\Ajax\GetUntransformedTextCommand deprecation.
EditorGetUntransformedTextCommandTest.php file core/modules/editor/tests/src/Kernel/EditorGetUntransformedTextCommandTest.php
EditorGetUntransformedTextCommandTest::testGetUntransformedTextCommandDeprecation function core/modules/editor/tests/src/Kernel/EditorGetUntransformedTextCommandTest.php Tests class \Drupal\editor\Ajax\GetUntransformedTextCommand deprecation.
EditorIntegrationTest::testGetUntransformedTextCommand function core/modules/quickedit/tests/src/Kernel/EditorIntegrationTest.php Tests GetUntransformedTextCommand AJAX command.
ElementInterface::getTranslationBuild function core/modules/config_translation/src/FormElement/ElementInterface.php Builds a render array containing the source and translation form elements.
EndOfTransactionQueriesTest class core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php Tests that cache tag invalidation queries are delayed to the end of transactions.
EndOfTransactionQueriesTest.php file core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php
EndOfTransactionQueriesTest::$modules property core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php Modules to enable.
EndOfTransactionQueriesTest::getDatabaseConnectionInfo function core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php Returns the Database connection info to be used for this test.
EndOfTransactionQueriesTest::getStatementsForTable function core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php Filters statements by table name.
EndOfTransactionQueriesTest::register function core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php Registers test-specific services.
EndOfTransactionQueriesTest::setUp function core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php
EndOfTransactionQueriesTest::statementToTableName function core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php Returns the table name for a statement.
EndOfTransactionQueriesTest::testEntitySave function core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php
EndOfTransactionQueriesTest::testEntitySaveRollback function core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php
EntityAccessControlHandlerTest::testEntityTranslationAccess function core/tests/Drupal/KernelTests/Core/Entity/EntityAccessControlHandlerTest.php Ensures entity access for entity translations is properly working.
EntityChangedInterface::getChangedTimeAcrossTranslations function core/lib/Drupal/Core/Entity/EntityChangedInterface.php Gets the timestamp of the last entity change across all translations.
EntityChangedTrait::getChangedTimeAcrossTranslations function core/lib/Drupal/Core/Entity/EntityChangedTrait.php Returns the timestamp of the last entity change across all translations.
EntityChangesDetectionTrait::getFieldsToSkipFromTranslationChangesCheck function core/lib/Drupal/Core/Entity/EntityChangesDetectionTrait.php Returns an array of field names to skip when checking for changes.
EntityConfigBase::isTranslationDestination function core/modules/migrate/src/Plugin/migrate/destination/EntityConfigBase.php Get whether this destination is for translations.
EntityContentBase::isTranslationDestination function core/modules/migrate/src/Plugin/migrate/destination/EntityContentBase.php
EntityContentBaseTest::testUntranslatable function core/modules/migrate_drupal/tests/src/Kernel/d6/EntityContentBaseTest.php Tests that translation destination fails for untranslatable entities.
EntityContentBaseTest::testUntranslatable function core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityContentBaseTest.php Tests that translation destination fails for untranslatable entities.
EntityConverterLatestRevisionTest::testWithTranslatedPendingRevision function core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php Tests with a translated pending revision.

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