book_admin_settings_validate |
modules/book/book.admin.inc |
Form validation handler for book_admin_settings(). |
_book_admin_table |
modules/book/book.admin.inc |
Builds the table portion of the form for the book administration page. |
_book_admin_table_tree |
modules/book/book.admin.inc |
Helps build the main table in the book administration page form. |
book_autoload_info |
modules/book/book.module |
Implements hook_autoload_info(). |
book_block_configure |
modules/book/book.module |
Implements hook_block_configure(). |
book_block_info |
modules/book/book.module |
Implements hook_block_info(). |
book_block_view |
modules/book/book.module |
Implements hook_block_view(). |
book_children |
modules/book/book.module |
Formats the menu links for the child pages of the current page. |
book_config_info |
modules/book/book.module |
Implements hook_config_info(). |
book_entity_info_alter |
modules/book/book.module |
Implements hook_entity_info_alter(). |
_book_flatten_menu |
modules/book/book.module |
Recursively converts a tree of menu links to a flat array. |
book_form_node_delete_confirm_alter |
modules/book/book.module |
Implements hook_form_FORM_ID_alter(). |
book_form_node_form_alter |
modules/book/book.module |
Implements hook_form_BASE_FORM_ID_alter(). |
book_form_update |
modules/book/book.module |
Renders a new parent page select element when the book selection changes. |
book_get_books |
modules/book/book.module |
Returns an array of all books. |
book_get_flat_menu |
modules/book/book.module |
Gets the book menu tree for a page and returns it as a linear array. |
book_init |
modules/book/book.module |
Implements hook_init(). |
book_install |
modules/book/book.install |
Implements hook_install(). |
_book_install_type_create |
modules/book/book.install |
Creates the book content type. |
_book_link_defaults |
modules/book/book.module |
Returns an array with default values for a book page's menu link. |
book_link_load |
modules/book/book.module |
Get a translated book menu link by its menu link ID. |
book_menu |
modules/book/book.module |
Implements hook_menu(). |
book_menu_name |
modules/book/book.module |
Generates the corresponding menu name from a book ID. |
book_menu_subtree_data |
modules/book/book.module |
Gets the data representing a subtree of the book hierarchy. |
book_next |
modules/book/book.module |
Fetches the menu link for the next page of the book. |
book_node_insert |
modules/book/book.module |
Implements hook_node_insert(). |
_book_node_is_removable |
modules/book/book.module |
Determines if a node can be removed from the book. |
book_node_load |
modules/book/book.module |
Implements hook_node_load(). |
book_node_predelete |
modules/book/book.module |
Implements hook_node_predelete(). |
book_node_prepare |
modules/book/book.module |
Implements hook_node_prepare(). |
book_node_presave |
modules/book/book.module |
Implements hook_node_presave(). |
book_node_type_update |
modules/book/book.module |
Implements hook_node_type_update(). |
book_node_update |
modules/book/book.module |
Implements hook_node_update(). |
book_node_view |
modules/book/book.module |
Implements hook_node_view(). |
book_node_view_link |
modules/book/book.module |
Adds relevant book links to the node's links. |
book_outline |
modules/book/book.pages.inc |
Page callback: Shows the outline form for a single node. |
_book_outline_access |
modules/book/book.module |
Access callback: Determines if the outline tab is accessible. |
book_outline_form |
modules/book/book.pages.inc |
Form constructor for the book outline form. |
book_outline_form_submit |
modules/book/book.pages.inc |
Form submission handler for book_outline_form(). |
_book_outline_remove_access |
modules/book/book.module |
Access callback: Determines if the user can remove nodes from the outline. |
_book_parent_depth_limit |
modules/book/book.module |
Finds the depth limit for items in the parent select. |
_book_parent_select |
modules/book/book.module |
Builds the parent selection form element for the node form or outline tab. |
book_permission |
modules/book/book.module |
Implements hook_permission(). |
book_pick_book_nojs_submit |
modules/book/book.module |
Form submission handler for node_form(). |
book_preprocess_block |
modules/book/book.module |
Implements hook_preprocess_block(). |
book_prev |
modules/book/book.module |
Fetches the menu link for the previous page of the book. |
book_remove_button_submit |
modules/book/book.pages.inc |
Form submission handler for book_outline_form(). |
book_remove_form |
modules/book/book.pages.inc |
Form constructor to confirm removal of a node from a book. |
book_remove_form_submit |
modules/book/book.pages.inc |
Form submission handler for book_remove_form(). |
book_render |
modules/book/book.pages.inc |
Menu callback: Prints a listing of all books. |