Functions - 7.x - drupal
Title | Deprecated | File name | Summary | Direct uses | Strings |
---|---|---|---|---|---|
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. | 80 | 2 | |
cache_get | includes/ |
Returns data from the persistent cache. | 55 | 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 | ||
cache_set | includes/ |
Stores data in the persistent cache. | 51 | ||
callback_batch_finished | modules/ |
Complete a batch process. | |||
callback_batch_operation | modules/ |
Perform a single batch operation. | |||
callback_entity_info_label | modules/ |
Return the label of an entity. | |||
callback_entity_info_language | modules/ |
Return the language code of the entity. | |||
callback_entity_info_uri | modules/ |
Return the URI for an entity. | |||
callback_filter_prepare | modules/ |
Provide prepared text with special characters escaped. | |||
callback_filter_process | modules/ |
Provide text filtered to conform to the supplied format. | |||
callback_filter_settings | modules/ |
Provide a settings form for filter settings. | |||
callback_filter_tips | modules/ |
Return help text for a filter. | |||
callback_queue_worker | modules/ |
Work on a single queue item. | |||
callback_search_conditions | modules/ |
Provide search query conditions. | 1 | ||
check_markup | modules/ |
Runs all the enabled filters on a piece of text. | 15 | ||
check_plain | includes/ |
Encodes special characters in a plain-text string for display as HTML. | 188 | 11 | |
check_url | includes/ |
Strips dangerous protocols from a URI and encodes it for output to HTML. | 17 | ||
color_form_system_themes_alter | modules/ |
Implements hook_form_FORM_ID_alter(). | |||
color_form_system_theme_settings_alter | modules/ |
Implements hook_form_FORM_ID_alter(). |
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.