static function MigrateCckPhoneHandler::arguments in Migrate Extras 6.2
File
- ./
cck_phone.inc, line 32
Class
- MigrateCckPhoneHandler
- Primary value passed to this field must be the two letter ISO country code of the phone number.
Code
static function arguments($number = '', $extension = '') {
return array(
'number' => $number,
'extension' => $extension,
);
}