function LanguageNegotiationInfoTest::languageManager
Returns the configurable language manager.
Return value
\Drupal\language\ConfigurableLanguageManager The language manager.
File
-
core/
modules/ language/ tests/ src/ Functional/ LanguageNegotiationInfoTest.php, line 52
Class
- LanguageNegotiationInfoTest
- Tests alterations to language types/negotiation info.
Namespace
Drupal\Tests\language\FunctionalCode
protected function languageManager() {
return $this->container
->get('language_manager');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.