public function CsvImporter::__construct in Hierarchical Taxonomy Import 8
Overrides ImporterBase::__construct
File
- src/
Importer/ CsvImporter.php, line 13
Class
Namespace
Drupal\hierarchical_taxonomy_importer\ImporterCode
public function __construct(EntityTypeManager $entity_manager) {
parent::__construct();
$this->entity_manager = $entity_manager;
$this->counter = 0;
}