| actions_synchronize | includes/actions.inc | Synchronize actions that are provided by modules. |
| aggregator_admin_settings | modules/aggregator/aggregator.admin.inc | Form builder; Configure the aggregator system.
See alsosystem_settings_form() |
| aggregator_block | modules/aggregator/aggregator.module | Implementation of hook_block(). |
| aggregator_categorize_items | modules/aggregator/aggregator.pages.inc | Form builder; build the page list form. |
| aggregator_categorize_items_submit | modules/aggregator/aggregator.pages.inc | Process aggregator_categorize_items() form submissions. |
| aggregator_categorize_items_validate | modules/aggregator/aggregator.pages.inc | Validate aggregator_categorize_items() form submissions. |
| aggregator_form_category | modules/aggregator/aggregator.admin.inc | Form builder; Generate a form to add/edit/delete aggregator categories.
See alsoaggregator_form_category_validate() |
| aggregator_form_category_submit | modules/aggregator/aggregator.admin.inc | Process aggregator_form_category form submissions. |
| aggregator_form_category_validate | modules/aggregator/aggregator.admin.inc | Validate aggregator_form_feed form submissions. |
| aggregator_form_feed | modules/aggregator/aggregator.admin.inc | Form builder; Generate a form to add/edit feed sources.
See alsoaggregator_form_feed_validate() |
| aggregator_form_feed_submit | modules/aggregator/aggregator.admin.inc | Process aggregator_form_feed() form submissions. |
| aggregator_form_feed_validate | modules/aggregator/aggregator.admin.inc | Validate aggregator_form_feed() form submissions. |
| aggregator_form_opml | modules/aggregator/aggregator.admin.inc | Form builder; Generate a form to import feeds from OPML.
See alsoaggregator_form_opml_validate() |
| aggregator_form_opml_submit | modules/aggregator/aggregator.admin.inc | Process aggregator_form_opml form submissions. |
| aggregator_form_opml_validate | modules/aggregator/aggregator.admin.inc | Validate aggregator_form_opml form submissions. |
| aggregator_help | modules/aggregator/aggregator.module | Implementation of hook_help(). |
| aggregator_page_category | modules/aggregator/aggregator.pages.inc | Menu callback; displays all the items aggregated in a particular category. |
| aggregator_page_last | modules/aggregator/aggregator.pages.inc | Menu callback; displays the most recent items gathered from any feed. |
| aggregator_page_sources | modules/aggregator/aggregator.pages.inc | Menu callback; displays all the feeds used by the aggregator. |
| aggregator_parse_feed | modules/aggregator/aggregator.module | Parse a feed and store its items. |
| aggregator_perm | modules/aggregator/aggregator.module | Implementation of hook_perm(). |
| aggregator_refresh | modules/aggregator/aggregator.module | Checks a news feed for new items. |
| aggregator_remove | modules/aggregator/aggregator.module | Removes all items from a feed. |
| aggregator_schema | modules/aggregator/aggregator.install | Implementation of hook_schema(). |
| aggregator_view | modules/aggregator/aggregator.admin.inc | Displays the aggregator administration page. |
| batch_example_batch_2 | developer/examples/batch_example.module | Batch 2 : load all nodes 5 by 5, 20 times (Multipart operation) |
| block_add_block_form_submit | modules/block/block.admin.inc | Save the new custom block. |
| block_admin_configure | modules/block/block.admin.inc | Menu callback; displays the block configuration form. |
| block_admin_display_form | modules/block/block.admin.inc | Generate main blocks administration form. |
| block_admin_display_form_submit | modules/block/block.admin.inc | Process main blocks administration form submissions. |
| block_box_delete | modules/block/block.admin.inc | Menu callback; confirm deletion of custom blocks. |
| block_box_delete_submit | modules/block/block.admin.inc | Deletion of custom blocks. |
| block_box_form | modules/block/block.module | Define the custom block form. |
| 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_perm | modules/block/block.module | Implementation of hook_perm(). |
| block_schema | modules/block/block.install | Implementation of hook_schema(). |
| block_user | modules/block/block.module | Implementation of hook_user(). |
| blogapi_admin_settings | modules/blogapi/blogapi.module | Add some settings to the admin_settings 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_help | modules/blogapi/blogapi.module | Implementation of hook_help(). |
| blogapi_init | modules/blogapi/blogapi.module | Implementaton of hook_init(). |
| blogapi_metaweblog_new_media_object | modules/blogapi/blogapi.module | Blogging API callback. Inserts a file into Drupal. |
| blogapi_mt_publish_post | modules/blogapi/blogapi.module | Blogging API callback. Publishes the given node. |
| blogapi_perm | modules/blogapi/blogapi.module | Implementation of hook_perm(). |
| 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(). |
| 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_node_info | modules/blog/blog.module | Implementation of hook_node_info(). |
| 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_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.admin.inc | Build the form to administrate the hierarchy of a single book.
See alsobook_admin_edit_submit() |
| book_admin_edit_submit | modules/book/book.admin.inc | Handle submission of the book administrative page form. |
| book_admin_edit_validate | modules/book/book.admin.inc | Check that the book has not been changed while using the form.
See alsobook_admin_edit() |
| book_admin_overview | modules/book/book.admin.inc | Returns an administrative overview of all books. |
| book_admin_settings | modules/book/book.admin.inc | Builds and returns the book settings form.
See alsobook_admin_settings_validate() |
| book_admin_settings_validate | modules/book/book.admin.inc | Validate the book settings form.
See alsobook_admin_settings() |
| book_block | modules/book/book.module | Implementation of hook_block(). |
| book_build_active_trail | modules/book/book.module | Build an active trail to show in the breadcrumb. |
| book_export | modules/book/book.pages.inc | Menu callback; Generates various representation of a book page and its children. |
| book_form_alter | modules/book/book.module | Implementation of hook_form_alter(). |
| book_form_node_delete_confirm_alter | modules/book/book.module | Form altering function for the confirm form for a single node deletion. |
| book_help | modules/book/book.module | Implementation of hook_help(). |
| book_link | modules/book/book.module | Implementation of hook_link(). |
| book_outline_form | modules/book/book.pages.inc | Build the form to handle all book outline operations via the outline tab.
See alsobook_outline_form_submit() |
| book_outline_form_submit | modules/book/book.pages.inc | Handles book outline form submissions from the outline tab.
See alsobook_outline_form() |
| book_perm | modules/book/book.module | Implementation of hook_perm(). |
| book_remove_form | modules/book/book.pages.inc | Menu callback; builds a form to confirm removal of a node from the book.
See alsobook_remove_form_submit() |
| book_remove_form_submit | modules/book/book.pages.inc | Confirm form submit function to remove a node from the book.
See alsobook_remove_form() |
| book_schema | modules/book/book.install | Implementation of hook_schema(). |
| 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_action_info | modules/comment/comment.module | Implementation of hook_action_info(). |
| comment_admin_overview | modules/comment/comment.admin.inc | Form builder; Builds the comment overview form for the admin. |
| comment_admin_overview_submit | modules/comment/comment.admin.inc | Process comment_admin_overview form submissions. |
| comment_admin_overview_validate | modules/comment/comment.admin.inc | Validate comment_admin_overview form submissions. |
| comment_approve | modules/comment/comment.pages.inc | Publish specified comment. |
| comment_block | modules/comment/comment.module | Implementation of hook_block(). |
| comment_confirm_delete | modules/comment/comment.admin.inc | Form builder; Builds the confirmation form for deleting a single comment.
See alsocomment_confirm_delete_submit() |
| comment_confirm_delete_submit | modules/comment/comment.admin.inc | Process comment_confirm_delete form submissions. |
| comment_delete | modules/comment/comment.admin.inc | Menu callback; delete a comment. |
| comment_form | modules/comment/comment.module | Generate the basic commenting form, for appending to a node or display on a separate page. |
| comment_form_add_preview | modules/comment/comment.module | Form builder; Generate and validate a comment preview form. |
| comment_form_alter | modules/comment/comment.module | Implementation of hook_form_alter(). |
| comment_help | modules/comment/comment.module | Implementation of hook_help(). |
| comment_hook_info | modules/comment/comment.module | Implementation of hook_hook_info(). |
| 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_multiple_delete_confirm | modules/comment/comment.admin.inc | List the selected comments and verify that the admin wants to delete them. |
| comment_multiple_delete_confirm_submit | modules/comment/comment.admin.inc | Process comment_multiple_delete_confirm form submissions. |
| comment_operations | modules/comment/comment.module | Comment operations. Offer different update operations depending on
which comment administration page is being viewed. |
| comment_perm | modules/comment/comment.module | Implementation of hook_perm(). |
| comment_ranking | modules/comment/comment.module | Implementation of hook_ranking(). |
| 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. |
| comment_schema | modules/comment/comment.install | Implementation of hook_schema(). |
| comment_unpublish_by_keyword_action_form | modules/comment/comment.module | Form builder; Prepare a form for blacklisted keywords. |
| comment_validate | modules/comment/comment.module | Validate comment data. |
| confirm_form | modules/system/system.module | Output a confirmation form |
| contact_admin_categories | modules/contact/contact.admin.inc | Categories/list tab. |
| contact_admin_delete | modules/contact/contact.admin.inc | Category delete page. |
| contact_admin_delete_submit | modules/contact/contact.admin.inc | Process category delete form submission. |
| contact_admin_edit | modules/contact/contact.admin.inc | Category edit page. |
| contact_admin_edit_submit | modules/contact/contact.admin.inc | Process the contact category edit page form submission. |
| contact_admin_edit_validate | modules/contact/contact.admin.inc | Validate the contact category edit page form submission. |
| contact_help | modules/contact/contact.module | Implementation of hook_help(). |
| contact_mail | modules/contact/contact.module | Implementation of hook_mail(). |
| contact_mail_page_submit | modules/contact/contact.pages.inc | Process the site-wide contact page form submission. |
| contact_mail_page_validate | modules/contact/contact.pages.inc | Validate the site-wide contact page form submission. |
| contact_mail_user_submit | modules/contact/contact.pages.inc | Process the personal contact page form submission. |
| contact_perm | modules/contact/contact.module | Implementation of hook_perm(). |
| contact_schema | modules/contact/contact.install | Implementation of hook_schema(). |
| contact_site_page | modules/contact/contact.pages.inc | Site-wide contact page. |
| contact_user | modules/contact/contact.module | Implementation of hook_user(). |
| contact_user_page | modules/contact/contact.pages.inc | Personal contact page. |
| date_validate | includes/form.inc | Validates the date type to stop dates like February 30, 2006. |
| dblog_admin_settings | modules/dblog/dblog.admin.inc | dblog module settings form.
See alsosystem_settings_form() |
| dblog_event | modules/dblog/dblog.admin.inc | Menu callback; displays details about a log message. |
| dblog_filters | modules/dblog/dblog.admin.inc | List dblog administration filters that can be applied. |
| dblog_filter_form | modules/dblog/dblog.admin.inc | Return form for dblog administration filters.
See alsodblog_filter_form_submit() |
| dblog_filter_form_submit | modules/dblog/dblog.admin.inc | Process result from dblog administration filter form. |
| dblog_filter_form_validate | modules/dblog/dblog.admin.inc | Validate result from dblog administration filter form. |
| dblog_help | modules/dblog/dblog.module | Implementation of hook_help(). |
| dblog_overview | modules/dblog/dblog.admin.inc | Menu callback; displays a listing of log messages. |
| dblog_schema | modules/dblog/dblog.install | Implementation of hook_schema(). |
| dblog_top | modules/dblog/dblog.admin.inc | Menu callback; generic function to display a page of the most frequent
dblog events of a specified type. |
| 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_check_module | includes/install.inc | Check a module's requirements. |
| drupal_http_request | includes/common.inc | Perform an HTTP request. |
| drupal_mail | includes/mail.inc | Compose and optionally send an e-mail message. |
| 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 offline message. |
| drupal_validate_form | includes/form.inc | Validates user-submitted form data from the $form_state using
the validate functions defined in a structured form array. |
| example_element_demo_form | developer/examples/example_element.module | This is a simple form to demonstrate how to use the phonenumber element we've
defined. |
| example_element_phonenumber_expand | developer/examples/example_element.module | Our process callback to expand the control. |
| example_element_phonenumber_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_destination | includes/file.inc | Determines the destination path for a file depending on how replacement of
existing files should be handled. |
| 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_munge_filename | includes/file.inc | Munge the filename as needed for security purposes. For instance the file
name "exploit.php.pps" would become "exploit.php_.pps". |
| file_save_data | includes/file.inc | Save a string to the specified destination. |
| file_save_upload | includes/file.inc | Saves a file upload to a new location. The source file is validated as a
proper upload and handled as such. |
| file_validate_extensions | includes/file.inc | Check that the filename ends with an allowed extension. This check is not
enforced for the user #1. |
| file_validate_image_resolution | includes/file.inc | If the file is an image verify that its dimensions are within the specified
maximum and minimum dimensions. Non-image files will be ignored. |
| file_validate_is_image | includes/file.inc | Check that the file is recognized by image_get_info() as an image. |
| file_validate_name_length | includes/file.inc | Check for files with names longer than we can store in the database. |
| file_validate_size | includes/file.inc | Check that the file's size is below certain limits. This check is not
enforced for the user #1. |
| filter_admin_configure | modules/filter/filter.admin.inc | Build a form to change the settings for a format's filters. |
| filter_admin_configure_page | modules/filter/filter.admin.inc | Menu callback; display settings defined by a format's filters. |
| filter_admin_delete | modules/filter/filter.admin.inc | Menu callback; confirm deletion of a format.
See alsofilter_admin_delete_submit() |
| filter_admin_delete_submit | modules/filter/filter.admin.inc | Process filter delete form submission. |
| filter_admin_format_form | modules/filter/filter.admin.inc | Generate a filter format form.
See alsofilter_admin_format_form_validate() |
| filter_admin_format_form_submit | modules/filter/filter.admin.inc | Process filter format form submissions. |
| filter_admin_format_form_validate | modules/filter/filter.admin.inc | Validate filter format form submissions. |
| filter_admin_format_page | modules/filter/filter.admin.inc | Menu callback; Display a filter format form. |
| filter_admin_order | modules/filter/filter.admin.inc | Build the form for ordering filters for a format.
See alsotheme_filter_admin_order() |
| filter_admin_order_page | modules/filter/filter.admin.inc | Menu callback; display form for ordering filters for a format. |
| filter_admin_order_submit | modules/filter/filter.admin.inc | Process filter order configuration form submission. |
| filter_admin_overview | modules/filter/filter.admin.inc | Menu callback; Displays a list of all input formats and which
one is the default.
See alsofilter_admin_overview_submit() |
| 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.
Line break converter:
Converts newlines into paragraph and break tags.
URL and e-mail address... |
| 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.
See alsofilter_form_validate() |
| filter_help | modules/filter/filter.module | Implementation of hook_help(). |
| filter_perm | modules/filter/filter.module | Implementation of hook_perm(). |
| filter_schema | modules/filter/filter.install | Implementation of hook_schema(). |
| 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. |
| form_process_password_confirm | includes/form.inc | Expand a password_confirm field into two text boxes. |
| forum_admin_settings | modules/forum/forum.admin.inc | Form builder for the forum settings page.
See alsosystem_settings_form() |
| forum_block | modules/forum/forum.module | Implementation of hook_block(). |
| forum_confirm_delete | modules/forum/forum.admin.inc | Returns a confirmation page for deleting a forum taxonomy term. |
| forum_confirm_delete_submit | modules/forum/forum.admin.inc | 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.admin.inc | Returns a form for adding a container to the forum vocabulary |
| forum_form_forum | modules/forum/forum.admin.inc | Returns a form for adding a forum to the forum vocabulary |
| forum_form_submit | modules/forum/forum.admin.inc | Process forum form and container form submissions. |
| forum_help | modules/forum/forum.module | Implementation of hook_help(). |
| forum_nodeapi | modules/forum/forum.module | Implementation of hook_nodeapi(). |
| forum_node_info | modules/forum/forum.module | Implementation of hook_node_info(). |
| forum_overview | modules/forum/forum.admin.inc | Returns an overview list of existing forums and containers |
| forum_perm | modules/forum/forum.module | Implementation of hook_perm(). |
| forum_schema | modules/forum/forum.install | Implementation of hook_schema(). |
| forum_update_6000 | modules/forum/forum.install | Create the forum vocabulary if does not exist. Assign the
vocabulary a low weight so it will appear first in forum topic
create and edit forms. Do not just call forum_enable() because in
future versions it might do something different. |
| garland_comment_wrapper | themes/garland/template.php | Allow themable wrapping of all comments. |
| garland_node_submitted | themes/garland/template.php | Format the "Submitted by username on date/time" for each node. |
| help_help | modules/help/help.module | Implementation of hook_help(). |
| help_main | modules/help/help.admin.inc | Menu callback; prints a page listing a glossary of Drupal terminology. |
| help_page | modules/help/help.admin.inc | Menu callback; prints a page listing general help for a module. |
| hook_action_info | developer/hooks/core.php | Declare information about one or more Drupal actions. |
| 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_hook_info | developer/hooks/core.php | Expose a list of triggers (events) that your module is allowing users to
assign actions to. |
| hook_link | developer/hooks/core.php | Define internal Drupal links. |
| hook_locale | developer/hooks/core.php | Allows modules to define their own text groups that can be translated. |
| 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_menu_menu | modules/simpletest/tests/hook_menu.module | The name of the menu changes during the course of this test. Use a $_GET. |
| 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_perm | developer/hooks/core.php | Define user permissions. |
| 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 and do status reporting. |
| hook_search | developer/hooks/core.php | Define a custom search routine. |
| hook_update_status_alter | developer/hooks/core.php | Alter the information about available updates for projects. |
| 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_watchdog | developer/hooks/core.php | Log an event message |
| hook_xmlrpc | developer/hooks/core.php | Register XML-RPC callbacks. |
| locale_block | modules/locale/locale.module | Implementation of hook_block().
Displays a language switcher. Translation links may be provided by other modules. |
| locale_form_alter | modules/locale/locale.module | Implementation of hook_form_alter(). Adds language fields to forms. |
| locale_help | modules/locale/locale.module | Implementation of hook_help(). |
| locale_languages_configure_form | includes/locale.inc | Setting for language negotiation options |
| locale_languages_configure_form_submit | includes/locale.inc | Submit function for language negotiation settings. |
| locale_languages_custom_form | includes/locale.inc | Custom language addition form. |
| locale_languages_delete_form | includes/locale.inc | User interface for the language deletion confirmation screen. |
| locale_languages_delete_form_submit | includes/locale.inc | Process language deletion submissions. |
| locale_languages_edit_form | includes/locale.inc | Editing screen for a particular language. |
| locale_languages_edit_form_validate | includes/locale.inc | Validate the language editing form. Reused for custom language addition too. |
| locale_languages_overview_form | includes/locale.inc | User interface for the language overview screen. |
| locale_languages_overview_form_submit | includes/locale.inc | Process language overview form submissions, updating existing languages. |
| locale_languages_predefined_form | includes/locale.inc | Predefined language setup form. |
| locale_languages_predefined_form_submit | includes/locale.inc | Process the language addition form submission. |
| locale_languages_predefined_form_validate | includes/locale.inc | Validate the language addition form. |
| locale_language_list | modules/locale/locale.module | Returns array of language names |
| locale_language_name | modules/locale/locale.module | Returns a language name |
| locale_locale | modules/locale/locale.module | Implementation of hook_locale(). |
| locale_perm | modules/locale/locale.module | Implementation of hook_perm(). |
| locale_schema | modules/locale/locale.install | Implementation of hook_schema(). |
| locale_translate_delete_form | includes/locale.inc | User interface for the string deletion confirmation screen. |
| locale_translate_delete_form_submit | includes/locale.inc | Process string deletion submissions. |
| locale_translate_edit_form | includes/locale.inc | User interface for string editing. |
| locale_translate_edit_form_submit | includes/locale.inc | Process string editing form submissions.
Saves all translations of one string submitted from a form. |
| locale_translate_export_pot_form | includes/locale.inc | Translation template export form. |
| locale_translate_export_po_form | includes/locale.inc | Form to export PO files for the languages provided. |
| locale_translate_import_form | includes/locale.inc | User interface for the translation import screen. |
| locale_translate_import_form_submit | includes/locale.inc | Process the locale import form submission. |
| locale_translate_overview_screen | includes/locale.inc | Overview screen for translations. |
| locale_translate_seek_form | includes/locale.inc | User interface for the string search screen. |
| locale_user | modules/locale/locale.module | Implementation of hook_user(). |
| menu_configure | modules/menu/menu.admin.inc | Menu callback; Build the form presenting menu configuration options. |
| menu_delete_menu_confirm | modules/menu/menu.admin.inc | Build a confirm form for deletion of a custom menu. |
| menu_delete_menu_confirm_submit | modules/menu/menu.admin.inc | Delete a custom menu and all items in it. |
| menu_edit_item | modules/menu/menu.admin.inc | Menu callback; Build the menu link editing form. |
| menu_edit_item_submit | modules/menu/menu.admin.inc | Process menu and menu item add/edit form submissions. |
| menu_edit_item_validate | modules/menu/menu.admin.inc | Validate form values for a menu link being added or edited. |
| menu_edit_menu | modules/menu/menu.admin.inc | Menu callback; Build the form that handles the adding/editing of a custom menu. |
| menu_edit_menu_validate | modules/menu/menu.admin.inc | Validates the human and machine-readable names when adding or editing a menu. |
| menu_form_alter | modules/menu/menu.module | Implementation of hook_form_alter(). Adds menu item fields to the node form. |
| menu_help | modules/menu/menu.module | Implementation of hook_help(). |
| menu_item_delete_form | modules/menu/menu.admin.inc | Build a confirm form for deletion of a single menu link. |
| menu_item_delete_form_submit | modules/menu/menu.admin.inc | Process menu delete form submissions. |
| menu_nodeapi | modules/menu/menu.module | Implementation of hook_nodeapi(). |
| menu_overview_form | modules/menu/menu.admin.inc | Form for editing an entire menu tree at once. |
| menu_perm | modules/menu/menu.module | Implementation of hook_perm(). |
| menu_reset_item_confirm | modules/menu/menu.admin.inc | Menu callback; reset a single modified item. |
| menu_reset_item_confirm_submit | modules/menu/menu.admin.inc | Process menu reset item form submissions. |
| menu_schema | modules/menu/menu.install | Implementation of hook_schema(). |
| menu_set_active_trail | includes/menu.inc | Set (or get) the active trail for the current page - the path to root in the menu tree. |
| 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_rebuild | modules/node/node.module | Rebuild the node access database. This is occasionally needed by modules
that make system-wide changes to access levels. |
| node_action_info | modules/node/node.module | Implementation of hook_action_info(). |
| node_add | modules/node/node.pages.inc | Present a node submission form or a set of links to such forms. |
| node_admin_nodes | modules/node/node.admin.inc | Form builder: Builds the node administration overview. |
| node_admin_nodes_validate | modules/node/node.admin.inc | Validate node_admin_nodes form submissions. |
| node_block | modules/node/node.module | Implementation of hook_block(). |
| node_body_field | modules/node/node.pages.inc | Return a node body field, with format and teaser. |
| node_configure | modules/node/node.admin.inc | Menu callback; presents general node configuration options. |
| node_configure_rebuild_confirm | modules/node/node.admin.inc | Menu callback: confirm rebuilding of permissions. |
| node_configure_validate | modules/node/node.admin.inc | Form validate callback. |
| node_delete | modules/node/node.module | Delete a node. |
| node_delete_confirm | modules/node/node.pages.inc | 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.admin.inc | List node administration filters that can be applied. |
| node_filter_form | modules/node/node.admin.inc | Return form for node administration filters. |
| node_filter_form_submit | modules/node/node.admin.inc | Process result from node administration filter form. |
| 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_hook_info | modules/node/node.module | Implementation of hook_hook_info(). |
| node_link | modules/node/node.module | Implementation of hook_link(). |
| node_list_permissions | modules/node/node.module | Helper function to generate standard node permission list for a given type. |
| node_mass_update | modules/node/node.admin.inc | Make mass update of nodes, changing all nodes in the $nodes array
to update them with the field values in $updates. |
| node_node_operations | modules/node/node.admin.inc | 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_perm | modules/node/node.module | Implementation of hook_perm(). |
| node_preview | modules/node/node.pages.inc | Generate a node preview. |
| node_ranking | modules/node/node.module | Implementation of hook_ranking(). |
| node_revision_overview | modules/node/node.pages.inc | Generate an overview table of older revisions of a node. |
| node_revision_revert_confirm | modules/node/node.pages.inc | Ask for confirmation of the reversion to prevent against CSRF attacks. |
| node_schema | modules/node/node.install | Implementation of hook_schema(). |
| node_search | modules/node/node.module | Implementation of hook_search(). |
| node_show | modules/node/node.module | Generate a page displaying a single node, along with its comments. |
| node_teaser_include_verify | modules/node/node.module | Ensure value of "teaser_include" checkbox is consistent with other form data. |
| 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. |
| openid_authentication | modules/openid/openid.module | Authenticate a user or attempt registration. |
| openid_authentication_page | modules/openid/openid.pages.inc | Menu callback; Process an OpenID authentication. |
| openid_begin | modules/openid/openid.module | The initial step of OpenID authentication responsible for the following:
Perform discovery on the claimed OpenID.
If possible, create an association with the Provider's endpoint.
Create the authentication request.
Perform the appropriate redirect. |
| openid_form_alter | modules/openid/openid.module | Implementation of hook_form_alter(). Adds OpenID login to the login forms. |
| openid_help | modules/openid/openid.module | Implementation of hook_help(). |
| openid_redirect | modules/openid/openid.inc | Creates a js auto-submit redirect for (for the 2.x protocol) |
| openid_schema | modules/openid/openid.install | Implementation of hook_schema(). |
| openid_user | modules/openid/openid.module | Implementation of hook_user(). |
| openid_user_add | modules/openid/openid.pages.inc | Form builder; Add an OpenID identity.
See alsoopenid_user_add_validate() |
| openid_user_delete | modules/openid/openid.pages.inc | Menu callback; Delete the specified OpenID identity from the system. |
| openid_user_identities | modules/openid/openid.pages.inc | Menu callback; Manage OpenID identities for the specified user. |
| page_example_baz | developer/examples/page_example.module | A more complex page callback that takes arguments. |
| page_example_foo | developer/examples/page_example.module | A simple page callback. |
| page_example_help | developer/examples/page_example.module | Implementation of hook_help(). |
| 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.admin.inc | Menu callback; confirms deleting an URL alias |
| path_admin_filter_form | modules/path/path.admin.inc | Return a form to filter URL aliases.
See alsopath_admin_filter_form_submit() |
| path_admin_form | modules/path/path.admin.inc | Return a form for editing or creating an individual URL alias.
See alsopath_admin_form_validate() |
| path_admin_form_submit | modules/path/path.admin.inc | Save a new URL alias to the database. |
| path_admin_form_validate | modules/path/path.admin.inc | Verify that a new URL alias is valid |
| path_admin_overview | modules/path/path.admin.inc | Return a listing of all defined URL aliases.
When filter key passed, perform a standard search on the given key,
and return the list of matching URL aliases. |
| path_form_alter | modules/path/path.module | Implementation of hook_form_alter(). |
| path_help | modules/path/path.module | Implementation of hook_help(). |
| path_nodeapi | modules/path/path.module | Implementation of hook_nodeapi(). |
| path_perm | modules/path/path.module | Implementation of hook_perm(). |
| phptemplate_comment_submitted | themes/garland/template.php | Format the "Submitted by username on date/time" for each comment. |
| php_disable | modules/php/php.install | Implementation of hook_disable(). |
| php_filter | modules/php/php.module | Implementation of hook_filter(). Contains a basic PHP evaluator. |
| php_filter_tips | modules/php/php.module | Implementation of hook_filter_tips(). |
| php_help | modules/php/php.module | Implementation of hook_help(). |
| php_install | modules/php/php.install | Implementation of hook_install(). |
| poll_block | modules/poll/poll.module | Implementation of hook_block(). |
| poll_cancel_form | modules/poll/poll.module | Builds the cancel form for a poll.
See alsopoll_cancel() |
| poll_form | modules/poll/poll.module | Implementation of hook_form(). |
| poll_help | modules/poll/poll.module | Implementation of hook_help(). |
| poll_node_info | modules/poll/poll.module | Implementation of hook_node_info(). |
| poll_page | modules/poll/poll.pages.inc | Menu callback to provide a simple list of all polls available. |
| poll_perm | modules/poll/poll.module | Implementation of hook_perm(). |
| poll_schema | modules/poll/poll.install | Implementation of hook_schema(). |
| 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.
See alsopoll_vote() |
| poll_view_voting_validate | modules/poll/poll.module | Validation function for processing votes |
| poll_vote | modules/poll/poll.module | Submit handler for processing a vote |
| poll_votes | modules/poll/poll.pages.inc | Callback for the 'votes' tab for polls you can see other votes on |
| profile_admin_overview | modules/profile/profile.admin.inc | Form builder to display a listing of all editable profile fields.
See alsoprofile_admin_overview_submit() |
| profile_admin_overview_submit | modules/profile/profile.admin.inc | Submit handler to update changed profile field weights and categories.
See alsoprofile_admin_overview() |
| 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_field_delete | modules/profile/profile.admin.inc | Menu callback; deletes a field from all user profiles. |
| profile_field_delete_submit | modules/profile/profile.admin.inc | Process a field delete form submission. |
| profile_field_form | modules/profile/profile.admin.inc | Menu callback: Generate a form to add/edit a user profile field.
See alsoprofile_field_form_validate() |
| profile_field_form_submit | modules/profile/profile.admin.inc | Process profile_field_form submissions. |
| profile_field_form_validate | modules/profile/profile.admin.inc | Validate profile_field_form submissions. |
| profile_help | modules/profile/profile.module | Implementation of hook_help(). |
| profile_schema | modules/profile/profile.install | Implementation of hook_schema(). |
| scaffolding_example_delete_confirm | developer/examples/scaffolding_example/scaffolding_example.admin.inc | Build the delete confirmation form. |
| scaffolding_example_form | developer/examples/scaffolding_example/scaffolding_example.admin.inc | Build the record editing form. |
| scaffolding_example_overview_form | developer/examples/scaffolding_example/scaffolding_example.admin.inc | Build an overview form with drag and drop re-ordering of records. |
| scaffolding_example_overview_pager | developer/examples/scaffolding_example/scaffolding_example.admin.inc | Builds a sortable, paged overview of all records. |
| scaffolding_example_page | developer/examples/scaffolding_example/scaffolding_example.pages.inc | Build a simple listing page for records. |
| scaffolding_example_schema | developer/examples/scaffolding_example/scaffolding_example.install | Implementation of hook_schema(). |
| scaffolding_example_update_6100 | developer/examples/scaffolding_example/scaffolding_example.install | Implementation of hook_update_N(). |
| search_admin_settings | modules/search/search.admin.inc | Menu callback; displays the search module settings page.
See alsosystem_settings_form() |
| search_admin_settings_validate | modules/search/search.admin.inc | Validate callback. |
| search_block | modules/search/search.module | Implementation of hook_block(). |
| search_box | modules/search/search.module | Form builder; Output a search form for the search block and the theme's search box.
See alsosearch_box_form_submit() |
| search_form | modules/search/search.module | Render a search form. |
| search_form_submit | modules/search/search.pages.inc | Process a search form submission. |
| search_help | modules/search/search.module | Implementation of hook_help(). |
| search_perm | modules/search/search.module | Implementation of hook_perm(). |
| search_schema | modules/search/search.install | Implementation of hook_schema(). |
| search_view | modules/search/search.pages.inc | Menu callback; presents the search form and/or search results. |
| s |