You are here

public function ExportForm::__construct in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/locale/src/Form/ExportForm.php \Drupal\locale\Form\ExportForm::__construct()

Constructs a new ExportForm.

Parameters

\Drupal\Core\Language\LanguageManagerInterface $language_manager: The language manager.

File

core/modules/locale/src/Form/ExportForm.php, line 37
Contains \Drupal\locale\Form\ExportForm.

Class

ExportForm
Form for the Gettext translation files export form.

Namespace

Drupal\locale\Form

Code

public function __construct(LanguageManagerInterface $language_manager) {
  $this->languageManager = $language_manager;
}