Functions - 7.x - drupal
Title | Deprecated | File name | Summary | Direct uses | Strings |
---|---|---|---|---|---|
book_export | modules/ |
Menu callback; Generates representations of a book page and its children. | 1 | ||
book_export_html | modules/ |
Generates HTML for export when invoked by book_export(). | |||
book_export_traverse | modules/ |
Traverses the book tree to build printable or exportable output. | 1 | ||
book_form_node_delete_confirm_alter | modules/ |
Implements hook_form_FORM_ID_alter() for node_delete_confirm(). | |||
book_form_node_form_alter | modules/ |
Implements hook_form_BASE_FORM_ID_alter() for node_form(). | |||
book_form_update | modules/ |
Renders a new parent page select element when the book selection changes. | 1 | ||
book_get_books | modules/ |
Returns an array of all books. | 4 | 2 | |
book_get_flat_menu | modules/ |
Gets the book menu tree for a page and returns it as a linear array. | 3 | ||
book_help | modules/ |
Implements hook_help(). | |||
book_install | modules/ |
Implements hook_install(). | |||
book_link_load | modules/ |
Gets a book menu link by its menu link ID. | 2 | ||
book_menu | modules/ |
Implements hook_menu(). | |||
book_menu_name | modules/ |
Generates the corresponding menu name from a book ID. | 5 | ||
book_menu_subtree_data | modules/ |
Gets the data representing a subtree of the book hierarchy. | 3 | ||
book_next | modules/ |
Fetches the menu link for the next page of the book. | 1 | ||
book_node_delete | modules/ |
Implements hook_node_delete(). | |||
book_node_export | modules/ |
Generates printer-friendly HTML for a node. | 1 | 1 | |
book_node_insert | modules/ |
Implements hook_node_insert(). | |||
book_node_load | modules/ |
Implements hook_node_load(). | |||
book_node_prepare | modules/ |
Implements hook_node_prepare(). | |||
book_node_presave | modules/ |
Implements hook_node_presave(). | |||
book_node_type_update | modules/ |
Implements hook_node_type_update(). | |||
book_node_update | modules/ |
Implements hook_node_update(). | |||
book_node_view | modules/ |
Implements hook_node_view(). | |||
book_node_view_link | modules/ |
Adds relevant book links to the node's links. | 1 | ||
book_outline | modules/ |
Menu callback: Shows the outline form for a single node. | 1 | ||
book_outline_form | modules/ |
Form constructor for the book outline form. | 1 | ||
book_outline_form_submit | modules/ |
Form submission handler for book_outline_form(). | |||
book_page_alter | modules/ |
Implements hook_page_alter(). | |||
book_permission | modules/ |
Implements hook_permission(). | |||
book_pick_book_nojs_submit | modules/ |
Form submission handler for node_form(). | 1 | ||
book_prev | modules/ |
Fetches the menu link for the previous page of the book. | 1 | ||
book_remove_button_submit | modules/ |
Form submission handler for book_outline_form(). | 1 | ||
book_remove_form | modules/ |
Form constructor to confirm removal of a node from a book. | 1 | ||
book_remove_form_submit | modules/ |
Form submission handler for book_remove_form(). | |||
book_render | modules/ |
Menu callback: Prints a listing of all books. | 1 | ||
book_schema | modules/ |
Implements hook_schema(). | |||
book_theme | modules/ |
Implements hook_theme(). | |||
book_toc | modules/ |
Returns an array of book pages in table of contents order. | 1 | ||
book_type_is_allowed | modules/ |
Determine if a given node type is in the list of types allowed for books. | 1 | ||
book_uninstall | modules/ |
Implements hook_uninstall(). | |||
book_update_bid | modules/ |
Updates the book ID of a page and its children when it moves to a new book. | 1 | ||
bootstrap_hooks | includes/ |
Defines the critical hooks that force modules to always be loaded. | 1 | ||
bootstrap_invoke_all | includes/ |
Invokes a bootstrap hook in all bootstrap modules that implement it. | 3 | ||
boot_test_1_boot | modules/ |
Implements hook_boot(). | |||
boot_test_2_help | modules/ |
Implements hook_help(). | |||
cache_clear_all | includes/ |
Expires data from the cache. | 83 | 2 | |
cache_get | includes/ |
Returns data from the persistent cache. | 56 | 1 | |
cache_get_multiple | includes/ |
Returns data from the persistent cache when given an array of cache IDs. | 3 | ||
cache_is_empty | includes/ |
Checks if a cache bin is empty. | 1 |
Pagination
- Previous page
- Page 7
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.