| aggregator_block | modules/aggregator/aggregator.module | Implementation of hook_block(). |
| aggregator_categorize_items_validate | modules/aggregator/aggregator.pages.inc | Validate aggregator_categorize_items() form submissions. |
| block_admin_configure | modules/block/block.admin.inc | Menu callback; displays the block configuration form. |
| blogapi_blogger_edit_post | modules/blogapi/blogapi.module | Blogging API callback. Modifies the specified blog node. |
| blogapi_blogger_new_post | modules/blogapi/blogapi.module | Blogging API callback. Inserts a new blog post as a node. |
| blogapi_mt_publish_post | modules/blogapi/blogapi.module | Blogging API callback. Publishes the given node. |
| blogapi_status_error_check | modules/blogapi/blogapi.module | Check that the user has permission to save the node with the chosen status. |
| blogapi_validate_user | modules/blogapi/blogapi.module | Ensure that the given user has permission to edit a blog. |
| blog_access | modules/blog/blog.module | Implementation of hook_access(). |
| blog_block | modules/blog/blog.module | Implementation of hook_block(). |
| blog_page_last | modules/blog/blog.pages.inc | Menu callback; displays a Drupal page containing recent blog entries of all users. |
| blog_page_user | modules/blog/blog.pages.inc | Menu callback; displays a Drupal page containing recent blog entries of a given user. |
| blog_page_user_access | modules/blog/blog.module | Access callback for user blog pages. |
| blog_user_view | modules/blog/blog.module | Implementation of hook_user_view(). |
| book_export_html | modules/book/book.pages.inc | This function is called by book_export() to generate HTML for export. |
| book_form_alter | modules/book/book.module | Implementation of hook_form_alter(). |
| book_link | modules/book/book.module | Implementation of hook_link(). |
| book_nodeapi_prepare | modules/book/book.module | Implementation of hook_nodeapi_prepare(). |
| book_nodeapi_presave | modules/book/book.module | Implementation of hook_nodeapi_presave(). |
| comment_access | modules/comment/comment.module | This is *not* a hook_access() implementation. This function is called
to determine whether the current user has access to a particular comment. |
| comment_block | modules/comment/comment.module | Implementation of hook_block(). |
| comment_form | modules/comment/comment.module | Generate the basic commenting form, for appending to a node or display on a separate page. |
| comment_form_alter | modules/comment/comment.module | Implementation of hook_form_alter(). |
| comment_link | modules/comment/comment.module | Implementation of hook_link(). |
| comment_links | modules/comment/comment.module | Build command links for a comment (e.g.\ edit, reply, delete) with respect to the current user's access permissions. |
| comment_render | modules/comment/comment.module | Renders comment(s). |
| comment_reply | modules/comment/comment.pages.inc | This function is responsible for generating a comment reply form.
There are several cases that have to be handled, including:
replies to comments
replies to nodes
attempts to reply to nodes that can no longer accept comments
respecting access... |
| comment_save | modules/comment/comment.module | Accepts a submission of new or changed comment content. |
| contact_site_page | modules/contact/contact.pages.inc | Site-wide contact page. |
| contact_user_page | modules/contact/contact.pages.inc | Personal contact page. |
| DISABLED_node_query_alter | modules/node/node.module | Implementation of hook_query_alter().
@todo This doesn't quite work yet. |
| fileupload_access | developer/examples/fileupload.module | Implementation of hook_access. |
| fileupload_file_download | developer/examples/fileupload.module | Implementation of hook_file_download. |
| fileupload_menu | developer/examples/fileupload.module | Implementation of hook_menu. |
| filter_access | modules/filter/filter.module | Returns TRUE if the user is allowed to access this format. |
| filter_formats | modules/filter/filter.module | Retrieve a list of input formats. |
| forum_access | modules/forum/forum.module | Implementation of hook_access(). |
| forum_block | modules/forum/forum.module | Implementation of hook_block(). |
| hook_access | developer/hooks/node.php | Define access restrictions. |
| hook_file_download | developer/hooks/file.php | Control access to private file downloads and specify HTTP headers. |
| hook_link | developer/hooks/core.php | Define internal Drupal links. |
| hook_nodeapi | developer/hooks/core.php | Act on nodes defined by other modules. |
| hook_node_grants | developer/hooks/core.php | Inform the node access system what permissions the user has. |
| locale_user_register | modules/locale/locale.module | Implementation of hook_user_register(). |
| menu_form_alter | modules/menu/menu.module | Implementation of hook_form_alter(). Adds menu item fields to the node form. |
| node_access | modules/node/node.module | Determine whether the current user may perform the given operation on the
specified node. |
| node_access_example_node_grants | developer/examples/node_access_example.module | Implementation of hook_node_grants(). |
| node_content_access | modules/node/node.module | Implementation of hook_access(). |
| node_example_access | developer/examples/node_example.module | Implementation of hook_access(). |
| node_form | modules/node/node.pages.inc | Generate the node add/edit form array. |
| node_form_alter | modules/node/node.module | Implementation of hook_form_alter(). |
| node_help | modules/node/node.module | Implementation of hook_help(). |
| node_revision_overview | modules/node/node.pages.inc | Generate an overview table of older revisions of a node. |
| node_submit | modules/node/node.module | Prepare node for save and allow modules to make changes. |
| node_validate | modules/node/node.module | Perform validation checks on the given node. |
| path_admin_delete_confirm | modules/path/path.admin.inc | Menu callback; confirms deleting an URL alias |
| path_form_alter | modules/path/path.module | Implementation of hook_form_alter(). |
| path_nodeapi_delete | modules/path/path.module | Implementation of hook_nodeapi_delete(). |
| path_nodeapi_insert | modules/path/path.module | Implementation of hook_nodeapi_insert(). |
| path_nodeapi_update | modules/path/path.module | Implementation of hook_nodeapi_update(). |
| path_nodeapi_validate | modules/path/path.module | Implementation of hook_nodeapi_validate(). |
| poll_access | modules/poll/poll.module | Implementation of hook_access(). |
| poll_block | modules/poll/poll.module | Implementation of hook_block(). |
| poll_form | modules/poll/poll.module | Implementation of hook_form(). |
| poll_insert | modules/poll/poll.module | Implementation of hook_insert(). |
| poll_load | modules/poll/poll.module | Implementation of hook_load(). |
| profile_block | modules/profile/profile.module | Implementation of hook_block(). |
| profile_browse | modules/profile/profile.pages.inc | Menu callback; display a list of user information. |
| profile_category_access | modules/profile/profile.module | Menu item access callback - check if a user has access to a profile category. |
| search_block | modules/search/search.module | Implementation of hook_block(). |
| statistics_block | modules/statistics/statistics.module | Implementation of hook_block(). |
| statistics_link | modules/statistics/statistics.module | Implementation of hook_link(). |
| statistics_top_visitors | modules/statistics/statistics.admin.inc | Menu callback; presents the "top visitors" page. |
| system_get_module_admin_tasks | modules/system/system.module | Generate a list of tasks offered by a specified module. |
| system_main_admin_page | modules/system/system.admin.inc | Menu callback; Provide the administration overview page. |
| system_requirements | modules/system/system.install | Test and report Drupal installation requirements. |
| system_theme_select_form | modules/system/system.module | Returns a fieldset containing the theme select form. |
| template_preprocess | includes/theme.inc | Adds a default set of helper variables for preprocess functions and
templates. This comes in before any other preprocess function which makes
it possible to be used in default theme implementations (non-overriden
theme functions). |
| template_preprocess_aggregator_feed_source | modules/aggregator/aggregator.pages.inc | Process variables for aggregator-feed-source.tpl.php.
See alsoaggregator-feed-source.tpl.php |
| template_preprocess_poll_results | modules/poll/poll.module | Preprocess the poll_results theme hook. |
| template_preprocess_user_picture | modules/user/user.module | Process variables for user-picture.tpl.php. |
| theme_aggregator_block_item | modules/aggregator/aggregator.module | Format an individual feed item for display in the block. |
| theme_book_admin_table | modules/book/book.admin.inc | Theme function for the book administration page form.
See alsobook_admin_table() |
| theme_get_settings | includes/theme.inc | Retrieve an associative array containing the settings for a theme. |
| theme_username | includes/theme.inc | Format a username. |
| translation_form_alter | modules/translation/translation.module | Implementation of hook_form_alter(). |
| translation_nodeapi_prepare | modules/translation/translation.module | Implementation of hook_nodeapi_prepare(). |
| trigger_access_check | modules/trigger/trigger.module | Access callback for menu system. |
| update_help | modules/update/update.module | Implementation of hook_help(). |
| upload_file_download | modules/upload/upload.module | Implementation of hook_file_download(). |
| upload_link | modules/upload/upload.module | Implementation of hook_link(). |
| upload_nodeapi_insert | modules/upload/upload.module | Implementation of hook_nodeapi_insert(). |
| upload_nodeapi_update | modules/upload/upload.module | Implementation of hook_nodeapi_update(). |
| upload_nodeapi_view | modules/upload/upload.module | Implementation of hook_nodeapi_view(). |
| upload_node_form_submit | modules/upload/upload.module | Save new uploads and store them in the session to be associated to the node
on upload_save. |
| user_access | modules/user/user.module | Determine whether the user has a given privilege. |
| user_block | modules/user/user.module | Implementation of hook_block(). |
| user_build_filter_query | modules/user/user.module | Build query for user administration filters based on session. |
| user_edit_access | modules/user/user.module | Access callback for user account editing. |
| user_profile_form | modules/user/user.pages.inc | Form builder; edit a user account or one of their profile categories.
See alsouser_profile_form_validate() |
| user_profile_form_validate | modules/user/user.pages.inc | Validation function for the user account and profile editing form. |
| user_register | modules/user/user.module | Form builder; The user registration form.
See alsouser_register_validate() |
| user_register_submit | modules/user/user.module | Submit handler for the user registration form. |
| user_save | modules/user/user.module | Save changes to a user account or add a new user. |
| user_search | modules/user/user.module | Implementation of hook_search(). |
| user_user_operations | modules/user/user.module | Implementation of hook_user_operations(). |
| _aggregator_has_categories | modules/aggregator/aggregator.module | Find out whether there are any aggregator categories. |
| _aggregator_page_list | modules/aggregator/aggregator.pages.inc | Prints an aggregator page listing a number of feed items. |
| _block_themes_access | modules/block/block.module | Menu item access callback - only admin or enabled themes can be accessed. |
| _book_add_form_elements | modules/book/book.module | Build the common elements of the book form for the node and outline forms. |
| _book_outline_access | modules/book/book.module | Menu item access callback - determine if the outline tab is accessible. |
| _contact_user_tab_access | modules/contact/contact.module | Determine if a user can access to the contact tab. |
| _menu_check_access | includes/menu.inc | Check access to a menu item using the access callback |
| _menu_site_is_offline | includes/menu.inc | Checks whether the site is offline for maintenance. |
| _node_access_join_sql | modules/node/node.module | Generate an SQL join clause for use in fetching a node listing. |
| _node_access_where_sql | modules/node/node.module | Generate an SQL where clause for use in fetching a node listing. |
| _poll_menu_access | modules/poll/poll.module | Callback function to see if a node is acceptable for poll menu items. |
| _system_themes_access | modules/system/system.module | Menu item access callback - only admin or enabled themes can be accessed. |
| _tracker_myrecent_access | modules/tracker/tracker.module | Access callback for tracker/%user_uid_optional |
| _tracker_user_access | modules/tracker/tracker.module | Access callback for user/%user/track |
| _translation_tab_access | modules/translation/translation.module | Menu access callback. |