You are here

public function TaxonomiesSyncForm::__construct in Structure Sync 8

Same name and namespace in other branches
  1. 2.x src/Form/TaxonomiesSyncForm.php \Drupal\structure_sync\Form\TaxonomiesSyncForm::__construct()

Class constructor.

Overrides ConfigFormBase::__construct

File

src/Form/TaxonomiesSyncForm.php, line 34

Class

TaxonomiesSyncForm
Import and export form for content in structure, like taxonomy terms.

Namespace

Drupal\structure_sync\Form

Code

public function __construct(ConfigFactoryInterface $config_factory, EntityTypeManagerInterface $entityTypeManager) {
  parent::__construct($config_factory);
  $this->entityTypeManager = $entityTypeManager;
}