You are here

public function WineBestWithMigration::__construct in Migrate 6.2

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

General initialization of a Migration object.

Overrides WineTermMigration::__construct

File

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

Class

WineBestWithMigration

Code

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