You are here

constant MIGRATE_API_VERSION in Migrate 7.2

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

File

./migrate.module, line 16
API and drush commands to support migration of data from external sources into a Drupal installation.

Code

define('MIGRATE_API_VERSION', 2);