public NegotiationBrowserForm::__construct(ConfigFactoryInterface $config_factory, ConfigurableLanguageManagerInterface $language_manager)
Parameters
\Drupal\Core\Extension\ModuleHandlerInterface $module_handler: The module handler
Overrides ConfigFormBase::__construct
File
- core/modules/language/src/Form/NegotiationBrowserForm.php, line 30
Class
- NegotiationBrowserForm
- Configure the browser language negotiation method for this site.
Namespace
Drupal\language\Form
Code
public function __construct(ConfigFactoryInterface $config_factory, ConfigurableLanguageManagerInterface $language_manager) { parent::__construct($config_factory); $this->languageManager = $language_manager; }
Please login to continue.