You are here

public function WineBestWithMigration::__construct in Migrate 7.2

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

General initialization of a Migration object.

Overrides WineTermMigration::__construct

File

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

Class

WineBestWithMigration

Code

public function __construct($arguments) {
  parent::__construct($arguments, 'best_with', 'migrate_example_wine_best_with', t('Migrate "Best With" from the source database to taxonomy terms'));
}