You are here

public function CommentNotifyMigrationHandler::__construct in Comment Notify 8

Same name and namespace in other branches
  1. 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',
  ]);
}