migrate_extras_pathauto.module in Migrate Extras 7.2
Same filename and directory in other branches
File
migrate_extras_examples/migrate_extras_pathauto/migrate_extras_pathauto.moduleView source
<?php
include_once 'migrate_extras_pathauto.features.inc';
/*
* Implementation of hook_migrate_api().
*/
function migrate_extras_pathauto_migrate_api() {
$api = array(
'api' => 2,
);
return $api;
}
Functions
Name | Description |
---|---|
migrate_extras_pathauto_migrate_api |