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