_book_toc_recurse |
function |
core/modules/book/book.module |
Recursively processes and formats menu items for book_toc(). |
_book_admin_table |
function |
core/modules/book/book.admin.inc |
Builds the table portion of the form for the book administration page. |
book_views_plugins |
function |
core/modules/book/views/book.views.inc |
Implements hook_views_plugins(). |
book_autoload_info |
function |
core/modules/book/book.module |
Implements hook_autoload_info(). |
book_get_flat_menu |
function |
core/modules/book/book.module |
Gets the book menu tree for a page and returns it as a linear array. |
_book_flatten_menu |
function |
core/modules/book/book.module |
Recursively converts a tree of menu links to a flat array. |
book_node_view_link |
function |
core/modules/book/book.module |
Adds relevant book links to the node's links. |
_book_parent_select |
function |
core/modules/book/book.module |
Builds the parent selection form element for the node form or outline tab. |
book_node_predelete |
function |
core/modules/book/book.module |
Implements hook_node_predelete(). |
_book_link_defaults |
function |
core/modules/book/book.module |
Returns an array with default values for a book page's menu link. |
book_admin_overview |
function |
core/modules/book/book.admin.inc |
Returns an administrative overview of all books. |
book_admin_settings |
function |
core/modules/book/book.admin.inc |
Form constructor for the book settings form. |
BookTestCase::$book |
property |
core/modules/book/tests/book.test |
A book node. |
BookTestCase::setUp |
function |
core/modules/book/tests/book.test |
|
_book_outline_access |
function |
core/modules/book/book.module |
Access callback: Determines if the outline tab is accessible. |
book_block_configure |
function |
core/modules/book/book.module |
Implements hook_block_configure(). |
_book_update_outline |
function |
core/modules/book/book.module |
Handles additions and updates to the book outline. |
book_type_is_allowed |
function |
core/modules/book/book.module |
Determine if a given node type is in the list of types allowed for books. |
book_preprocess_block |
function |
core/modules/book/book.module |
Implements hook_preprocess_block(). |
book_node_type_update |
function |
core/modules/book/book.module |
Implements hook_node_type_update(). |
book_entity_info_alter |
function |
core/modules/book/book.module |
Implements hook_entity_info_alter(). |
book_menu_subtree_data |
function |
core/modules/book/book.module |
Gets the data representing a subtree of the book hierarchy. |
book_admin_edit_submit |
function |
core/modules/book/book.admin.inc |
Form submission handler for book_admin_edit(). |
_book_admin_table_tree |
function |
core/modules/book/book.admin.inc |
Helps build the main table in the book administration page form. |
theme_book_admin_table |
function |
core/modules/book/book.admin.inc |
Returns HTML for a book administration form. |
book_all_types_allowed |
function |
core/modules/book/book.module |
Determine if users are allowed to add any content type to books. |
BookTestCase::testBook |
function |
core/modules/book/tests/book.test |
Tests book functionality through node interfaces. |
book-navigation.tpl.php |
file |
core/modules/book/templates/book-navigation.tpl.php |
Default theme implementation to navigate books. |
_book_node_is_removable |
function |
core/modules/book/book.module |
Determines if a node can be removed from the book. |
_book_add_form_elements |
function |
core/modules/book/book.module |
Builds the common elements of the book form for the node and outline forms. |
book_remove_form_submit |
function |
core/modules/book/book.pages.inc |
Form submission handler for book_remove_form(). |
BookTestCase::$web_user |
property |
core/modules/book/tests/book.test |
A user with permission to view a book. |
_book_parent_depth_limit |
function |
core/modules/book/book.module |
Finds the depth limit for items in the parent select. |
book_admin_edit_validate |
function |
core/modules/book/book.admin.inc |
Form validation handler for book_admin_edit(). |
BookTestCase::createBook |
function |
core/modules/book/tests/book.test |
Creates a new book with a page hierarchy. |
_book_install_type_create |
function |
core/modules/book/book.install |
Creates the book content type. |
book_form_node_form_alter |
function |
core/modules/book/book.module |
Implements hook_form_BASE_FORM_ID_alter(). |
BookTestCase::$admin_user |
property |
core/modules/book/tests/book.test |
A user with permission to create and edit books and to administer blocks. |
TranslationTestCase::$book |
property |
core/modules/translation/tests/translation.test |
|
book_pick_book_nojs_submit |
function |
core/modules/book/book.module |
Form submission handler for node_form(). |
book_admin_settings_submit |
function |
core/modules/book/book.admin.inc |
Form submission handler for book_admin_settings(). |
BookTestCase::$book_author |
property |
core/modules/book/tests/book.test |
A user with permission to create and edit books. |
_book_outline_remove_access |
function |
core/modules/book/book.module |
Access callback: Determines if the user can remove nodes from the outline. |
BookTestCase::checkBookNode |
function |
core/modules/book/tests/book.test |
Checks the outline of sub-pages; previous, up, and next. |
BookTestCase::testBookDelete |
function |
core/modules/book/tests/book.test |
Tests the access for deleting top-level book nodes. |
book-all-books-block.tpl.php |
file |
core/modules/book/templates/book-all-books-block.tpl.php |
Default theme implementation for rendering book outlines within a block. |
book_admin_settings_validate |
function |
core/modules/book/book.admin.inc |
Form validation handler for book_admin_settings(). |
BookTestCase::createBookNode |
function |
core/modules/book/tests/book.test |
Creates a book node. |
template_preprocess_book_navigation |
function |
core/modules/book/book.theme.inc |
Processes variables for book-navigation.tpl.php. |
book_form_node_delete_confirm_alter |
function |
core/modules/book/book.module |
Implements hook_form_FORM_ID_alter(). |