function TestTranslationManager::translateString

Same name and namespace in other branches
  1. 9 core/modules/user/tests/src/Unit/PermissionHandlerTest.php \Drupal\Tests\user\Unit\TestTranslationManager::translateString()
  2. 8.9.x core/modules/user/tests/src/Unit/PermissionHandlerTest.php \Drupal\Tests\user\Unit\TestTranslationManager::translateString()
  3. 10 core/modules/user/tests/src/Unit/PermissionHandlerTest.php \Drupal\Tests\user\Unit\TestTranslationManager::translateString()

Overrides TranslationInterface::translateString

File

core/modules/user/tests/src/Unit/PermissionHandlerTest.php, line 397

Class

TestTranslationManager
Implements a translation manager in tests.

Namespace

Drupal\Tests\user\Unit

Code

public function translateString(TranslatableMarkup $translated_string) {
    return $translated_string->getUntranslatedString();
}

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