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(). |
BookTestCase::generateOutlinePattern |
function |
core/modules/book/tests/book.test |
Creates a regular expression to check for the sub-nodes in the outline. |
BookTestCase::testBookNavigationCache |
function |
core/modules/book/tests/book.test |
Tests book cache functionality through node interfaces. |
BookTestCase::testBookNavigationBlock |
function |
core/modules/book/tests/book.test |
Tests the functionality of the book navigation block. |
views_plugin_argument_default_book_root |
class |
core/modules/book/views/views_plugin_argument_default_book_root.inc |
Default argument plugin to get the current node's book root. |
template_preprocess_book_all_books_block |
function |
core/modules/book/book.theme.inc |
Processes variables for book-all-books-block.tpl.php. |
BookTestCase::testBookAddToOutlineAccess |
function |
core/modules/book/tests/book.test |
Test add to book outline access |
views_plugin_argument_default_book_root.inc |
file |
core/modules/book/views/views_plugin_argument_default_book_root.inc |
Contains the book root from current node argument default plugin. |
views_plugin_argument_default_book_root::get_argument |
function |
core/modules/book/views/views_plugin_argument_default_book_root.inc |
Return the default argument. |
BookTestCase::testNavigationBlockOnAccessModuleEnabled |
function |
core/modules/book/tests/book.test |
Tests the book navigation block when an access module is enabled. |