Search for book

  1. Search 9.5.x for book
  2. Search 8.9.x for book
  3. Search 10.3.x for book
  4. Search 11.x for book
  5. Other projects
Title Object type File name Summary
book_install function modules/book/book.install Implements hook_install().
book_link_load function modules/book/book.module Gets a book menu link by its menu link ID.
book_menu function modules/book/book.module Implements hook_menu().
book_menu_name function modules/book/book.module Generates the corresponding menu name from a book ID.
book_menu_subtree_data function modules/book/book.module Gets the data representing a subtree of the book hierarchy.
book_next function modules/book/book.module Fetches the menu link for the next page of the book.
book_node_delete function modules/book/book.module Implements hook_node_delete().
book_node_export function modules/book/book.module Generates printer-friendly HTML for a node.
book_node_insert function modules/book/book.module Implements hook_node_insert().
book_node_load function modules/book/book.module Implements hook_node_load().
book_node_prepare function modules/book/book.module Implements hook_node_prepare().
book_node_presave function modules/book/book.module Implements hook_node_presave().
book_node_type_update function modules/book/book.module Implements hook_node_type_update().
book_node_update function modules/book/book.module Implements hook_node_update().
book_node_view function modules/book/book.module Implements hook_node_view().
book_node_view_link function modules/book/book.module Adds relevant book links to the node's links.
book_outline function modules/book/book.pages.inc Menu callback: Shows the outline form for a single node.
book_outline_form function modules/book/book.pages.inc Form constructor for the book outline form.
book_outline_form_submit function modules/book/book.pages.inc Form submission handler for book_outline_form().
book_page_alter function modules/book/book.module Implements hook_page_alter().
book_permission function modules/book/book.module Implements hook_permission().
book_pick_book_nojs_submit function modules/book/book.module Form submission handler for node_form().
book_prev function modules/book/book.module Fetches the menu link for the previous page of the book.
book_remove_button_submit function modules/book/book.pages.inc Form submission handler for book_outline_form().
book_remove_form function modules/book/book.pages.inc Form constructor to confirm removal of a node from a book.
book_remove_form_submit function modules/book/book.pages.inc Form submission handler for book_remove_form().
book_render function modules/book/book.pages.inc Menu callback: Prints a listing of all books.
book_schema function modules/book/book.install Implements hook_schema().
book_theme function modules/book/book.module Implements hook_theme().
book_toc function modules/book/book.module Returns an array of book pages in table of contents order.
book_type_is_allowed function modules/book/book.module Determine if a given node type is in the list of types allowed for books.
book_uninstall function modules/book/book.install Implements hook_uninstall().
book_update_bid function modules/book/book.module Updates the book ID of a page and its children when it moves to a new book.
template_preprocess_book_all_books_block function modules/book/book.module Processes variables for book-all-books-block.tpl.php.
template_preprocess_book_export_html function modules/book/book.module Processes variables for book-export-html.tpl.php.
template_preprocess_book_navigation function modules/book/book.module Processes variables for book-navigation.tpl.php.
template_preprocess_book_node_export_html function modules/book/book.module Processes variables for book-node-export-html.tpl.php.
theme_book_admin_table function modules/book/book.admin.inc Returns HTML for a book administration form.
theme_book_title_link function modules/book/book.module Returns HTML for a link to a book title when used as a block title.
TranslationTestCase::$book property modules/translation/translation.test
_book_add_form_elements function modules/book/book.module Builds the common elements of the book form for the node and outline forms.
_book_admin_table function modules/book/book.admin.inc Builds the table portion of the form for the book administration page.
_book_admin_table_tree function modules/book/book.admin.inc Helps build the main table in the book administration page form.
_book_flatten_menu function modules/book/book.module Recursively converts a tree of menu links to a flat array.
_book_install_type_create function modules/book/book.install Creates the book content type.
_book_link_defaults function modules/book/book.module Returns an array with default values for a book page's menu link.
_book_node_is_removable function modules/book/book.module Determines if a node can be removed from the book.
_book_outline_access function modules/book/book.module Access callback: Determines if the outline tab is accessible.
_book_outline_remove_access function modules/book/book.module Access callback: Determines if the user can remove nodes from the outline.
_book_parent_depth_limit function modules/book/book.module Finds the depth limit for items in the parent select.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.