You are here

function agenda_perm in Agenda 6

Same name and namespace in other branches
  1. 6.2 agenda.module \agenda_perm()

Implementation of hook_perm().

File

./agenda.module, line 87

Code

function agenda_perm() {
  return array(
    'access agenda content',
    'configure agenda blocks',
  );
}