You are here

function uc_attribute_perm in Ubercart 6.2

Same name and namespace in other branches
  1. 5 uc_attribute/uc_attribute.module \uc_attribute_perm()

Implements hook_perm().

File

uc_attribute/uc_attribute.module, line 258

Code

function uc_attribute_perm() {
  return array(
    'administer attributes',
    'administer product attributes',
    'administer product options',
  );
}