constant UC_ADDRESSES_ACCESS_ADD_EDIT in Ubercart Addresses 5.2
Same name and namespace in other branches
- 5 uc_addresses.module \UC_ADDRESSES_ACCESS_ADD_EDIT
- 6 uc_addresses.module \UC_ADDRESSES_ACCESS_ADD_EDIT
Give users the ability to add or edit anyone's addresses. Anyone with this permission also has UC_ADDRESSES_ACCESS_VIEW_DEFAULT and UC_ADDRESSES_ACCESS_VIEW_ALL.
4 uses of UC_ADDRESSES_ACCESS_ADD_EDIT
- theme_uc_addresses_list_address in ./
uc_addresses.module - Theme the address list view.
- uc_addresses_list_addresses in ./
uc_addresses.module - Generate a list of one or all addresses defined by one user and then theme the list for display.
- uc_addresses_menu in ./
uc_addresses.module - Implementation of hook_menu().
- uc_addresses_perm in ./
uc_addresses.module - Implementation of hook_perm().
File
- ./
uc_addresses.module, line 44
Code
define('UC_ADDRESSES_ACCESS_ADD_EDIT', 'add/edit addresses');