You are here

function comment_notify_migrate_api in Comment Notify 8

Same name and namespace in other branches
  1. 7 comment_notify.migrate.inc \comment_notify_migrate_api()

Implements hook_migrate_api().

File

./comment_notify.migrate.inc, line 68
Migration support for the Comment Notify module.

Code

function comment_notify_migrate_api() {
  $api = [
    'api' => 2,
  ];
  return $api;
}