You are here

constant MIGRATE_API_VERSION in Migrate 6

Same name and namespace in other branches
  1. 6.2 migrate.module \MIGRATE_API_VERSION
  2. 7.2 migrate.module \MIGRATE_API_VERSION
1 use of MIGRATE_API_VERSION
migrate_get_module_apis in ./migrate.module
Get a list of modules that support the current migrate API.

File

./migrate.module, line 3
This module provides tools at "administer >> content >> migrate" for analyzing data from various sources and importing them into Drupal tables.

Code

define('MIGRATE_API_VERSION', 1);