public function MigrateCckPhoneHandler::__construct in Migrate Extras 7.2
Same name and namespace in other branches
- 6.2 cck_phone.inc \MigrateCckPhoneHandler::__construct()
Overrides MigrateHandler::__construct
File
- ./
cck_phone.inc, line 19
Class
- MigrateCckPhoneHandler
- Primary value passed to this field must be the two letter ISO country code of the phone number.
Code
public function __construct() {
$this
->registerTypes(array(
'phone_number',
));
}