public function WineRegionMigration::__construct in Migrate 6.2
Same name and namespace in other branches
- 7.2 migrate_example/wine.inc \WineRegionMigration::__construct()
General initialization of a Migration object.
Overrides WineTermMigration::__construct
File
- migrate_example/
wine.inc, line 146 - Advanced migration examples. These serve two purposes:
Class
Code
public function __construct() {
parent::__construct('region', 'Migrate Example Wine Regions', t('Migrate regions from the source database to taxonomy terms'));
}