public function MigrateCountryFieldHandler::__construct in Countries 7.2
Same name and namespace in other branches
- 8 countries.migrate.inc \MigrateCountryFieldHandler::__construct()
Overrides MigrateHandler::__construct
File
- ./
countries.migrate.inc, line 12 - Base integration with the Migrate API class.
Class
- MigrateCountryFieldHandler
- Custom extended MigrateFieldHandler class.
Code
public function __construct() {
$this
->registerTypes(array(
'country',
));
}