public function MigrationTaxonomyTermMachineName::__construct in Taxonomy Machine Name 7
Constructor.
Parameters
array $arguments: Arguments.
Overrides Migration::__construct
File
- ./
taxonomy_machine_name.migrate.inc, line 20 - Taxonomy Machine Name Migrate Module File.
Class
- MigrationTaxonomyTermMachineName
- Class MigrationTaxonomyTermMachineName
Code
public function __construct($arguments = array()) {
parent::__construct($arguments);
// 'bundle' should contain the vocabulary machine name.
// $this->destination = new MigrateDestinationTermMachineName($arguments['bundle']);
}