book.module
Version 1.288.2.13 (checked in on 2006/06/05 at 09:17:12 by dries)
Allows users to collaboratively author a book.
Functions
| Name | Description |
|---|---|
| book_access | Implementation of hook_access(). |
| book_admin | Menu callback; displays the book administration page. |
| book_admin_orphan | Menu callback; displays a listing of all orphaned book pages. |
| book_admin_save | |
| book_admin_view | Display an administrative view of the hierarchy of a book. |
| book_admin_view_book | |
| book_admin_view_line | |
| book_block | Implementation of hook_block(). |
| book_content | |
| book_delete | Implementation of hook_delete(). |
| book_form | Implementation of hook_form(). |
| book_help | Implementation of hook_help(). |
| book_insert | Implementation of hook_insert(). |
| book_link | Implementation of hook_link(). |
| book_load | Implementation of hook_load(). |
| book_location | Return the path (call stack) to a certain book page. |
| book_location_down | |
| book_menu | Implementation of hook_menu(). |
| book_next | Fetch the node object of the next page of the book. |
| book_nodeapi | Implementation of hook_nodeapi(). |
| book_node_name | Implementation of hook_node_name(). |
| book_outline | Implementation of function book_outline() Handles all book outline operations. |
| book_perm | Implementation of hook_perm(). |
| book_prev | Fetch the node object of the previous page of the book. |
| book_print | Menu callback; generates printer-friendly book page with all descendants. |
| book_print_recurse | |
| book_render | Menu callback; prints a listing of all books. |
| book_revision_load | Return the most recent revision that matches the specified conditions. |
| book_toc | |
| book_toc_recurse | |
| book_tree | |
| book_tree_recurse | |
| book_update | Implementation of hook_update(). |
| book_validate | Implementation of hook_validate(). |
| book_view | Implementation of hook_view(). |
| theme_book_navigation | Prepares both the custom breadcrumb trail and the forward/backward navigation for a node presented as a book page. |
