function asset_wizard_perm in Asset 6
Same name and namespace in other branches
- 5.2 asset_wizard.module \asset_wizard_perm()
Implementation of hook_perm().
File
- ./
asset_wizard.module, line 16 - Wizard-style interface for Asset.
Code
function asset_wizard_perm() {
return array(
'access asset wizard',
);
}