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