TranslationStatusForm::__construct

public TranslationStatusForm::__construct(ModuleHandlerInterface $module_handler, StateInterface $state)

Constructs a TranslationStatusForm object.

Parameters

ModuleHandlerInterface $module_handler: A module handler.

\Drupal\Core\State\StateInterface $state: The state service.

File

core/modules/locale/src/Form/TranslationStatusForm.php, line 48

Class

TranslationStatusForm
Provides a translation status form.

Namespace

Drupal\locale\Form

Code

public function __construct(ModuleHandlerInterface $module_handler, StateInterface $state) {
  $this->moduleHandler = $module_handler;
  $this->state = $state;
}
doc_Drupal
2016-10-29 09:49:24
Comments
Leave a Comment

Please login to continue.