You are here

public function WineRegionMigration::__construct in Migrate 7.2

Same name and namespace in other branches
  1. 6.2 migrate_example/wine.inc \WineRegionMigration::__construct()

General initialization of a Migration object.

Overrides WineTermMigration::__construct

File

migrate_example/wine.inc, line 168
Advanced migration examples. These serve two purposes:

Class

WineRegionMigration

Code

public function __construct($arguments) {
  parent::__construct($arguments, 'region', 'migrate_example_wine_regions', t('Migrate regions from the source database to taxonomy terms'));
}