You are here

public function NegotiationLanguageSelectionPageForm::__construct in Language Selection Page 8.2

NegotiationLanguageSelectionPageForm constructor.

Parameters

\Drupal\Core\Executable\ExecutableManagerInterface $plugin_manager: The plugin manager.

Overrides ConfigFormBase::__construct

File

src/Form/NegotiationLanguageSelectionPageForm.php, line 38

Class

NegotiationLanguageSelectionPageForm
Configure the Language Selection Page language negotiation method.

Namespace

Drupal\language_selection_page\Form

Code

public function __construct(ExecutableManagerInterface $plugin_manager) {
  parent::__construct($this
    ->configFactory());
  $this->languageSelectionPageConditionManager = $plugin_manager;
}