You are here

function pathauto_migrate_api in Pathauto 7

File

./pathauto.migrate.inc, line 50
Support for the Pathauto module.

Code

function pathauto_migrate_api() {
  $api = array(
    'api' => 2,
    'destination handlers' => array(
      'PathautoMigrationHandler',
    ),
  );
  return $api;
}