function fillpdf_perm in FillPDF 6
Same name and namespace in other branches
- 5 fillpdf.module \fillpdf_perm()
Implementation of hook_perm().
File
- ./
fillpdf.module, line 120 - Allows mappings of PDFs to site content
Code
function fillpdf_perm() {
return array(
'administer pdfs',
'publish own pdfs',
'publish all pdfs',
);
}