function migrate_perm in Migrate 6
Implementation of hook_perm().
File
- ./
migrate.module, line 1121 - This module provides tools at "administer >> content >> migrate" for analyzing data from various sources and importing them into Drupal tables.
Code
function migrate_perm() {
return array(
MIGRATE_ACCESS_BASIC,
MIGRATE_ACCESS_ADVANCED,
);
}