protected function LanguageNegotiationInfoTest::languageManager in Drupal 8
Same name and namespace in other branches
- 9 core/modules/language/tests/src/Functional/LanguageNegotiationInfoTest.php \Drupal\Tests\language\Functional\LanguageNegotiationInfoTest::languageManager()
Returns the configurable language manager.
Return value
\Drupal\language\ConfigurableLanguageManager
File
- core/
modules/ language/ tests/ src/ Functional/ LanguageNegotiationInfoTest.php, line 49
Class
- LanguageNegotiationInfoTest
- Tests alterations to language types/negotiation info.
Namespace
Drupal\Tests\language\FunctionalCode
protected function languageManager() {
return $this->container
->get('language_manager');
}