book_toc |
function |
core/modules/book/book.module |
Returns an array of book pages in table of contents order. |
book.test |
file |
core/modules/book/tests/book.test |
Tests for book.module. |
book.info |
file |
core/modules/book/book.info |
type = module
name = Book
description = Allows users to create and organize related content in an outline.
package = System
tags[] = Content
tags[] = Site Navigation
tags[] = Structure
version = BACKDROP_VERSION
backdrop = 1.x
dependencies[] =… |
book_menu |
function |
core/modules/book/book.module |
Implements hook_menu(). |
book_prev |
function |
core/modules/book/book.module |
Fetches the menu link for the previous page of the book. |
book_next |
function |
core/modules/book/book.module |
Fetches the menu link for the next page of the book. |
book_init |
function |
core/modules/book/book.module |
Implements hook_init(). |
book_theme |
function |
core/modules/book/book.module |
Implements hook_theme(). |
book_tokens |
function |
core/modules/book/book.tokens.inc |
Implements hook_tokens() on behalf of book.module. |
book.module |
file |
core/modules/book/book.module |
Allows users to create and organize related content in an outline. |
book_schema |
function |
core/modules/book/book.install |
Implements hook_schema(). |
book_render |
function |
core/modules/book/book.pages.inc |
Menu callback: Prints a listing of all books. |
book.install |
file |
core/modules/book/book.install |
Install, update and uninstall functions for the book module. |
book_install |
function |
core/modules/book/book.install |
Implements hook_install(). |
BookTestCase |
class |
core/modules/book/tests/book.test |
Tests the functionality of the Book module. |
book_children |
function |
core/modules/book/book.module |
Formats the menu links for the child pages of the current page. |
book.admin.css |
file |
core/modules/book/css/book.admin.css |
Admin styles for book module. |
book.theme.css |
file |
core/modules/book/css/book.theme.css |
Styling for the book module. |
book.views.inc |
file |
core/modules/book/views/book.views.inc |
Provide views data and handlers for book.module. |
book.admin.inc |
file |
core/modules/book/book.admin.inc |
Admin page callbacks for the Book module. |
book.pages.inc |
file |
core/modules/book/book.pages.inc |
User page callbacks for the book module. |
book.theme.inc |
file |
core/modules/book/book.theme.inc |
Theme functions for the Book module. |
book_uninstall |
function |
core/modules/book/book.install |
Implements hook_uninstall(). |
book_views_api |
function |
core/modules/book/book.module |
Implements hook_views_api(). |
book_get_books |
function |
core/modules/book/book.module |
Returns an array of all books. |
book_menu_name |
function |
core/modules/book/book.module |
Generates the corresponding menu name from a book ID. |
book_node_load |
function |
core/modules/book/book.module |
Implements hook_node_load(). |
book_node_view |
function |
core/modules/book/book.module |
Implements hook_node_view(). |
book_link_load |
function |
core/modules/book/book.module |
Get a translated book menu link by its menu link ID. |
book_views_data |
function |
core/modules/book/views/book.views.inc |
Implements hook_views_data(). |
book.tests.info |
file |
core/modules/book/tests/book.tests.info |
[BookTestCase]
name = Book functionality
description = Create a book, add pages, and test book interface.
group = Book
file = book.test |
book_token_info |
function |
core/modules/book/book.tokens.inc |
Implements hook_token_info(). |
book_permission |
function |
core/modules/book/book.module |
Implements hook_permission(). |
book_block_info |
function |
core/modules/book/book.module |
Implements hook_block_info(). |
book_block_view |
function |
core/modules/book/book.module |
Implements hook_block_view(). |
book_update_bid |
function |
core/modules/book/book.module |
Updates the book ID of a page and its children when it moves to a new book. |
book_admin_edit |
function |
core/modules/book/book.admin.inc |
Form constructor for administering a single book's hierarchy. |
book.tokens.inc |
file |
core/modules/book/book.tokens.inc |
Builds placeholder replacement tokens for book-related data. |
book_update_1000 |
function |
core/modules/book/book.install |
Move book settings from variables to config. |
book_config_info |
function |
core/modules/book/book.module |
Implements hook_config_info(). |
book_admin_paths |
function |
core/modules/book/book.module |
Implements hook_admin_paths(). |
book_form_update |
function |
core/modules/book/book.module |
Renders a new parent page select element when the book selection changes. |
book_node_insert |
function |
core/modules/book/book.module |
Implements hook_node_insert(). |
book_node_update |
function |
core/modules/book/book.module |
Implements hook_node_update(). |
book_remove_form |
function |
core/modules/book/book.pages.inc |
Form constructor to confirm removal of a node from a book. |
book_update_1002 |
function |
core/modules/book/book.install |
Add option for reorder link. |
book_update_1001 |
function |
core/modules/book/book.install |
Add options for navigation and links. |
book_node_presave |
function |
core/modules/book/book.module |
Implements hook_node_presave(). |
book_node_prepare |
function |
core/modules/book/book.module |
Implements hook_node_prepare(). |
_book_toc_recurse |
function |
core/modules/book/book.module |
Recursively processes and formats menu items for book_toc(). |