You are here

service taxonomy_manager.helper in Taxonomy Manager 2.0.x

Class

Drupal\taxonomy_manager\TaxonomyManagerHelper
3 string references to taxonomy_manager.helper
AddTermsToVocabularyForm::create in src/Form/AddTermsToVocabularyForm.php
Instantiates a new instance of this class.
DeleteTermsForm::create in src/Form/DeleteTermsForm.php
Instantiates a new instance of this class.
TaxonomyManagerForm::create in src/Form/TaxonomyManagerForm.php
Instantiates a new instance of this class.

File

./taxonomy_manager.services.yml
taxonomy_manager.services.yml

View source
  1. class: Drupal\taxonomy_manager\TaxonomyManagerHelper
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@language_manager'
  5. - '@current_user'
  6. - '@module_handler'