| Name | Location | Description |
|---|---|---|
| book_form | book/book.module | Implementation of hook_form(). |
| book_outline | book/book.module | Implementation of function book_outline() Handles all book outline operations. |
| book_toc | book/book.module | Returns an array of titles and nid entries of book pages in table of contents order. |
| Name | Location | Description |
|---|---|---|
| book_toc | book/book.module | Returns an array of titles and nid entries of book pages in table of contents order. |
| book_toc_recurse | book/book.module | This is a helper function for book_toc(). |
| user_access | user/user.module | Determine whether the user has a given privilege. |