You are here

public function AddTermsToVocabularyForm::__construct in Taxonomy Manager 2.0.x

AddTermsToVocabularyForm constructor.

Parameters

\Drupal\taxonomy_manager\TaxonomyManagerHelper $taxonomy_manager_helper: The taxonomy messenger helper.

File

src/Form/AddTermsToVocabularyForm.php, line 29

Class

AddTermsToVocabularyForm
Form for adding terms to a given vocabulary.

Namespace

Drupal\taxonomy_manager\Form

Code

public function __construct(TaxonomyManagerHelper $taxonomy_manager_helper) {
  $this->taxonomyManagerHelper = $taxonomy_manager_helper;
}