You are here

public function MigrateDestinationTermMachineName::__construct in Taxonomy Machine Name 7

Constructor for MigrateDestinationTermMachineName.

Parameters

string $bundle: The machine name of the taxonomy vocabulary.

array $options: An optional array of options to control the import process.

Overrides MigrateDestinationTerm::__construct

File

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

Class

MigrateDestinationTermMachineName
Class MigrateDestinationTermMachineName

Code

public function __construct($bundle, array $options = array()) {
  parent::__construct($bundle, $options);
  $this->deferred = array();
}