| aggregator_block | modules/aggregator/aggregator.module | Implementation of hook_block(). |
| aggregator_menu | modules/aggregator/aggregator.module | Implementation of hook_menu(). |
| block_admin_configure | modules/block/block.module | Menu callback; displays the block configuration form. |
| block_menu | modules/block/block.module | Implementation of hook_menu(). |
| 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_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_menu | modules/blog/blog.module | Implementation of hook_menu(). |
| blog_page_user | modules/blog/blog.module | Displays a Drupal page containing recent blog entries of a given user. |
| blog_user | modules/blog/blog.module | Implementation of hook_user(). |
| book_access | modules/book/book.module | Implementation of hook_access(). |
| book_export_html | modules/book/book.module | This function is called by book_export() to generate HTML for export. |
| book_form | modules/book/book.module | Implementation of hook_form(). |
| book_link | modules/book/book.module | Implementation of hook_link(). |
| book_menu | modules/book/book.module | Implementation of hook_menu(). |
| book_submit | modules/book/book.module | Implementation of hook_submit(). |
| book_toc | modules/book/book.module | Returns an array of titles and nid entries of book pages in table of contents order. |
| 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_admin_settings | modules/comment/comment.module | Menu callback; presents the comment settings page. |
| comment_block | modules/comment/comment.module | Implementation of hook_block(). |
| comment_link | modules/comment/comment.module | Implementation of hook_link(). |
| comment_menu | modules/comment/comment.module | Implementation of hook_menu(). |
| comment_render | modules/comment/comment.module | Renders comment(s). |
| comment_reply | modules/comment/comment.module | 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_menu | modules/contact/contact.module | Implementation of hook_menu(). |
| drupal_menu | modules/drupal/drupal.module | Implementation of hook_menu(). |
| example_element_menu | developer/examples/example_element.module | Implementation of hook_menu(). |
| 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. |
| filter_menu | modules/filter/filter.module | Implementation of hook_menu(). |
| forum_access | modules/forum/forum.module | Implementation of hook_access(). |
| forum_block | modules/forum/forum.module | Implementation of hook_block(). |
| forum_menu | modules/forum/forum.module | Implementation of hook_menu(). |
| help_menu | modules/help/help.module | Implementation of hook_menu(). |
| hook_access | developer/hooks/node.php | Define access restrictions. |
| hook_file_download | developer/hooks/core.php | Allow file downloads. |
| hook_link | developer/hooks/core.php | Define internal Drupal links. |
| hook_menu | developer/hooks/core.php | Define menu items and page callbacks. |
| 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_menu | modules/locale/locale.module | Implementation of hook_menu(). |
| menu_form_alter | modules/menu/menu.module | Implementation of hook_form_alter().
Add menu item fields to the node form. |
| menu_menu | modules/menu/menu.module | Implementation of hook_menu(). |
| menu_nodeapi | modules/menu/menu.module | Implementation of hook_nodeapi(). |
| menu_primary_links | includes/menu.inc | Returns an array containing the primary links.
Can optionally descend from the root of the Primary links menu towards the
current node for a specified number of levels and return that submenu.
Used to generate a primary/secondary menu from different... |
| 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.module | Generate the node add/edit form array. |
| node_form_alter | modules/node/node.module | Implementation of hook_form_alter(). |
| node_menu | modules/node/node.module | Implementation of hook_menu(). |
| node_revisions | modules/node/node.module | Menu callback for revisions related activities. |
| node_revision_delete | modules/node/node.module | Delete the revision with specified revision number. A "delete revision" nodeapi event is invoked when a
revision is deleted. |
| node_revision_overview | modules/node/node.module | Generate an overview table of older revisions of a node. |
| node_revision_revert | modules/node/node.module | Revert to the revision with the specified revision number. A node and nodeapi "update" event is triggered
(via the node_save() call) when a revision is reverted. |
| 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. |
| page_example_menu | developer/examples/page_example.module | Implementation of hook_menu(). |
| path_admin_delete_confirm | modules/path/path.module | Menu callback; confirms deleting an URL alias |
| path_form_alter | modules/path/path.module | Implementation of hook_form_alter(). |
| path_menu | modules/path/path.module | Implementation of hook_menu(). |
| path_nodeapi | modules/path/path.module | Implementation of hook_nodeapi(). |
| 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_load | modules/poll/poll.module | Implementation of hook_load(). |
| poll_menu | modules/poll/poll.module | Implementation of hook_menu(). |
| profile_block | modules/profile/profile.module | Implementation of hook_block(). |
| profile_browse | modules/profile/profile.module | Menu callback; display a list of user information. |
| profile_menu | modules/profile/profile.module | Implementation of hook_menu(). |
| search_block | modules/search/search.module | Implementation of hook_block(). |
| search_menu | modules/search/search.module | Implementation of hook_menu(). |
| statistics_block | modules/statistics/statistics.module | Implementation of hook_block(). |
| statistics_link | modules/statistics/statistics.module | Implementation of hook_link(). |
| statistics_menu | modules/statistics/statistics.module | Implementation of hook_menu(). |
| system_menu | modules/system/system.module | Implementation of hook_menu(). |
| system_theme_select_form | modules/system/system.module | Returns a fieldset containing the theme select form. |
| taxonomy_menu | modules/taxonomy/taxonomy.module | Implementation of hook_menu(). |
| theme_aggregator_block_item | modules/aggregator/aggregator.module | Format an individual feed item for display in the block. |
| theme_aggregator_feed | modules/aggregator/aggregator.module | Format a news feed. |
| theme_forum_display | modules/forum/forum.module | Format the forum body. |
| theme_get_settings | includes/theme.inc | Retrieve an associative array containing the settings for a theme. |
| theme_username | includes/theme.inc | Format a username. |
| tracker_menu | modules/tracker/tracker.module | Implementation of hook_menu(). |
| tracker_track_user | modules/tracker/tracker.module | Menu callback. Prints a listing of active nodes on the site. |
| upload_link | modules/upload/upload.module | Implementation of hook_link(). |
| upload_menu | modules/upload/upload.module | Implementation of hook_menu(). |
| upload_nodeapi | modules/upload/upload.module | Implementation of hook_nodeapi(). |
| 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_menu | modules/user/user.module | Implementation of hook_menu(). |
| 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_page_list | modules/aggregator/aggregator.module | Prints an aggregator page listing a number of feed items. Various
menu callbacks use this function to print their feeds. |
| _menu_site_is_offline | includes/menu.inc | Returns TRUE if the site is off-line 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. |
| _upload_prepare | modules/upload/upload.module | Save new uploads and attach them to the node object.
append file_previews to the node object as well. |