You are here

public function MigrateCckPhoneHandler::fields in Migrate Extras 7.2

File

./cck_phone.inc, line 23

Class

MigrateCckPhoneHandler
Primary value passed to this field must be the two letter ISO country code of the phone number.

Code

public function fields($type) {
  return array(
    'number' => t('Subfield: The phone number itself'),
    'extension' => t('Extension: An optional extension'),
  );
}