You are here

function account_profile_perm in Account Profile 6

Implementation of hook_perm().

Return value

array An array of valid permissions for the account_profile module

File

./account_profile.module, line 32
Account Profile module

Code

function account_profile_perm() {
  return array(
    'administer account_profile',
  );
}