You are here

public function MigrateAddressFieldHandler::__construct in Address Field 7

Overrides MigrateHandler::__construct

File

./addressfield.migrate.inc, line 54
Base integration with the Migrate API class.

Class

MigrateAddressFieldHandler
Primary value passed to this field must be the two letter ISO country code of the address.

Code

public function __construct() {
  $this
    ->registerTypes(array(
    'addressfield',
  ));
}