ExportForm::__construct

public ExportForm::__construct(LanguageManagerInterface $language_manager)

Constructs a new ExportForm.

Parameters

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

File

core/modules/locale/src/Form/ExportForm.php, line 32

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;
}
doc_Drupal
2016-10-29 09:09:35
Comments
Leave a Comment

Please login to continue.