You are here

public function MigrateTaxonomyTermMachineNameHandler::__construct in Taxonomy Machine Name 7

Specify list of types supports.

Overrides MigrateHandler::__construct

File

./taxonomy_machine_name.migrate.inc, line 61
Taxonomy Machine Name Migrate Module File.

Class

MigrateTaxonomyTermMachineNameHandler
Class MigrateTaxonomyTermMachineNameHandler

Code

public function __construct() {
  $this
    ->registerTypes(array(
    'taxonomy_term',
  ));
}