You are here

function hosting_migrate_perm in Hosting 5

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

File

migrate/hosting_migrate.module, line 19

Code

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