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-all-books-block.tpl.php file modules/book/book-all-books-block.tpl.php Default theme implementation for rendering book outlines within a block.
book-export-html.tpl.php file modules/book/book-export-html.tpl.php Default theme implementation for printed version of book outline.
book-navigation.tpl.php file modules/book/book-navigation.tpl.php Default theme implementation to navigate books.
book-node-export-html.tpl.php file modules/book/book-node-export-html.tpl.php Default theme implementation for a single node in a printer-friendly outline.
book-rtl.css file modules/book/book-rtl.css Right-to-Left styling for the Book module.
book.admin.inc file modules/book/book.admin.inc Administration page callbacks for the Book module.
book.css file modules/book/book.css Styling for the Book module.
book.info file modules/book/book.info name = Book
description = Allows users to create and organize related content in an outline.
package = Core
version = VERSION
core = 7.x
files[] = book.test
configure = admin/content/book/settings
stylesheets[all][] = book.css
book.install file modules/book/book.install Install, update and uninstall functions for the book module.
book.module file modules/book/book.module Allows users to create and organize related content in an outline.
book.pages.inc file modules/book/book.pages.inc User page callbacks for the book module.
book.test file modules/book/book.test Tests for book.module.
BookTestCase class modules/book/book.test Tests the functionality of the Book module.
BookTestCase::$admin_user property modules/book/book.test A user with permission to create and edit books and to administer blocks.
BookTestCase::$book property modules/book/book.test A book node.
BookTestCase::$book_author property modules/book/book.test A user with permission to create and edit books.
BookTestCase::$web_user property modules/book/book.test A user with permission to view a book and access printer-friendly version.
BookTestCase::checkBookNode function modules/book/book.test Checks the outline of sub-pages; previous, up, and next.
BookTestCase::createBook function modules/book/book.test Creates a new book with a page hierarchy.
BookTestCase::createBookNode function modules/book/book.test Creates a book node.
BookTestCase::generateOutlinePattern function modules/book/book.test Creates a regular expression to check for the sub-nodes in the outline.
BookTestCase::getInfo function modules/book/book.test
BookTestCase::setUp function modules/book/book.test Sets up a Drupal site for running functional and integration tests.
BookTestCase::testBook function modules/book/book.test Tests book functionality through node interfaces.
BookTestCase::testBookDelete function modules/book/book.test Tests the access for deleting top-level book nodes.
BookTestCase::testBookExport function modules/book/book.test Tests book export ("printer-friendly version") functionality.
BookTestCase::testBookNavigationBlock function modules/book/book.test Tests the functionality of the book navigation block.
BookTestCase::testNavigationBlockOnAccessModuleEnabled function modules/book/book.test Tests the book navigation block when an access module is enabled.
book_admin_edit function modules/book/book.admin.inc Form constructor for administering a single book's hierarchy.
book_admin_edit_submit function modules/book/book.admin.inc Form submission handler for book_admin_edit().
book_admin_edit_validate function modules/book/book.admin.inc Form validation handler for book_admin_edit().
book_admin_overview function modules/book/book.admin.inc Returns an administrative overview of all books.
book_admin_paths function modules/book/book.module Implements hook_admin_paths().
book_admin_settings function modules/book/book.admin.inc Form constructor for the book settings form.
book_admin_settings_validate function modules/book/book.admin.inc Form validation handler for book_admin_settings().
book_block_configure function modules/book/book.module Implements hook_block_configure().
book_block_info function modules/book/book.module Implements hook_block_info().
book_block_save function modules/book/book.module Implements hook_block_save().
book_block_view function modules/book/book.module Implements hook_block_view().
book_children function modules/book/book.module Formats the menu links for the child pages of the current page.
book_entity_info_alter function modules/book/book.module Implements hook_entity_info_alter().
book_export function modules/book/book.pages.inc Menu callback; Generates representations of a book page and its children.
book_export_html function modules/book/book.pages.inc Generates HTML for export when invoked by book_export().
book_export_traverse function modules/book/book.module Traverses the book tree to build printable or exportable output.
book_form_node_delete_confirm_alter function modules/book/book.module Implements hook_form_FORM_ID_alter() for node_delete_confirm().
book_form_node_form_alter function modules/book/book.module Implements hook_form_BASE_FORM_ID_alter() for node_form().
book_form_update function modules/book/book.module Renders a new parent page select element when the book selection changes.
book_get_books function modules/book/book.module Returns an array of all books.
book_get_flat_menu function modules/book/book.module Gets the book menu tree for a page and returns it as a linear array.
book_help function modules/book/book.module Implements hook_help().

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