public function MigratePhoneFieldHandler::__construct in Phone 7.2
Same name and namespace in other branches
- 7 phone.migrate.inc \MigratePhoneFieldHandler::__construct()
Declares the types of fields used.
Overrides MigrateHandler::__construct
File
- ./
phone.migrate.inc, line 47 - Support for migrate module.
Class
- MigratePhoneFieldHandler
- Migration class for phone fields.
Code
public function __construct() {
$this
->registerTypes(array(
'phone',
));
}