You are here

protected function LanguageNegotiationInfoTest::languageManager in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/language/src/Tests/LanguageNegotiationInfoTest.php \Drupal\language\Tests\LanguageNegotiationInfoTest::languageManager()

Returns the configurable language manager.

Return value

\Drupal\language\ConfigurableLanguageManager

File

core/modules/language/src/Tests/LanguageNegotiationInfoTest.php, line 43
Contains \Drupal\language\Tests\LanguageNegotiationInfoTest.

Class

LanguageNegotiationInfoTest
Tests alterations to language types/negotiation info.

Namespace

Drupal\language\Tests

Code

protected function languageManager() {
  return $this->container
    ->get('language_manager');
}