You are here

function asset_wizard_perm in Asset 5.2

Same name and namespace in other branches
  1. 6 asset_wizard.module \asset_wizard_perm()

Implementation of hook_perm().

Related topics

File

./asset_wizard.module, line 16
Wizard-style interface for Asset.

Code

function asset_wizard_perm() {
  return array(
    'access asset wizard',
  );
}