You are here

function hosting_migrate_perm in Hosting 6.2

Same name and namespace in other branches
  1. 5 migrate/hosting_migrate.module \hosting_migrate_perm()

Implementation of hook_perm().

File

migrate/hosting_migrate.module, line 12

Code

function hosting_migrate_perm() {
  return array(
    'create migrate task',
  );
}