You are here

function epub_perm in Epub 6

Implementation of hook_perm().

File

./epub.module, line 33
Provide ePub content type and enable the creation of ePub files from book contents.

Code

function epub_perm() {
  return array(
    'administer epub',
    'access epub',
  );
}