| aggregator_block | modules/aggregator/aggregator.module | Implementation of hook_block(). |
| aggregator_form_category_submit | modules/aggregator/aggregator.module | Process aggregator_form_category form submissions.
@todo Add delete confirmation dialog. |
| aggregator_form_category_validate | modules/aggregator/aggregator.module | Validate aggregator_form_feed form submissions. |
| aggregator_form_feed | modules/aggregator/aggregator.module | Generate a form to add/edit feed sources. |
| aggregator_form_feed_submit | modules/aggregator/aggregator.module | Process aggregator_form_feed form submissions.
@todo Add delete confirmation dialog. |
| aggregator_form_feed_validate | modules/aggregator/aggregator.module | Validate aggregator_form_feed form submissions. |
| aggregator_help | modules/aggregator/aggregator.module | Implementation of hook_help(). |
| aggregator_menu | modules/aggregator/aggregator.module | Implementation of hook_menu(). |
| aggregator_page_categories | modules/aggregator/aggregator.module | Menu callback; displays all the categories used by the aggregator. |
| aggregator_page_category | modules/aggregator/aggregator.module | Menu callback; displays all the items aggregated in a particular category. |
| aggregator_page_last | modules/aggregator/aggregator.module | Menu callback; displays the most recent items gathered from any feed. |
| aggregator_page_rss | modules/aggregator/aggregator.module | Menu callback; generate an RSS 0.92 feed of aggregator items or categories. |
| aggregator_page_sources | modules/aggregator/aggregator.module | Menu callback; displays all the feeds used by the aggregator. |
| aggregator_refresh | modules/aggregator/aggregator.module | Checks a news feed for new items. |
| block_admin_configure | modules/block/block.module | Menu callback; displays the block configuration form. |
| block_admin_display | modules/block/block.module | Generate main block administration form. |
| block_admin_display_submit | modules/block/block.module | Process main block administration form submission. |
| block_box_delete | modules/block/block.module | Menu callback; confirm deletion of custom blocks. |
| block_box_delete_submit | modules/block/block.module | Deletion of custom blocks. |
| block_example_block | developer/examples/block_example.module | Implementation of hook_block(). |
| block_example_contents | developer/examples/block_example.module | A block content function. |
| block_help | modules/block/block.module | Implementation of hook_help(). |
| block_menu | modules/block/block.module | Implementation of hook_menu(). |
| block_user | modules/block/block.module | Implementation of hook_user(). |
| 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_help | modules/blogapi/blogapi.module | Implementation of hook_help(). |
| blogapi_metaweblog_new_media_object | modules/blogapi/blogapi.module | Blogging API callback. Inserts a file into Drupal. |
| blogapi_validate_user | modules/blogapi/blogapi.module | Ensure that the given user has permission to edit a blog. |
| blogapi_xmlrpc | modules/blogapi/blogapi.module | Implementation of hook_xmlrpc(). |
| blogap_mti_publish_post | modules/blogapi/blogapi.module | Blogging API callback. Publishes the given node |
| blog_block | modules/blog/blog.module | Implementation of hook_block(). |
| blog_help | modules/blog/blog.module | Implementation of hook_help(). |
| blog_link | modules/blog/blog.module | Implementation of hook_link(). |
| blog_menu | modules/blog/blog.module | Implementation of hook_menu(). |
| blog_node_info | modules/blog/blog.module | Implementation of hook_node_info(). |
| blog_page_last | modules/blog/blog.module | Displays a Drupal page containing recent blog entries of all users. |
| 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(). |
| blog_view | modules/blog/blog.module | Implementation of hook_view(). |
| book_admin_edit | modules/book/book.module | Display an administrative view of the hierarchy of a book. |
| book_admin_orphan | modules/book/book.module | Menu callback; displays a listing of all orphaned book pages. |
| book_admin_overview | modules/book/book.module | Returns an administrative overview of all books. |
| book_block | modules/book/book.module | Implementation of hook_block(). |
| book_export | modules/book/book.module | Menu callback; Generates various representation of a book page with
all descendants and prints the requested representation to output. |
| book_form | modules/book/book.module | Implementation of hook_form(). |
| book_help | modules/book/book.module | Implementation of hook_help(). |
| book_link | modules/book/book.module | Implementation of hook_link(). |
| book_menu | modules/book/book.module | Implementation of hook_menu(). |
| book_node_info | modules/book/book.module | Implementation of hook_node_info(). |
| book_outline | modules/book/book.module | Implementation of function book_outline()
Handles all book outline operations. |
| book_outline_submit | modules/book/book.module | Handles book outline form submissions. |
| book_toc | modules/book/book.module | Returns an array of titles and nid entries of book pages in table of contents order. |
| check_markup | modules/filter/filter.module | Run all the enabled filters on a piece of text. |
| color_form_alter | modules/color/color.module | Implementation of hook_form_alter(). |
| color_help | modules/color/color.module | Implementation of hook_help |
| color_scheme_form | modules/color/color.module | Form callback. Returns the configuration form. |
| color_scheme_form_submit | modules/color/color.module | Submit handler for color change form. |
| comment_admin_overview_submit | modules/comment/comment.module | Execute the chosen 'Update option' on the selected comments, such as
publishing, unpublishing or deleting. |
| comment_admin_overview_validate | modules/comment/comment.module | We can't execute any 'Update options' if no comments were selected. |
| 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_delete | modules/comment/comment.module | Menu callback; delete a comment. |
| comment_help | modules/comment/comment.module | Implementation of hook_help(). |
| comment_link | modules/comment/comment.module | Implementation of hook_link(). |
| comment_menu | modules/comment/comment.module | Implementation of hook_menu(). |
| comment_multiple_delete_confirm | modules/comment/comment.module | List the selected comments and verify that the admin really wants to delete
them. |
| comment_multiple_delete_confirm_submit | modules/comment/comment.module | Perform the actual comment deletion. |
| comment_operations | modules/comment/comment.module | Comment operations. We offer different update operations depending on
which comment administration page we're on. |
| 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. |
| comment_user | modules/comment/comment.module | Implementation of hook_user(). |
| confirm_form | modules/system/system.module | Output a confirmation form |
| contact_admin_categories | modules/contact/contact.module | Categories/list tab. |
| contact_admin_delete | modules/contact/contact.module | Category delete page. |
| contact_admin_delete_submit | modules/contact/contact.module | Process category delete form submission. |
| contact_admin_edit | modules/contact/contact.module | Category edit page. |
| contact_admin_edit_submit | modules/contact/contact.module | Process the contact category edit page form submission. |
| contact_admin_edit_validate | modules/contact/contact.module | Validate the contact category edit page form submission. |
| contact_help | modules/contact/contact.module | Implementation of hook_help(). |
| contact_mail_page_submit | modules/contact/contact.module | Process the site-wide contact page form submission. |
| contact_mail_page_validate | modules/contact/contact.module | Validate the site-wide contact page form submission. |
| contact_mail_user_submit | modules/contact/contact.module | Process the personal contact page form submission. |
| contact_menu | modules/contact/contact.module | Implementation of hook_menu(). |
| contact_site_page | modules/contact/contact.module | Site-wide contact page |
| contact_user | modules/contact/contact.module | Implementation of hook_user(). |
| contact_user_page | modules/contact/contact.module | Personal contact page. |
| date_validate | includes/form.inc | Validates the date type to stop dates like February 30, 2006. |
| do_search | modules/search/search.module | Do a query on the full-text search index for a word or words. |
| drupal_access_denied | includes/common.inc | Generates a 403 error if the request is not allowed. |
| drupal_auth | modules/drupal/drupal.module | Implementation of hook_auth(). |
| drupal_check_module | includes/install.inc | Check a module's requirements. |
| drupal_client_ping | modules/drupal/drupal.module | Callback function from drupal_xmlrpc() called when another site pings this one. |
| drupal_convert_to_utf8 | includes/unicode.inc | Convert data to UTF-8 |
| drupal_cron_cleanup | includes/common.inc | Shutdown function for cron cleanup. |
| drupal_cron_run | includes/common.inc | Executes a cron run when called |
| drupal_help | modules/drupal/drupal.module | Implementation of hook_help(). |
| drupal_menu | modules/drupal/drupal.module | Implementation of hook_menu(). |
| drupal_notify | modules/drupal/drupal.module | Sends a ping to the Drupal directory server. |
| drupal_not_found | includes/common.inc | Generates a 404 error if the request can not be handled. |
| drupal_site_offline | includes/common.inc | Generates a site off-line message |
| drupal_validate_form | includes/form.inc | Validates user-submitted form data from a global variable using
the validate functions defined in a structured form array. |
| drupal_xmlrpc | modules/drupal/drupal.module | Implementation of hook_xmlrpc(). |
| drupal_xml_parser_create | includes/unicode.inc | Prepare a new XML parser. |
| error_handler | includes/common.inc | Log errors as defined by administrator
Error levels:
0 = Log errors to database.
1 = Log errors to database and to screen. |
| example_element_demo | developer/examples/example_element.module | This is a simple form to demonstrate how to use the phonenumber form
element we defined. |
| example_element_expand | developer/examples/example_element.module | Our process callback to expand the control. |
| example_element_menu | developer/examples/example_element.module | Implementation of hook_menu(). |
| example_element_validate | developer/examples/example_element.module | Our element's validation function. |
| fileupload_form | developer/examples/fileupload.module | Implementation of hook_form(). |
| fileupload_help | developer/examples/fileupload.module | Implementation of hook_help. |
| fileupload_menu | developer/examples/fileupload.module | Implementation of hook_menu. |
| fileupload_node_info | developer/examples/fileupload.module | Implementation of hook_node_info. |
| fileupload_validate | developer/examples/fileupload.module | Implementation of hook_validate(). |
| file_check_directory | includes/file.inc | Check that the directory exists and is writable. Directories need to
have execute permissions to be considered a directory by FTP servers, etc. |
| file_copy | includes/file.inc | Copies a file to a new location. This is a powerful function that in many ways
performs like an advanced version of copy).
Checks if $source and $dest are valid and readable/writable.
Performs a file copy if $source is not equal to $dest.
If file... |
| file_move | includes/file.inc | Moves a file to a new location.
Checks if $source and $dest are valid and readable/writable.
Performs a file move if $source is not equal to $dest.
If file already exists in $dest either the call will error out, replace the
file or rename the file... |
| file_save_data | includes/file.inc | Save a string to the specified destination. |
| filter_admin_configure | modules/filter/filter.module | Menu callback; display settings defined by filters. |
| filter_admin_delete | modules/filter/filter.module | Menu callback; confirm deletion of a format. |
| filter_admin_delete_submit | modules/filter/filter.module | Process filter delete form submission. |
| filter_admin_format_form | modules/filter/filter.module | Generate a filter format form. |
| filter_admin_format_form_submit | modules/filter/filter.module | Process filter format form submissions. |
| filter_admin_format_form_validate | modules/filter/filter.module | Validate filter format form submissions. |
| filter_admin_order | modules/filter/filter.module | Menu callback; display form for ordering filters for a format. |
| filter_admin_order_submit | modules/filter/filter.module | Process filter order configuration form submission. |
| filter_admin_overview | modules/filter/filter.module | Displays a list of all input formats and which one is the default |
| filter_example_filter | developer/examples/filter_example.module | Implementation of hook_filter(). |
| filter_example_filter_tips | developer/examples/filter_example.module | Implementation of hook_filter_tips(). |
| filter_filter | modules/filter/filter.module | Implementation of hook_filter(). Contains a basic set of essential filters.
HTML filter:
Validates user-supplied HTML, transforming it as necessary.
PHP evaluator:
Executes PHP code.
Line break converter:
Converts newlines into paragraph and break tags. |
| filter_filter_tips | modules/filter/filter.module | Implementation of hook_filter_tips(). |
| filter_form | modules/filter/filter.module | Generate a selector for choosing a format in a form. |
| filter_help | modules/filter/filter.module | Implementation of hook_help(). |
| filter_menu | modules/filter/filter.module | Implementation of hook_menu(). |
| format_date | includes/common.inc | Format a date with the given configured format or a custom format string. |
| format_interval | includes/common.inc | Format a time interval with the requested granularity. |
| format_plural | includes/common.inc | Format a string containing a count of items. |
| format_size | includes/common.inc | Generate a string representation for the given byte count. |
| forum_block | modules/forum/forum.module | Implementation of hook_block(). |
| forum_confirm_delete | modules/forum/forum.module | Returns a confirmation page for deleting a forum taxonomy term. |
| forum_confirm_delete_submit | modules/forum/forum.module | Implementation of forms api _submit call. Deletes a forum after confirmation. |
| forum_form | modules/forum/forum.module | Implementation of hook_form(). |
| forum_form_alter | modules/forum/forum.module | Implementation of hook_form_alter(). |
| forum_form_container | modules/forum/forum.module | Returns a form for adding a container to the forum vocabulary |
| forum_form_forum | modules/forum/forum.module | Returns a form for adding a forum to the forum vocabulary |
| forum_form_submit | modules/forum/forum.module | Process forum form and container form submissions. |
| forum_help | modules/forum/forum.module | Implementation of hook_help(). |
| forum_menu | modules/forum/forum.module | Implementation of hook_menu(). |
| forum_node_info | modules/forum/forum.module | Implementation of hook_node_info(). |
| forum_overview | modules/forum/forum.module | Returns an overview list of existing forums and containers |
| forum_validate | modules/forum/forum.module | Implementation of hook_validate(). |
| help_help | modules/help/help.module | Implementation of hook_help(). |
| help_main | modules/help/help.module | Menu callback; prints a page listing a glossary of Drupal terminology. |
| help_menu | modules/help/help.module | Implementation of hook_menu(). |
| help_page | modules/help/help.module | Menu callback; prints a page listing general help for all modules. |
| hook_auth | developer/hooks/authentication.php | Verify authentication of a user. |
| hook_block | developer/hooks/core.php | Declare a block or set of blocks. |
| hook_filter | developer/hooks/core.php | Define content filters. |
| hook_filter_tips | developer/hooks/core.php | Provide tips for using filters. |
| hook_form | developer/hooks/node.php | Display a node editing form. |
| hook_form_alter | developer/hooks/core.php | Perform alterations before a form is rendered. |
| hook_help | developer/hooks/core.php | Provide online user help. |
| hook_link | developer/hooks/core.php | Define internal Drupal links. |
| hook_mail_alter | developer/hooks/core.php | Alter any aspect of the emails sent by Drupal. You can use this hook
to add a common site footer to all outgoing emails; add extra header
fields and/or modify the mails sent out in any way. HTML-izing the
outgoing mails is one possibility. See also... |
| 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_info | developer/hooks/node.php | Define module-provided node types. |
| hook_node_operations | developer/hooks/core.php | Add mass node operations. |
| hook_prepare | developer/hooks/node.php | This is a hook used by node modules. It is called after load but before the
node is shown on the add/edit form. |
| hook_requirements | developer/hooks/install.php | Check installation requirements that need to be satisfied. |
| hook_search | developer/hooks/core.php | Define a custom search routine. |
| hook_user | developer/hooks/core.php | Act on user account actions. |
| hook_user_operations | developer/hooks/core.php | Add mass user operations. |
| hook_validate | developer/hooks/node.php | Verify a node editing form. |
| hook_view | developer/hooks/node.php | Display a node. |
| hook_xmlrpc | developer/hooks/core.php | Register XML-RPC callbacks. |
| image_gd_settings | includes/image.inc | Retrieve settings for the GD2 toolkit. |
| image_get_available_toolkits | includes/image.inc | Return a list of available toolkits. |
| image_toolkit_invoke | includes/image.inc | Invokes the given method using the currently selected toolkit. |
| legacy_filter | modules/legacy/legacy.module | Implementation of hook_filter(). Handles URL upgrades from Drupal 4.1. |
| legacy_help | modules/legacy/legacy.module | Implementation of hook_help(). |
| legacy_menu | modules/legacy/legacy.module | Implementation of hook_menu(). |
| locale_add_language_form_validate | includes/locale.inc | Validate the language addition form. |
| locale_admin_manage_delete_form | modules/locale/locale.module | User interface for the language deletion confirmation screen. |
| locale_admin_manage_delete_form_submit | modules/locale/locale.module | Process language deletion submissions. |
| locale_help | modules/locale/locale.module | Implementation of hook_help(). |
| locale_menu | modules/locale/locale.module | Implementation of hook_menu(). |
| locale_string_delete_form | modules/locale/locale.module | User interface for the string deletion confirmation screen. |
| locale_user | modules/locale/locale.module | Implementation of hook_user(). |
| menu_configure | modules/menu/menu.module | Menu callback; presents menu configuration options. |
| menu_confirm_disable_item | modules/menu/menu.module | Menu callback; hide a menu item. |
| menu_edit_item_form | modules/menu/menu.module | Present the menu item editing form. |
| menu_edit_item_save | modules/menu/menu.module | Save changes to a menu item into the database. |
| menu_edit_menu_form | modules/menu/menu.module | Menu callback; handle the adding/editing of a new menu. |
| menu_form_alter | modules/menu/menu.module | Implementation of hook_form_alter().
Add menu item fields to the node form. |
| menu_get_active_breadcrumb | includes/menu.inc | Returns an array of rendered menu items in the active breadcrumb trail. |
| menu_help | modules/menu/menu.module | Implementation of hook_help(). |
| menu_item_delete_form | modules/menu/menu.module | Menu callback; delete a single custom item. |
| menu_item_delete_form_submit | modules/menu/menu.module | Process menu delete form submissions. |
| menu_menu | modules/menu/menu.module | Implementation of hook_menu(). |
| menu_overview_tree | modules/menu/menu.module | Present the menu tree, rendered along with links to edit menu items. |
| menu_parent_options | modules/menu/menu.module | Return a list of menu items that are valid possible parents for the
given menu item. The list excludes the given item and its children. |
| 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... |
| menu_reset_item | modules/menu/menu.module | Menu callback; reset a single modified item. |
| menu_reset_item_submit | modules/menu/menu.module | Process menu reset item form submissions. |
| multipage_form_example_custom_validate | developer/examples/multipage_form_example.module | Validate our form. |
| multipage_form_example_form | developer/examples/multipage_form_example.module | Implementation of hook_form() for multipage_form_example. We don't set ANY
#required attributes here - we leave that up to multipage_form_example_pre_render(). |
| multipage_form_example_form_alter | developer/examples/multipage_form_example.module | Implementation of hook_form_alter(). Here, we set up the 'page' field,
which keeps track of what stage the form is in. |
| multipage_form_example_help | developer/examples/multipage_form_example.module | Implementation of hook_help(). |
| multipage_form_example_menu | developer/examples/multipage_form_example.module | Implementation of hook_menu(). |
| multipage_form_example_node_info | developer/examples/multipage_form_example.module | Implementation of hook_node_info(). |
| multipage_form_example_pre_render | developer/examples/multipage_form_example.module | The #pre_render of a form allows us to make changes AFTER validation (unlike
hook_form_alter()), but BEFORE the form has actually been displayed. We use
it to control which form elements are shown, which are hidden, and which values
to set based on... |
| nodeapi_example_form_alter | developer/examples/nodeapi_example.module | Implementation of hook_form_alter(). |
| nodeapi_example_nodeapi | developer/examples/nodeapi_example.module | Implementation of hook_nodeapi(). |
| node_access_example_form_alter | developer/examples/node_access_example.module | Implementation of hook_form_alter() |
| node_access_example_help | developer/examples/node_access_example.module | Implementation of hook_help(). |
| node_add | modules/node/node.module | Present a node submission form or a set of links to such forms. |
| node_admin_nodes_submit | modules/node/node.module | Submit the node administration update form. |
| node_block | modules/node/node.module | Implementation of hook_block(). |
| node_configure | modules/node/node.module | Menu callback; presents general node configuration options. |
| node_configure_rebuild_confirm | modules/node/node.module | Menu callback: confirm rebuilding of permissions. |
| node_configure_rebuild_confirm_submit | modules/node/node.module | Handler for wipe confirmation |
| node_configure_validate | modules/node/node.module | Form validate callback. |
| node_delete | modules/node/node.module | Delete a node. |
| node_delete_confirm | modules/node/node.module | Menu callback -- ask for confirmation of node deletion |
| node_example_form | developer/examples/node_example.module | Implementation of hook_form(). |
| node_example_node_info | developer/examples/node_example.module | Implementation of hook_node_info(). This function replaces hook_node_name()
and hook_node_types() from 4.6. Drupal 5 expands this hook significantly. |
| node_example_validate | developer/examples/node_example.module | Implementation of hook_validate(). |
| node_feed | modules/node/node.module | A generic function for generating RSS feeds from a set of nodes. |
| node_filters | modules/node/node.module | List node administration filters that can be applied. |
| node_filter_form | modules/node/node.module | Return form for node administration filters. |
| node_filter_form_submit | modules/node/node.module | Process result from node administration filter form. |
| 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_help | modules/node/node.module | Implementation of hook_help(). |
| node_link | modules/node/node.module | Implementation of hook_link(). |
| node_menu | modules/node/node.module | Implementation of hook_menu(). |
| node_node_operations | modules/node/node.module | Implementation of hook_node_operations(). |
| node_overview_types | modules/node/content_types.inc | Displays the content type admin overview page. |
| node_page_default | modules/node/node.module | Menu callback; Generate a listing of promoted nodes. |
| node_page_edit | modules/node/node.module | Menu callback; presents the node editing form, or redirects to delete confirmation. |
| node_preview | modules/node/node.module | Generate a node preview. |
| 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_delete_confirm | modules/node/node.module | Ask confirmation for revision deletion to prevent against CSRF attacks. |
| 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_revision_revert_confirm | modules/node/node.module | Ask for confirmation of the reversion to prevent against CSRF attacks. |
| node_search | modules/node/node.module | Implementation of hook_search(). |
| node_type_delete_confirm | modules/node/content_types.inc | Menu callback; delete a single content type. |
| node_type_delete_confirm_submit | modules/node/content_types.inc | Process content type delete confirm submissions. |
| node_type_form | modules/node/content_types.inc | Generates the node type editing form. |
| node_type_form_submit | modules/node/content_types.inc | Implementation of hook_form_submit(). |
| node_type_form_validate | modules/node/content_types.inc | Implementation of hook_form_validate(). |
| node_validate | modules/node/node.module | Perform validation checks on the given node. |
| page_example_help | developer/examples/page_example.module | Implementation of hook_help(). |
| page_example_menu | developer/examples/page_example.module | Implementation of hook_menu(). |
| password_confirm_validate | includes/form.inc | Validate password_confirm element. |
| path_admin_delete | modules/path/path.module | Post-confirmation; delete an URL alias. |
| path_admin_delete_confirm | modules/path/path.module | Menu callback; confirms deleting an URL alias |
| path_form | modules/path/path.module | Return a form for editing or creating an individual URL alias. |
| path_form_alter | modules/path/path.module | Implementation of hook_form_alter(). |
| path_form_submit | modules/path/path.module | Save a new URL alias to the database. |
| path_form_validate | modules/path/path.module | Verify that a new URL alias is valid |
| path_help | modules/path/path.module | Implementation of hook_help(). |
| path_menu | modules/path/path.module | Implementation of hook_menu(). |
| path_nodeapi | modules/path/path.module | Implementation of hook_nodeapi(). |
| path_overview | modules/path/path.module | Return a listing of all defined URL aliases. |
| phptemplate_comment | themes/engines/phptemplate/phptemplate.engine | Prepare the values passed to the theme_comment function to be passed
into a pluggable template engine. |
| phptemplate_comment_wrapper | themes/garland/template.php | Allow themable wrapping of all comments. |
| phptemplate_node | themes/engines/phptemplate/phptemplate.engine | Prepare the values passed to the theme_node function to be passed
into a pluggable template engine. |
| phptemplate_regions | themes/engines/phptemplate/phptemplate.engine | Declare the available regions implemented by this engine. |
| ping_help | modules/ping/ping.module | Implementation of hook_help(). |
| ping_ping | modules/ping/ping.module | Implementation of hook_ping(). |
| poll_block | modules/poll/poll.module | Implementation of hook_block(). |
| poll_cancel | modules/poll/poll.module | Callback for canceling a vote |
| poll_form | modules/poll/poll.module | Implementation of hook_form(). |
| poll_help | modules/poll/poll.module | Implementation of hook_help(). |
| poll_menu | modules/poll/poll.module | Implementation of hook_menu(). |
| poll_node_info | modules/poll/poll.module | Implementation of hook_node_info(). |
| poll_validate | modules/poll/poll.module | Implementation of hook_validate(). |
| poll_view | modules/poll/poll.module | Implementation of hook_view(). |
| poll_view_voting | modules/poll/poll.module | Generates the voting form for a poll. |
| poll_vote | modules/poll/poll.module | Callback for processing a vote |
| poll_votes | modules/poll/poll.module | Callback for the 'votes' tab for polls you can see other votes on |
| profile_admin_overview | modules/profile/profile.module | Menu callback; display a listing of all editable profile fields. |
| 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_field_delete | modules/profile/profile.module | Menu callback; deletes a field from all user profiles. |
| profile_field_delete_submit | modules/profile/profile.module | Process a field delete form submission. |
| profile_field_form | modules/profile/profile.module | Menu callback: Generate a form to add/edit a user profile field. |
| profile_field_form_submit | modules/profile/profile.module | Process profile_field_form submissions. |
| profile_field_form_validate | modules/profile/profile.module | Validate profile_field_form submissions. |
| profile_help | modules/profile/profile.module | Implementation of hook_help(). |
| profile_menu | modules/profile/profile.module | Implementation of hook_menu(). |
| search_admin_settings | modules/search/search.module | Menu callback; displays the search module settings page. |
| search_admin_settings_validate | modules/search/search.module | Validate callback. |
| search_block | modules/search/search.module | Implementation of hook_block(). |
| search_box | modules/search/search.module | Output a search form for the search block and the theme's search box. |
| search_form | modules/search/search.module | Render a search form. |
| search_form_submit | modules/search/search.module | Process a search form submission. |
| search_help | modules/search/search.module | Implementation of hook_help(). |
| search_menu | modules/search/search.module | Implementation of hook_menu(). |
| search_view | modules/search/search.module | Menu callback; presents the search form and/or search results. |
| search_wipe_confirm | modules/search/search.module | Menu callback: confirm wiping of the index. |
| search_wipe_confirm_submit | modules/search/search.module | Handler for wipe confirmation |
| statistics_block | modules/statistics/statistics.module | Implementation of hook_block(). |
| statistics_help | modules/statistics/statistics.module | Implementation of hook_help(). |
| statistics_menu | modules/statistics/statistics.module | Implementation of hook_menu(). |
| statistics_recent_hits | modules/statistics/statistics.module | Menu callback; presents the "recent hits" page. |
| statistics_top_pages | modules/statistics/statistics.module | Menu callback; presents the "top pages" page. |
| statistics_top_referrers | modules/statistics/statistics.module | Menu callback; presents the "referrer" page. |
| statistics_top_visitors | modules/statistics/statistics.module | Menu callback; presents the "top visitors" page. |
| system_admin_by_module | modules/system/system.module | Menu callback; prints a listing of admin tasks for each installed module. |
| system_admin_theme_settings | modules/system/system.module | This function allows selection of the theme to show in administration sections. |
| system_help | modules/system/system.module | Implementation of hook_help(). |
| system_main_admin_page | modules/system/system.module | Provide the administration overview page. |
| system_menu | modules/system/system.module | Implementation of hook_menu(). |
| system_modules | modules/system/system.module | Menu callback; provides module enable/disable interface. |
| system_modules_submit | modules/system/system.module | Submit callback; handles modules form submission. |
| system_modules_uninstall | modules/system/system.module | Builds a form of currently disabled modules. |
| system_modules_uninstall_confirm_form | modules/system/system.module | Confirm uninstall of selected modules. |
| system_modules_uninstall_submit | modules/system/system.module | Processes the submitted uninstall form. |
| system_modules_uninstall_validate | modules/system/system.module | Validates the submitted uninstall form. |
| system_requirements | modules/system/system.install | Test and report Drupal installation requirements. |
| system_run_cron | modules/system/system.module | Menu callback: run cron manually. |
| system_settings_form | modules/system/system.module | Add default buttons to a form and set its prefix |
| system_settings_form_submit | modules/system/system.module | Execute the system_settings_form. |
| system_sql | modules/system/system.module | Menu callback: return information about PHP. |
| system_themes | modules/system/system.module | Menu callback; displays a listing of all themes. |
| system_theme_select_form | modules/system/system.module | Returns a fieldset containing the theme select form. |
| system_theme_settings | modules/system/system.module | Menu callback; display theme configuration for entire site and individual themes. |
| system_user | modules/system/system.module | Implementation of hook_user(). |
| t | includes/common.inc | Translate strings to the current locale. |
| tablesort_header | includes/tablesort.inc | Format a column header. |
| taxonomy_admin_term_edit | modules/taxonomy/taxonomy.module | Page to edit a vocabulary term. |
| taxonomy_admin_vocabulary_edit | modules/taxonomy/taxonomy.module | Page to edit a vocabulary. |
| taxonomy_form | modules/taxonomy/taxonomy.module | Generate a form element for selecting terms from a vocabulary. |
| taxonomy_form_alter | modules/taxonomy/taxonomy.module | Implementation of hook_form_alter().
Generate a form for selecting terms to associate with a node. |
| taxonomy_form_term_submit | modules/taxonomy/taxonomy.module | Accept the form submission for a taxonomy term and save the result. |
| taxonomy_form_vocabulary | modules/taxonomy/taxonomy.module | Display form for adding and editing vocabularies. |
| taxonomy_form_vocabulary_submit | modules/taxonomy/taxonomy.module | Accept the form submission for a vocabulary and save the results. |
| taxonomy_help | modules/taxonomy/taxonomy.module | Implementation of hook_help(). |
| taxonomy_menu | modules/taxonomy/taxonomy.module | Implementation of hook_menu(). |
| taxonomy_node_validate | modules/taxonomy/taxonomy.module | Make sure incoming vids are free tagging enabled. |
| taxonomy_overview_terms | modules/taxonomy/taxonomy.module | Display a tree of all the terms in a vocabulary, with options to edit
each one. |
| taxonomy_overview_vocabularies | modules/taxonomy/taxonomy.module | List and manage vocabularies. |
| taxonomy_render_nodes | modules/taxonomy/taxonomy.module | Accepts the result of a pager_query() call, such as that performed by
taxonomy_select_nodes(), and formats each node along with a pager. |
| theme_admin_page | modules/system/system.module | This function formats an administrative page for viewing. |
| 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_aggregator_page_item | modules/aggregator/aggregator.module | Format an individual feed item for display on the aggregator page. |
| theme_aggregator_summary_item | modules/aggregator/aggregator.module | Return a themed item heading for summary pages located at "aggregator/sources"
and "aggregator/categories". |
| theme_block_admin_display | modules/block/block.module | Theme main block administration form submission. |
| theme_book_navigation | modules/book/book.module | Prepares the links to children (TOC) and forward/backward
navigation for a node presented as a book page. |
| theme_color_scheme_form | modules/color/color.module | Theme color form. |
| theme_comment_block | modules/comment/comment.module | Returns a formatted list of recent comments to be displayed in the comment
block. |
| theme_feed_icon | includes/theme.inc | Return code that emits an feed icon. |
| theme_filter_admin_order | modules/filter/filter.module | Theme filter order configuration form. |
| theme_filter_tips | modules/filter/filter.module | Format a set of filter tips. |
| theme_form_element | includes/form.inc | Return a themed form element. |
| theme_forum_display | modules/forum/forum.module | Format the forum body. |
| theme_forum_list | modules/forum/forum.module | Format the forum listing. |
| theme_forum_topic_list | modules/forum/forum.module | Format the topic listing. |
| theme_forum_topic_navigation | modules/forum/forum.module | Format the next/previous forum topic navigation links. |
| theme_locale_admin_manage_screen | includes/locale.inc | Theme the locale admin manager form. |
| theme_mark | includes/theme.inc | Return a themed marker, useful for marking new or updated
content. |
| theme_more_help_link | includes/theme.inc | Returns code that emits the 'more help'-link. |
| theme_multipage_form_example | developer/examples/multipage_form_example.module | A custom theme function. |
| theme_node | includes/theme.inc | Return a themed node. |
| theme_nodeapi_example_rating | developer/examples/nodeapi_example.module | A custom theme function. |
| theme_node_admin_nodes | modules/node/node.module | Theme node administration overview. |
| theme_node_example_order_info | developer/examples/node_example.module | A custom theme function. |
| theme_node_filters | modules/node/node.module | Theme node administration filter selector. |
| theme_node_preview | modules/node/node.module | Display a node preview for display during node creation and editing. |
| theme_pager | includes/pager.inc | Format a query pager. |
| theme_pager_link | includes/pager.inc | Format a link to a specific query result page. |
| theme_system_admin_by_module | modules/system/system.module | Theme output of the dashboard page. |
| theme_system_modules | modules/system/system.module | Theme call back for the modules form. |
| theme_system_modules_uninstall | modules/system/system.module | Themes a table of currently disabled modules. |
| theme_tablesort_indicator | includes/theme.inc | Return a themed sort icon. |
| theme_table_select_header_cell | includes/theme.inc | Returns a header cell for tables that have a select all functionality. |
| theme_upload_attachments | modules/upload/upload.module | Displays file attachments in table |
| theme_upload_form_current | modules/upload/upload.module | Theme the attachments list. |
| theme_username | includes/theme.inc | Format a username. |
| theme_user_admin_account | modules/user/user.module | Theme user administration overview. |
| theme_user_filters | modules/user/user.module | Theme user administration filter selector. |
| theme_xml_icon | includes/theme.inc | Return code that emits an XML icon. |
| throttle_exit | modules/throttle/throttle.module | Implementation of hook_exit(). |
| throttle_help | modules/throttle/throttle.module | Implementation of hook_help(). |
| tracker_help | modules/tracker/tracker.module | Implementation of hook_help(). |
| tracker_menu | modules/tracker/tracker.module | Implementation of hook_menu(). |
| tracker_page | modules/tracker/tracker.module | Menu callback. Prints a listing of active nodes on the site. |
| upload_admin_settings | modules/upload/upload.module | Menu callback for the upload settings form. |
| upload_admin_settings_validate | modules/upload/upload.module | Form API callback to validate the upload settings form. |
| upload_help | modules/upload/upload.module | Implementation of hook_help(). |
| upload_link | modules/upload/upload.module | Implementation of hook_link(). |
| upload_menu | modules/upload/upload.module | Implementation of hook_menu(). |
| upload_munge_filename | modules/upload/upload.module | Munge the filename as needed for security purposes. |
| user_admin_access | modules/user/user.module | Menu callback: list all access rules |
| user_admin_access_add | modules/user/user.module | Menu callback: add an access rule |
| user_admin_access_delete_confirm | modules/user/user.module | Menu callback: delete an access rule |
| user_admin_access_edit | modules/user/user.module | Menu callback: edit an access rule |
| user_admin_account_submit | modules/user/user.module | Submit the user administration update form. |
| user_admin_perm | modules/user/user.module | Menu callback: administer permissions. |
| user_admin_role | modules/user/user.module | Menu callback: administer roles. |
| user_block | modules/user/user.module | Implementation of hook_block(). |
| user_delete | modules/user/user.module | Delete a user. |
| user_filters | modules/user/user.module | List user administration filters that can be applied. |
| user_filter_form | modules/user/user.module | Return form for user administration filters. |
| user_filter_form_submit | modules/user/user.module | Process result from user administration filter form. |
| user_help | modules/user/user.module | Implementation of hook_help(). |
| user_logout | modules/user/user.module | Menu callback; logs the current user out, and redirects to the home page. |
| user_menu | modules/user/user.module | Implementation of hook_menu(). |
| user_pass_reset | modules/user/user.module | Menu callback; process one time login link and redirects to the user page on success. |
| user_search | modules/user/user.module | Implementation of hook_search(). |
| user_user | modules/user/user.module | Implementation of hook_user(). |
| user_user_operations | modules/user/user.module | Implementation of hook_user_operations(). |
| user_validate_name | modules/user/user.module | Verify the syntax of the given name. |
| watchdog_event | modules/watchdog/watchdog.module | Menu callback; displays details about a log message. |
| watchdog_help | modules/watchdog/watchdog.module | Implementation of hook_help(). |
| watchdog_menu | modules/watchdog/watchdog.module | Implementation of hook_menu(). |
| watchdog_overview | modules/watchdog/watchdog.module | Menu callback; displays a listing of log messages. |
| watchdog_top | modules/watchdog/watchdog.module | Menu callback; generic function to display a page of the most frequent
watchdog events of a specified type. |
| xmlrpc_server | includes/xmlrpcs.inc | The main entry point for XML-RPC requests. |
| xmlrpc_server_call | includes/xmlrpcs.inc | Dispatch the request and any parameters to the appropriate handler. |
| xmlrpc_server_method_signature | includes/xmlrpcs.inc | XML-RPC method system.methodSignature maps to this function. |
| _comment_get_modes | modules/comment/comment.module | Return an array of viewing modes for comment listings. |
| _comment_get_orders | modules/comment/comment.module | Return an array of viewing orders for comment listings. |
| _filter_html_settings | modules/filter/filter.module | Settings for the HTML filter. |
| _filter_url_settings | |