book_perm

Definition

book_perm()
modules/book/book.module, line 41

Description

Implementation of hook_perm().

Code

<?php
function book_perm() {
  return array('add content to books', 'administer book outlines', 'create new books', 'access printer-friendly version');
}
?>
 
 

Drupal is a registered trademark of Dries Buytaert.