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