You are here

public function CsvImporter::__construct in Hierarchical Taxonomy Import 8

Overrides ImporterBase::__construct

File

src/Importer/CsvImporter.php, line 13

Class

CsvImporter

Namespace

Drupal\hierarchical_taxonomy_importer\Importer

Code

public function __construct(EntityTypeManager $entity_manager) {
  parent::__construct();
  $this->entity_manager = $entity_manager;
  $this->counter = 0;
}