You are here

public function TestTranslationManager::__construct in Drupal 10

Same name and namespace in other branches
  1. 8 core/tests/Drupal/Tests/Core/StringTranslation/TranslationManagerTest.php \Drupal\Tests\Core\StringTranslation\TestTranslationManager::__construct()
  2. 9 core/tests/Drupal/Tests/Core/StringTranslation/TranslationManagerTest.php \Drupal\Tests\Core\StringTranslation\TestTranslationManager::__construct()

Constructs a TranslationManager object.

Parameters

\Drupal\Core\Language\LanguageDefault $default_language: The default language.

Overrides TranslationManager::__construct

File

core/tests/Drupal/Tests/Core/StringTranslation/TranslationManagerTest.php, line 105
Contains \Drupal\Tests\Core\StringTranslation\TranslationManagerTest.

Class

TestTranslationManager

Namespace

Drupal\Tests\Core\StringTranslation

Code

public function __construct() {
}