You are here

function comment_notify_migrate_api in Comment Notify 7

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

File

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

Code

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