function announcements_perm
Search API
7.x announcements.module | announcements_perm() |
6.x announcements.module | announcements_perm() |
4.x announcements.module | announcements_perm() |
5.x announcements.module | announcements_perm() |
Implementation of hook_perm
File
- modules/
announcements/ announcements.module, line 47
Code
function announcements_perm() {
return array(
"view_faculty_announcements" => array(
"title" => t("View faculty announcements"),
),
);
}