class LanguageManager

Class responsible for initializing each language type.

This service is dependent on the 'request' service and can therefore pass the Request object to the code that deals with each particular language type. This means the Request can be used directly for things like URL-based language negotiation.

Hierarchy

Expanded class hierarchy of LanguageManager

1 file declares its use of LanguageManager

File

drupal/core/lib/Drupal/Core/Language/LanguageManager.php, line 20
Definition of Drupal\Core\Language\LanguageManager.

Namespace

Drupal\Core\Language
View source

Members