public function CommentNotifyMigrationHandler::__construct in Comment Notify 7
Same name and namespace in other branches
- 8 comment_notify.migrate.inc \CommentNotifyMigrationHandler::__construct()
Overrides MigrateHandler::__construct
File
- ./
comment_notify.migrate.inc, line 12 - Migration support for the Comment Notify module.
Class
- CommentNotifyMigrationHandler
- Field handler.
Code
public function __construct() {
$this
->registerTypes(array(
'comment',
));
}