Search for all
Title | Object type | File name | Summary |
---|---|---|---|
book_form_node_form_alter | function | modules/ |
Implements hook_form_BASE_FORM_ID_alter() for node_form(). |
book_form_update | function | modules/ |
Renders a new parent page select element when the book selection changes. |
book_get_books | function | modules/ |
Returns an array of all books. |
book_get_flat_menu | function | modules/ |
Gets the book menu tree for a page and returns it as a linear array. |
book_help | function | modules/ |
Implements hook_help(). |
book_install | function | modules/ |
Implements hook_install(). |
book_link_load | function | modules/ |
Gets a book menu link by its menu link ID. |
book_menu | function | modules/ |
Implements hook_menu(). |
book_menu_name | function | modules/ |
Generates the corresponding menu name from a book ID. |
book_menu_subtree_data | function | modules/ |
Gets the data representing a subtree of the book hierarchy. |
book_next | function | modules/ |
Fetches the menu link for the next page of the book. |
book_node_delete | function | modules/ |
Implements hook_node_delete(). |
book_node_export | function | modules/ |
Generates printer-friendly HTML for a node. |
book_node_insert | function | modules/ |
Implements hook_node_insert(). |
book_node_load | function | modules/ |
Implements hook_node_load(). |
book_node_prepare | function | modules/ |
Implements hook_node_prepare(). |
book_node_presave | function | modules/ |
Implements hook_node_presave(). |
book_node_type_update | function | modules/ |
Implements hook_node_type_update(). |
book_node_update | function | modules/ |
Implements hook_node_update(). |
book_node_view | function | modules/ |
Implements hook_node_view(). |
book_node_view_link | function | modules/ |
Adds relevant book links to the node's links. |
book_outline | function | modules/ |
Menu callback: Shows the outline form for a single node. |
book_outline_form | function | modules/ |
Form constructor for the book outline form. |
book_outline_form_submit | function | modules/ |
Form submission handler for book_outline_form(). |
book_page_alter | function | modules/ |
Implements hook_page_alter(). |
book_permission | function | modules/ |
Implements hook_permission(). |
book_pick_book_nojs_submit | function | modules/ |
Form submission handler for node_form(). |
book_prev | function | modules/ |
Fetches the menu link for the previous page of the book. |
book_remove_button_submit | function | modules/ |
Form submission handler for book_outline_form(). |
book_remove_form | function | modules/ |
Form constructor to confirm removal of a node from a book. |
book_remove_form_submit | function | modules/ |
Form submission handler for book_remove_form(). |
book_render | function | modules/ |
Menu callback: Prints a listing of all books. |
book_schema | function | modules/ |
Implements hook_schema(). |
book_theme | function | modules/ |
Implements hook_theme(). |
book_toc | function | modules/ |
Returns an array of book pages in table of contents order. |
book_type_is_allowed | function | modules/ |
Determine if a given node type is in the list of types allowed for books. |
book_uninstall | function | modules/ |
Implements hook_uninstall(). |
book_update_bid | function | modules/ |
Updates the book ID of a page and its children when it moves to a new book. |
boot.test | file | modules/ |
|
bootstrap.inc | file | includes/ |
Functions that need to be loaded on every Drupal request. |
bootstrap.test | file | modules/ |
|
BootstrapAutoloadTestCase | class | modules/ |
Tests the auto-loading behavior of the code registry. |
BootstrapAutoloadTestCase::getInfo | function | modules/ |
|
BootstrapAutoloadTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
BootstrapAutoloadTestCase::testAutoloadCase | function | modules/ |
Tests that autoloader name matching is not case sensitive. |
BootstrapDestinationTestCase | class | modules/ |
Tests for $_GET['destination'] and $_REQUEST['destination'] validation. |
BootstrapDestinationTestCase::getInfo | function | modules/ |
|
BootstrapDestinationTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
BootstrapDestinationTestCase::testDestination | function | modules/ |
Tests that $_GET/$_REQUEST['destination'] only contain internal URLs. |
BootstrapDrupalCacheArrayTestCase | class | modules/ |
Tests DrupalCacheArray functionality. |
Pagination
- Previous page
- Page 17
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.