|
theme_book_title_link |
function |
drupal-6.x/modules/book/book.module |
Generate the HTML output for a link to a book title when used as a block title. |
|
theme_book_navigation |
function |
documentation-6.x/developer/theme.php |
Implemented using the book-navigation.tpl.php template. |
|
book_admin_edit_submit |
function |
drupal-6.x/modules/book/book.admin.inc |
Handle submission of the book administrative page form. |
|
_book_admin_table_tree |
function |
drupal-6.x/modules/book/book.admin.inc |
Recursive helper to build the main table in the book administration page form. |
|
theme_book_admin_table |
function |
drupal-6.x/modules/book/book.admin.inc |
Theme function for the book administration page form. |
|
book_menu_subtree_data |
function |
drupal-6.x/modules/book/book.module |
Get the data representing a subtree of the book hierarchy. |
|
theme_book_export_html |
function |
documentation-6.x/developer/theme.php |
Implemented using the book-export-html.tpl.php template. |
|
_book_add_form_elements |
function |
drupal-6.x/modules/book/book.module |
Build the common elements of the book form for the node and outline forms. |
|
book_build_active_trail |
function |
drupal-6.x/modules/book/book.module |
Build an active trail to show in the breadcrumb. |
|
book-navigation.tpl.php |
file |
drupal-6.x/modules/book/book-navigation.tpl.php |
book-navigation.tpl.php
Default theme implementation to navigate books. Presented under nodes that
are a part of book outlines. |
|
book_remove_form_submit |
function |
drupal-6.x/modules/book/book.pages.inc |
Confirm form submit function to remove a node from the book. |
|
book_admin_edit_validate |
function |
drupal-6.x/modules/book/book.admin.inc |
Check that the book has not been changed while using the form. |
|
_book_parent_depth_limit |
function |
drupal-6.x/modules/book/book.module |
Find the depth limit for items in the parent select. |
|
book-export-html.tpl.php |
file |
drupal-6.x/modules/book/book-export-html.tpl.php |
book-export-html.tpl.php
Default theme implementation for printed version of book outline. |
|
book_outline_form_submit |
function |
drupal-6.x/modules/book/book.pages.inc |
Handles book outline form submissions from the outline tab. |
|
_book_install_type_create |
function |
drupal-6.x/modules/book/book.install |
|
|
book_remove_button_submit |
function |
drupal-6.x/modules/book/book.pages.inc |
Button submit function to redirect to removal confirm form. |
|
theme_book_all_books_block |
function |
documentation-6.x/developer/theme.php |
Implemented using the book-all-books-block.tpl.php template. |
|
_book_outline_remove_access |
function |
drupal-6.x/modules/book/book.module |
Menu item access callback - determine if the user can remove nodes from the outline. |
|
theme_book_node_export_html |
function |
documentation-6.x/developer/theme.php |
Implemented using the book-node-export-html.tpl.php template. |
|
book_admin_settings_validate |
function |
drupal-6.x/modules/book/book.admin.inc |
Validate the book settings form. |
|
book-all-books-block.tpl.php |
file |
drupal-6.x/modules/book/book-all-books-block.tpl.php |
book-all-books-block.tpl.php
Default theme implementation for rendering book outlines within a block.
This template is used only when the block is configured to "show block on
all pages" which presents Multiple independent books on all pages. |
|
book-node-export-html.tpl.php |
file |
drupal-6.x/modules/book/book-node-export-html.tpl.php |
book-node-export-html.tpl.php
Default theme implementation for rendering a single node in a printer
friendly outline. |
|
book_form_node_delete_confirm_alter |
function |
drupal-6.x/modules/book/book.module |
Form altering function for the confirm form for a single node deletion. |
|
template_preprocess_book_navigation |
function |
drupal-6.x/modules/book/book.module |
Process variables for book-navigation.tpl.php. |
|
template_preprocess_book_export_html |
function |
drupal-6.x/modules/book/book.module |
Process variables for book-export-html.tpl.php. |
|
template_preprocess_book_node_export_html |
function |
drupal-6.x/modules/book/book.module |
Process variables for book-node-export-html.tpl.php. |