t

Functions that call t()

Namesort iconLocationDescription
actions_synchronizeincludes/actions.incSynchronize actions that are provided by modules.
aggregator_admin_settingsmodules/aggregator/aggregator.admin.incForm builder; Configure the aggregator system. See alsosystem_settings_form()
aggregator_blockmodules/aggregator/aggregator.moduleImplementation of hook_block().
aggregator_categorize_itemsmodules/aggregator/aggregator.pages.incForm builder; build the page list form.
aggregator_categorize_items_submitmodules/aggregator/aggregator.pages.incProcess aggregator_categorize_items form submissions.
aggregator_categorize_items_validatemodules/aggregator/aggregator.pages.incValidate aggregator_categorize_items form submissions.
aggregator_form_categorymodules/aggregator/aggregator.admin.incForm builder; Generate a form to add/edit/delete aggregator categories. See alsoaggregator_form_category_validate()
aggregator_form_category_submitmodules/aggregator/aggregator.admin.incProcess aggregator_form_category form submissions.
aggregator_form_category_validatemodules/aggregator/aggregator.admin.incValidate aggregator_form_feed form submissions.
aggregator_form_feedmodules/aggregator/aggregator.admin.incForm builder; Generate a form to add/edit feed sources. See alsoaggregator_form_feed_validate()
aggregator_form_feed_submitmodules/aggregator/aggregator.admin.incProcess aggregator_form_feed form submissions.
aggregator_form_feed_validatemodules/aggregator/aggregator.admin.incValidate aggregator_form_feed form submissions.
aggregator_helpmodules/aggregator/aggregator.moduleImplementation of hook_help().
aggregator_page_categorymodules/aggregator/aggregator.pages.incMenu callback; displays all the items aggregated in a particular category.
aggregator_page_lastmodules/aggregator/aggregator.pages.incMenu callback; displays the most recent items gathered from any feed.
aggregator_page_sourcesmodules/aggregator/aggregator.pages.incMenu callback; displays all the feeds used by the aggregator.
aggregator_parse_feedmodules/aggregator/aggregator.moduleParse a feed and store its items.
aggregator_refreshmodules/aggregator/aggregator.moduleChecks a news feed for new items.
aggregator_removemodules/aggregator/aggregator.moduleRemoves all items from a feed.
aggregator_schemamodules/aggregator/aggregator.installImplementation of hook_schema().
aggregator_viewmodules/aggregator/aggregator.admin.incDisplays the aggregator administration page.
batch_example_batch_2developer/examples/batch_example.moduleBatch 2 : load all nodes 5 by 5, 20 times (Multipart operation)
block_add_block_form_submitmodules/block/block.admin.incSave the new custom block.
block_admin_configuremodules/block/block.admin.incMenu callback; displays the block configuration form.
block_admin_display_formmodules/block/block.admin.incGenerate main blocks administration form.
block_admin_display_form_submitmodules/block/block.admin.incProcess main blocks administration form submission.
block_box_deletemodules/block/block.admin.incMenu callback; confirm deletion of custom blocks.
block_box_delete_submitmodules/block/block.admin.incDeletion of custom blocks.
block_box_formmodules/block/block.moduleDefine the custom block form.
block_example_blockdeveloper/examples/block_example.moduleImplementation of hook_block().
block_example_contentsdeveloper/examples/block_example.moduleA block content function.
block_helpmodules/block/block.moduleImplementation of hook_help().
block_schemamodules/block/block.installImplementation of hook_schema().
block_usermodules/block/block.moduleImplementation of hook_user().
blogapi_blogger_edit_postmodules/blogapi/blogapi.moduleBlogging API callback. Modifies the specified blog node.
blogapi_blogger_new_postmodules/blogapi/blogapi.moduleBlogging API callback. Inserts a new blog post as a node.
blogapi_helpmodules/blogapi/blogapi.moduleImplementation of hook_help().
blogapi_metaweblog_new_media_objectmodules/blogapi/blogapi.moduleBlogging API callback. Inserts a file into Drupal.
blogapi_validate_usermodules/blogapi/blogapi.moduleEnsure that the given user has permission to edit a blog.
blogapi_xmlrpcmodules/blogapi/blogapi.moduleImplementation of hook_xmlrpc().
blogap_mti_publish_postmodules/blogapi/blogapi.moduleBlogging API callback. Publishes the given node
blog_blockmodules/blog/blog.moduleImplementation of hook_block().
blog_helpmodules/blog/blog.moduleImplementation of hook_help().
blog_linkmodules/blog/blog.moduleImplementation of hook_link().
blog_node_infomodules/blog/blog.moduleImplementation of hook_node_info().
blog_page_lastmodules/blog/blog.pages.incMenu callback; displays a Drupal page containing recent blog entries of all users.
blog_page_usermodules/blog/blog.pages.incMenu callback; displays a Drupal page containing recent blog entries of a given user.
blog_usermodules/blog/blog.moduleImplementation of hook_user().
blog_viewmodules/blog/blog.moduleImplementation of hook_view().
book_admin_editmodules/book/book.admin.incBuild the form to administrate the hierarchy of a single book. See alsobook_admin_edit_submit()
book_admin_edit_submitmodules/book/book.admin.incHandle submission of the book administrative page form.
book_admin_overviewmodules/book/book.admin.incReturns an administrative overview of all books.
book_admin_settingsmodules/book/book.admin.incBuilds and returns the book settings form. See alsobook_admin_settings_validate()
book_admin_settings_validatemodules/book/book.admin.incValidate the book settings form. See alsobook_admin_settings()
book_blockmodules/book/book.moduleImplementation of hook_block().
book_build_active_trailmodules/book/book.moduleBuild an active trail to show in the breadcrumb.
book_exportmodules/book/book.pages.incMenu callback; Generates various representation of a book page and its children.
book_form_altermodules/book/book.moduleImplementation of hook_form_alter(). Adds the book fieldset to the node form. See alsobook_pick_book_submit()
book_form_node_delete_confirm_altermodules/book/book.moduleForm altering function for the confirm form for a single node deletion.
book_helpmodules/book/book.moduleImplementation of hook_help().
book_linkmodules/book/book.moduleImplementation of hook_link().
book_outline_formmodules/book/book.pages.incBuild the form to handle all book outline operations via the outline tab. See alsobook_outline_form_submit()
book_outline_form_submitmodules/book/book.pages.incHandles book outline form submissions from the outline tab. See alsobook_outline_form()
book_remove_formmodules/book/book.pages.incMenu callback; builds a form to confirm removal of a node from the book. See alsobook_remove_form_submit()
book_remove_form_submitmodules/book/book.pages.incConfirm form submit function to remove a node from the book. See alsobook_remove_form()
book_schemamodules/book/book.installImplementation of hook_schema().
check_markupmodules/filter/filter.moduleRun all the enabled filters on a piece of text.
color_form_altermodules/color/color.moduleImplementation of hook_form_alter().
color_helpmodules/color/color.moduleImplementation of hook_help().
color_scheme_formmodules/color/color.moduleForm callback. Returns the configuration form.
color_scheme_form_submitmodules/color/color.moduleSubmit handler for color change form.
comment_action_infomodules/comment/comment.moduleImplementation of hook_action_info().
comment_admin_overviewmodules/comment/comment.admin.incForm builder; Builds the comment overview form for the admin.
comment_admin_overview_submitmodules/comment/comment.admin.incProcess comment_admin_overview form submissions.
comment_admin_overview_validatemodules/comment/comment.admin.incValidate comment_admin_overview form submissions.
comment_blockmodules/comment/comment.moduleImplementation of hook_block().
comment_confirm_deletemodules/comment/comment.admin.incForm builder; Builds the confirmation form for deleting a single comment. See alsocomment_confirm_delete_submit()
comment_confirm_delete_submitmodules/comment/comment.admin.incProcess comment_confirm_delete form submissions.
comment_controlsmodules/comment/comment.moduleBuild a comment control form.
comment_controls_submitmodules/comment/comment.moduleProcess comment_controls form submissions.
comment_deletemodules/comment/comment.admin.incMenu callback; delete a comment.
comment_formmodules/comment/comment.moduleGenerate the basic commenting form, for appending to a node or display on a separate page.
comment_form_add_previewmodules/comment/comment.moduleForm builder; Generate and validate a comment preview form.
comment_form_altermodules/comment/comment.moduleImplementation of hook_form_alter().
comment_helpmodules/comment/comment.moduleImplementation of hook_help().
comment_hook_infomodules/comment/comment.moduleImplementation of hook_hook_info().
comment_linkmodules/comment/comment.moduleImplementation of hook_link().
comment_linksmodules/comment/comment.moduleBuild command links for a comment (e.g.\ edit, reply, delete) with respect to the current user's access permissions.
comment_multiple_delete_confirmmodules/comment/comment.admin.incList the selected comments and verify that the admin really wants to delete them.
comment_multiple_delete_confirm_submitmodules/comment/comment.admin.incProcess comment_multiple_delete_confirm form submissions.
comment_operationsmodules/comment/comment.moduleComment operations. We offer different update operations depending on which comment administration page we're on.
comment_rendermodules/comment/comment.moduleRenders comment(s).
comment_replymodules/comment/comment.pages.incThis 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_savemodules/comment/comment.moduleAccepts a submission of new or changed comment content.
comment_schemamodules/comment/comment.installImplementation of hook_schema().
comment_unpublish_by_keyword_action_formmodules/comment/comment.moduleForm builder; Prepare a form for blacklisted keywords.
comment_validatemodules/comment/comment.moduleValidate comment data.
confirm_formmodules/system/system.moduleOutput a confirmation form
contact_admin_categoriesmodules/contact/contact.admin.incCategories/list tab.
contact_admin_deletemodules/contact/contact.admin.incCategory delete page.
contact_admin_delete_submitmodules/contact/contact.admin.incProcess category delete form submission.
contact_admin_editmodules/contact/contact.admin.incCategory edit page.
contact_admin_edit_submitmodules/contact/contact.admin.incProcess the contact category edit page form submission.
contact_admin_edit_validatemodules/contact/contact.admin.incValidate the contact category edit page form submission.
contact_helpmodules/contact/contact.moduleImplementation of hook_help().
contact_mailmodules/contact/contact.moduleImplementation of hook_mail().
contact_mail_page_submitmodules/contact/contact.pages.incProcess the site-wide contact page form submission.
contact_mail_page_validatemodules/contact/contact.pages.incValidate the site-wide contact page form submission.
contact_mail_user_submitmodules/contact/contact.pages.incProcess the personal contact page form submission.
contact_schemamodules/contact/contact.installImplementation of hook_schema().
contact_site_pagemodules/contact/contact.pages.incSite-wide contact page.
contact_usermodules/contact/contact.moduleImplementation of hook_user().
contact_user_pagemodules/contact/contact.pages.incPersonal contact page.
date_validateincludes/form.incValidates the date type to stop dates like February 30, 2006.
dblog_admin_settingsmodules/dblog/dblog.admin.incdblog module settings form. See alsosystem_settings_form()
dblog_eventmodules/dblog/dblog.admin.incMenu callback; displays details about a log message.
dblog_filtersmodules/dblog/dblog.admin.incList dblog administration filters that can be applied.
dblog_filter_formmodules/dblog/dblog.admin.incReturn form for dblog administration filters. See alsodblog_filter_form_submit()
dblog_filter_form_submitmodules/dblog/dblog.admin.incProcess result from dblog administration filter form.
dblog_filter_form_validatemodules/dblog/dblog.admin.incValidate result from dblog administration filter form.
dblog_helpmodules/dblog/dblog.moduleImplementation of hook_help().
dblog_overviewmodules/dblog/dblog.admin.incMenu callback; displays a listing of log messages.
dblog_schemamodules/dblog/dblog.installImplementation of hook_schema().
dblog_topmodules/dblog/dblog.admin.incMenu callback; generic function to display a page of the most frequent dblog events of a specified type.
do_searchmodules/search/search.moduleDo a query on the full-text search index for a word or words.
drupal_access_deniedincludes/common.incGenerates a 403 error if the request is not allowed.
drupal_check_moduleincludes/install.incCheck a module's requirements.
drupal_http_requestincludes/common.incPerform an HTTP request.
drupal_mailincludes/mail.incCompose and optionally send an e-mail message.
drupal_not_foundincludes/common.incGenerates a 404 error if the request can not be handled.
drupal_site_offlineincludes/common.incGenerates a site off-line message.
drupal_validate_formincludes/form.incValidates user-submitted form data from the $form_state using the validate functions defined in a structured form array.
example_element_demo_formdeveloper/examples/example_element.moduleThis is a simple form to demonstrate how to use the phonenumber element we've defined.
example_element_phonenumber_expanddeveloper/examples/example_element.moduleOur process callback to expand the control.
example_element_phonenumber_validatedeveloper/examples/example_element.moduleOur element's validation function.
expand_password_confirmincludes/form.incExpand a password_confirm field into two text boxes.
file_check_directoryincludes/file.incCheck that the directory exists and is writable. Directories need to have execute permissions to be considered a directory by FTP servers, etc.
file_copyincludes/file.incCopies 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_destinationincludes/file.incDetermines the destination path for a file depending on how replacement of existing files should be handled.
file_moveincludes/file.incMoves 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_filenameincludes/file.incMunge the filename as needed for security purposes. For instance the file name "exploit.php.pps" would become "exploit.php_.pps".
file_save_dataincludes/file.incSave a string to the specified destination.
file_save_uploadincludes/file.incSaves a file upload to a new location. The source file is validated as a proper upload and handled as such.
file_validate_extensionsincludes/file.incCheck that the filename ends with an allowed extension. This check is not enforced for the user #1.
file_validate_image_resolutionincludes/file.incIf 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_imageincludes/file.incCheck that the file is recognized by image_get_info() as an image.
file_validate_name_lengthincludes/file.incCheck for files with names longer than we can store in the database.
file_validate_sizeincludes/file.incCheck that the file's size is below certain limits. This check is not enforced for the user #1.
filter_admin_configuremodules/filter/filter.admin.incBuild a form to change the settings for a format's filters.
filter_admin_configure_pagemodules/filter/filter.admin.incMenu callback; display settings defined by a format's filters.
filter_admin_deletemodules/filter/filter.admin.incMenu callback; confirm deletion of a format. See alsofilter_admin_delete_submit()
filter_admin_delete_submitmodules/filter/filter.admin.incProcess filter delete form submission.
filter_admin_format_formmodules/filter/filter.admin.incGenerate a filter format form. See alsofilter_admin_format_form_validate()
filter_admin_format_form_submitmodules/filter/filter.admin.incProcess filter format form submissions.
filter_admin_format_form_validatemodules/filter/filter.admin.incValidate filter format form submissions.
filter_admin_format_pagemodules/filter/filter.admin.incMenu callback; Display a filter format form.
filter_admin_ordermodules/filter/filter.admin.incBuild the form for ordering filters for a format. See alsotheme_filter_admin_order()
filter_admin_order_pagemodules/filter/filter.admin.incMenu callback; display form for ordering filters for a format.
filter_admin_order_submitmodules/filter/filter.admin.incProcess filter order configuration form submission.
filter_admin_overviewmodules/filter/filter.admin.incMenu callback; Displays a list of all input formats and which one is the default. See alsofilter_admin_overview_submit()
filter_example_filterdeveloper/examples/filter_example.moduleImplementation of hook_filter().
filter_example_filter_tipsdeveloper/examples/filter_example.moduleImplementation of hook_filter_tips().
filter_filtermodules/filter/filter.moduleImplementation 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_tipsmodules/filter/filter.moduleImplementation of hook_filter_tips().
filter_formmodules/filter/filter.moduleGenerate a selector for choosing a format in a form. See alsofilter_form_validate()
filter_helpmodules/filter/filter.moduleImplementation of hook_help().
filter_schemamodules/filter/filter.installImplementation of hook_schema().
format_dateincludes/common.incFormat a date with the given configured format or a custom format string.
format_intervalincludes/common.incFormat a time interval with the requested granularity.
format_pluralincludes/common.incFormat a string containing a count of items.
format_sizeincludes/common.incGenerate a string representation for the given byte count.
forum_admin_settingsmodules/forum/forum.admin.incForm builder for the forum settings page. See alsosystem_settings_form()
forum_blockmodules/forum/forum.moduleImplementation of hook_block().
forum_confirm_deletemodules/forum/forum.admin.incReturns a confirmation page for deleting a forum taxonomy term.
forum_confirm_delete_submitmodules/forum/forum.admin.incImplementation of forms api _submit call. Deletes a forum after confirmation.
forum_formmodules/forum/forum.moduleImplementation of hook_form().
forum_form_altermodules/forum/forum.moduleImplementation of hook_form_alter().
forum_form_containermodules/forum/forum.admin.incReturns a form for adding a container to the forum vocabulary
forum_form_forummodules/forum/forum.admin.incReturns a form for adding a forum to the forum vocabulary
forum_form_submitmodules/forum/forum.admin.incProcess forum form and container form submissions.
forum_helpmodules/forum/forum.moduleImplementation of hook_help().
forum_nodeapimodules/forum/forum.moduleImplementation of hook_nodeapi().
forum_node_infomodules/forum/forum.moduleImplementation of hook_node_info().
forum_overviewmodules/forum/forum.admin.incReturns an overview list of existing forums and containers
forum_schemamodules/forum/forum.installImplementation of hook_schema().
forum_update_6000modules/forum/forum.installCreate 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.
help_helpmodules/help/help.moduleImplementation of hook_help().
help_mainmodules/help/help.admin.incMenu callback; prints a page listing a glossary of Drupal terminology.
help_pagemodules/help/help.admin.incMenu callback; prints a page listing general help for a module.
hook_blockdeveloper/hooks/core.phpDeclare a block or set of blocks.
hook_filterdeveloper/hooks/core.phpDefine content filters.
hook_filter_tipsdeveloper/hooks/core.phpProvide tips for using filters.
hook_formdeveloper/hooks/node.phpDisplay a node editing form.
hook_form_alterdeveloper/hooks/core.phpPerform alterations before a form is rendered.
hook_helpdeveloper/hooks/core.phpProvide online user help.
hook_hook_infodeveloper/hooks/core.phpExpose a list of triggers (events) that your module is allowing users to assign actions to.
hook_linkdeveloper/hooks/core.phpDefine internal Drupal links.
hook_mail_alterdeveloper/hooks/core.phpAlter 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_menudeveloper/hooks/core.phpDefine menu items and page callbacks.
hook_nodeapideveloper/hooks/core.phpAct on nodes defined by other modules.
hook_node_infodeveloper/hooks/node.phpDefine module-provided node types.
hook_node_operationsdeveloper/hooks/core.phpAdd mass node operations.
hook_preparedeveloper/hooks/node.phpThis is a hook used by node modules. It is called after load but before the node is shown on the add/edit form.
hook_requirementsdeveloper/hooks/install.phpCheck installation requirements and do status reporting.
hook_searchdeveloper/hooks/core.phpDefine a custom search routine.
hook_userdeveloper/hooks/core.phpAct on user account actions.
hook_user_operationsdeveloper/hooks/core.phpAdd mass user operations.
hook_validatedeveloper/hooks/node.phpVerify a node editing form.
hook_viewdeveloper/hooks/node.phpDisplay a node.
hook_watchdogdeveloper/hooks/core.phpLog an event message
hook_xmlrpcdeveloper/hooks/core.phpRegister XML-RPC callbacks.
image_gd_infoincludes/image.gd.incRetrieve information about the toolkit.
image_gd_settingsincludes/image.gd.incRetrieve settings for the GD2 toolkit.
image_gd_settings_validateincludes/image.gd.incValidate the submitted GD settings.
locale_blockmodules/locale/locale.moduleImplementation of hook_block(). Displays a language switcher. Translation links may be provided by other modules.
locale_form_altermodules/locale/locale.moduleImplementation of hook_form_alter(). Adds language fields to forms.
locale_helpmodules/locale/locale.moduleImplementation of hook_help().
locale_languages_configure_formincludes/locale.incSetting for language negotiation options
locale_languages_configure_form_submitincludes/locale.incSubmit function for language negotiation settings.
locale_languages_custom_formincludes/locale.incCustom language addition form.
locale_languages_delete_formincludes/locale.incUser interface for the language deletion confirmation screen.
locale_languages_delete_form_submitincludes/locale.incProcess language deletion submissions.
locale_languages_edit_formincludes/locale.incEditing screen for a particular language.
locale_languages_edit_form_validateincludes/locale.incValidate the language editing form. Reused for custom language addition too.
locale_languages_overview_formincludes/locale.incUser interface for the language overview screen.
locale_languages_overview_form_submitincludes/locale.incProcess language overview form submissions, updating existing languages.
locale_languages_predefined_formincludes/locale.incPredefined language setup form.
locale_languages_predefined_form_submitincludes/locale.incProcess the language addition form submission.
locale_languages_predefined_form_validateincludes/locale.incValidate the language addition form.
locale_language_listmodules/locale/locale.moduleReturns array of language names
locale_language_namemodules/locale/locale.moduleReturns a language name
locale_localemodules/locale/locale.moduleImplementation of hook_locale().
locale_schemamodules/locale/locale.installImplementation of hook_schema().
locale_translate_deleteincludes/locale.incDelete a language string.
locale_translate_edit_formincludes/locale.incUser interface for string editing.
locale_translate_edit_form_submitincludes/locale.incProcess string editing form submissions. Saves all translations of one string submitted from a form.
locale_translate_export_pot_formincludes/locale.incTranslation template export form.
locale_translate_export_po_formincludes/locale.incForm to export PO files for the languages provided.
locale_translate_import_formincludes/locale.incUser interface for the translation import screen.
locale_translate_import_form_submitincludes/locale.incProcess the locale import form submission.
locale_translate_overview_screenincludes/locale.incOverview screen for translations.
locale_translate_seek_formincludes/locale.incUser interface for the string search screen.
locale_usermodules/locale/locale.moduleImplementation of hook_user().
menu_configuremodules/menu/menu.admin.incMenu callback; Build the form presenting menu configuration options.
menu_delete_menu_confirmmodules/menu/menu.admin.incBuild a confirm form for deletion of a custom menu.
menu_delete_menu_confirm_submitmodules/menu/menu.admin.incDelete a custom menu and all items in it.
menu_edit_itemmodules/menu/menu.admin.incMenu callback; Build the menu link editing form.
menu_edit_item_submitmodules/menu/menu.admin.incProcess menu and menu item add/edit form submissions.
menu_edit_item_validatemodules/menu/menu.admin.incValidate form values for a menu link being added or edited.
menu_edit_menumodules/menu/menu.admin.incMenu callback; Build the form that handles the adding/editing of a custom menu.
menu_edit_menu_validatemodules/menu/menu.admin.incValidates the human and machine-readable names when adding or editing a menu.
menu_form_altermodules/menu/menu.moduleImplementation of hook_form_alter(). Adds menu item fields to the node form.
menu_helpmodules/menu/menu.moduleImplementation of hook_help().
menu_item_delete_formmodules/menu/menu.admin.incBuild a confirm form for deletion of a single menu link.
menu_item_delete_form_submitmodules/menu/menu.admin.incProcess menu delete form submissions.
menu_nodeapimodules/menu/menu.moduleImplementation of hook_nodeapi().
menu_overview_formmodules/menu/menu.admin.incForm for editing an entire menu tree at once.
menu_reset_item_confirmmodules/menu/menu.admin.incMenu callback; reset a single modified item.
menu_reset_item_confirm_submitmodules/menu/menu.admin.incProcess menu reset item form submissions.
menu_schemamodules/menu/menu.installImplementation of hook_schema().
menu_set_active_trailincludes/menu.incSet (or get) the active trail for the current page - the path to root in the menu tree.
multipage_form_example_custom_validatedeveloper/examples/multipage_form_example.moduleValidate our form.
multipage_form_example_formdeveloper/examples/multipage_form_example.moduleImplementation 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_alterdeveloper/examples/multipage_form_example.moduleImplementation of hook_form_alter(). Here, we set up the 'page' field, which keeps track of what stage the form is in.
multipage_form_example_helpdeveloper/examples/multipage_form_example.moduleImplementation of hook_help().
multipage_form_example_menudeveloper/examples/multipage_form_example.moduleImplementation of hook_menu().
multipage_form_example_node_infodeveloper/examples/multipage_form_example.moduleImplementation of hook_node_info().
multipage_form_example_pre_renderdeveloper/examples/multipage_form_example.moduleThe #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_alterdeveloper/examples/nodeapi_example.moduleImplementation of hook_form_alter().
nodeapi_example_nodeapideveloper/examples/nodeapi_example.moduleImplementation of hook_nodeapi().
node_access_example_form_alterdeveloper/examples/node_access_example.moduleImplementation of hook_form_alter()
node_access_rebuildmodules/node/node.moduleRebuild the node access database. This is occasionally needed by modules that make system-wide changes to access levels.
node_action_infomodules/node/node.moduleImplementation of hook_action_info().
node_addmodules/node/node.pages.incPresent a node submission form or a set of links to such forms.
node_admin_nodesmodules/node/node.admin.incForm builder: Builds the node administration overview.
node_admin_nodes_validatemodules/node/node.admin.incValidate node_admin_nodes form submissions.
node_blockmodules/node/node.moduleImplementation of hook_block().
node_body_fieldmodules/node/node.pages.incReturn a node body field, with format and teaser.
node_configuremodules/node/node.admin.incMenu callback; presents general node configuration options.
node_configure_rebuild_confirmmodules/node/node.admin.incMenu callback: confirm rebuilding of permissions.
node_configure_validatemodules/node/node.admin.incForm validate callback.
node_deletemodules/node/node.moduleDelete a node.
node_delete_confirmmodules/node/node.pages.incMenu callback -- ask for confirmation of node deletion
node_example_formdeveloper/examples/node_example.moduleImplementation of hook_form().
node_example_node_infodeveloper/examples/node_example.moduleImplementation 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_validatedeveloper/examples/node_example.moduleImplementation of hook_validate().
node_feedmodules/node/node.moduleA generic function for generating RSS feeds from a set of nodes.
node_filtersmodules/node/node.admin.incList node administration filters that can be applied.
node_filter_formmodules/node/node.admin.incReturn form for node administration filters.
node_filter_form_submitmodules/node/node.admin.incProcess result from node administration filter form.
node_formmodules/node/node.pages.incGenerate the node add/edit form array.
node_form_altermodules/node/node.moduleImplementation of hook_form_alter().
node_helpmodules/node/node.moduleImplementation of hook_help().
node_hook_infomodules/node/node.moduleImplementation of hook_hook_info().
node_linkmodules/node/node.moduleImplementation of hook_link().
node_mass_updatemodules/node/node.admin.incMake mass update of nodes, changing all nodes in the $nodes array to update them with the field values in $updates.
node_node_operationsmodules/node/node.admin.incImplementation of hook_node_operations().
node_overview_typesmodules/node/content_types.incDisplays the content type admin overview page.
node_page_defaultmodules/node/node.moduleMenu callback; Generate a listing of promoted nodes.
node_previewmodules/node/node.pages.incGenerate a node preview.
node_revision_overviewmodules/node/node.pages.incGenerate an overview table of older revisions of a node.
node_revision_revert_confirmmodules/node/node.pages.incAsk for confirmation of the reversion to prevent against CSRF attacks.
node_schemamodules/node/node.installImplementation of hook_schema().
node_searchmodules/node/node.moduleImplementation of hook_search().
node_showmodules/node/node.moduleGenerate a page displaying a single node, along with its comments.
node_teaser_include_verifymodules/node/node.moduleEnsure value of "teaser_include" checkbox is consistent with other form data.
node_type_delete_confirmmodules/node/content_types.incMenu callback; delete a single content type.
node_type_delete_confirm_submitmodules/node/content_types.incProcess content type delete confirm submissions.
node_type_formmodules/node/content_types.incGenerates the node type editing form.
node_type_form_submitmodules/node/content_types.incImplementation of hook_form_submit().
node_type_form_validatemodules/node/content_types.incImplementation of hook_form_validate().
node_validatemodules/node/node.modulePerform validation checks on the given node.
openid_authenticationmodules/openid/openid.moduleAuthenticate a user or attempt registration.
openid_authentication_pagemodules/openid/openid.pages.incMenu callback; Process an OpenID authentication.
openid_beginmodules/openid/openid.moduleThe 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_altermodules/openid/openid.moduleImplementation of hook_form_alter : adds OpenID login to the login forms.
openid_helpmodules/openid/openid.moduleImplementation of hook_help().
openid_redirectmodules/openid/openid.incCreates a js auto-submit redirect for (for the 2.x protocol)
openid_schemamodules/openid/openid.installImplementation of hook_schema().
openid_usermodules/openid/openid.moduleImplementation of hook_user().
openid_user_addmodules/openid/openid.pages.incForm builder; Add an OpenID identity. See alsoopenid_user_add_validate()
openid_user_deletemodules/openid/openid.pages.incMenu callback; Delete the specified OpenID identity from the system.
openid_user_identitiesmodules/openid/openid.pages.incMenu callback; Manage OpenID identities for the specified user.
page_example_bazdeveloper/examples/page_example.moduleA more complex page callback that takes arguments.
page_example_foodeveloper/examples/page_example.moduleA simple page callback.
page_example_helpdeveloper/examples/page_example.moduleImplementation of hook_help().
password_confirm_validateincludes/form.incValidate password_confirm element.
path_admin_deletemodules/path/path.modulePost-confirmation; delete an URL alias.
path_admin_delete_confirmmodules/path/path.admin.incMenu callback; confirms deleting an URL alias
path_admin_filter_formmodules/path/path.admin.incReturn a form to filter URL aliases. See alsopath_admin_filter_form_submit()
path_admin_formmodules/path/path.admin.incReturn a form for editing or creating an individual URL alias. See alsopath_admin_form_validate()
path_admin_form_submitmodules/path/path.admin.incSave a new URL alias to the database.
path_admin_form_validatemodules/path/path.admin.incVerify that a new URL alias is valid
path_admin_overviewmodules/path/path.admin.incReturn 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_altermodules/path/path.moduleImplementation of hook_form_alter().
path_helpmodules/path/path.moduleImplementation of hook_help().
path_nodeapimodules/path/path.moduleImplementation of hook_nodeapi().
phptemplate_comment_wrapperthemes/garland/template.phpAllow themable wrapping of all comments.
php_disablemodules/php/php.installImplementation of hook_disable().
php_filtermodules/php/php.moduleImplementation of hook_filter(). Contains a basic PHP evaluator.
php_filter_tipsmodules/php/php.moduleImplementation of hook_filter_tips().
php_helpmodules/php/php.moduleImplementation of hook_help().
php_installmodules/php/php.installImplementation of hook_install().
ping_helpmodules/ping/ping.moduleImplementation of hook_help().
poll_blockmodules/poll/poll.moduleImplementation of hook_block().
poll_cancel_formmodules/poll/poll.moduleBuilds the cancel form for a poll. See alsopoll_cancel()
poll_formmodules/poll/poll.moduleImplementation of hook_form().
poll_helpmodules/poll/poll.moduleImplementation of hook_help().
poll_node_infomodules/poll/poll.moduleImplementation of hook_node_info().
poll_pagemodules/poll/poll.pages.incMenu callback to provide a simple list of all polls available.
poll_schemamodules/poll/poll.installImplementation of hook_schema().
poll_validatemodules/poll/poll.moduleImplementation of hook_validate().
poll_viewmodules/poll/poll.moduleImplementation of hook_view().
poll_view_votingmodules/poll/poll.moduleGenerates the voting form for a poll. See alsopoll_vote()
poll_view_voting_validatemodules/poll/poll.moduleValidation function for processing votes
poll_votemodules/poll/poll.moduleSubmit handler for processing a vote
poll_votesmodules/poll/poll.pages.incCallback for the 'votes' tab for polls you can see other votes on
profile_admin_overviewmodules/profile/profile.admin.incForm builder to display a listing of all editable profile fields. See alsoprofile_admin_overview_submit()
profile_admin_overview_submitmodules/profile/profile.admin.incSubmit handler to update changed profile field weights and categories. See alsoprofile_admin_overview()
profile_blockmodules/profile/profile.moduleImplementation of hook_block().
profile_browsemodules/profile/profile.pages.incMenu callback; display a list of user information.
profile_field_deletemodules/profile/profile.admin.incMenu callback; deletes a field from all user profiles.
profile_field_delete_submitmodules/profile/profile.admin.incProcess a field delete form submission.
profile_field_formmodules/profile/profile.admin.incMenu callback: Generate a form to add/edit a user profile field. See alsoprofile_field_form_validate()
profile_field_form_submitmodules/profile/profile.admin.incProcess profile_field_form submissions.
profile_field_form_validatemodules/profile/profile.admin.incValidate profile_field_form submissions.
profile_helpmodules/profile/profile.moduleImplementation of hook_help().
profile_schemamodules/profile/profile.installImplementation of hook_schema().
search_admin_settingsmodules/search/search.admin.incMenu callback; displays the search module settings page. See alsosystem_settings_form()
search_admin_settings_validatemodules/search/search.admin.incValidate callback.
search_blockmodules/search/search.moduleImplementation of hook_block().
search_boxmodules/search/search.moduleForm builder; Output a search form for the search block and the theme's search box. See alsosearch_box_form_submit()
search_formmodules/search/search.moduleRender a search form.
search_form_submitmodules/search/search.pages.incProcess a search form submission.
search_helpmodules/search/search.moduleImplementation of hook_help().
search_schemamodules/search/search.installImplementation of hook_schema().
search_viewmodules/search/search.pages.incMenu callback; presents the search form and/or search results.
search_wipe_confirmmodules/search/search.admin.incMenu callback: confirm wiping of the index.
search_wipe_confirm_submitmodules/search/search.admin.incHandler for wipe confirmation
statistics_access_logmodules/statistics/statistics.admin.incMenu callback; Displays recent page accesses.
statistics_access_logging_settingsmodules/statistics/statistics.admin.incForm builder; Configure access logging. See alsosystem_settings_form()
statistics_blockmodules/statistics/statistics.moduleImplementation of hook_block().
statistics_helpmodules/statistics/statistics.moduleImplementation of hook_help().
statistics_recent_hitsmodules/statistics/statistics.admin.incMenu callback; presents the "recent hits" page.
statistics_schemamodules/statistics/statistics.installImplementation of hook_schema().
statistics_top_pagesmodules/statistics/statistics.admin.incMenu callback; presents the "top pages" page.
statistics_top_referrersmodules/statistics/statistics.admin.incMenu callback; presents the "referrer" page.
statistics_top_visitorsmodules/statistics/statistics.admin.incMenu callback; presents the "top visitors" page.
syslog_helpmodules/syslog/syslog.moduleImplementation of hook_help().
system_actions_configuremodules/system/system.moduleMenu callback. Create the form for configuration of a single action.
system_actions_configure_submitmodules/system/system.moduleProcess system_actions_configure form submissions.
system_actions_delete_formmodules/system/system.moduleCreate the form for confirmation of deleting an action. See alsosystem_actions_delete_form_submit()
system_actions_delete_form_submitmodules/system/system.moduleProcess system_actions_delete form submissions.
system_actions_managemodules/system/system.moduleMenu callback. Display an overview of available and configured actions.
system_actions_manage_formmodules/system/system.moduleDefine the form for the actions overview page. See alsosystem_actions_manage_form_submit()
system_action_delete_orphans_postmodules/system/system.modulePost-deletion operations for deleting action orphans.
system_action_infomodules/system/system.moduleImplementation of hook_action_info().
system_admin_by_modulemodules/system/system.admin.incMenu callback; prints a listing of admin tasks for each installed module.
system_admin_menu_block_pagemodules/system/system.admin.incProvide a single block from the administration menu as a page. This function is often a destination for these blocks. For example, 'admin/content/types' needs to have a destination to be valid in the Drupal menu system, but too much...
system_admin_theme_settingsmodules/system/system.admin.incForm builder; This function allows selection of the theme to show in administration sections. See alsosystem_settings_form()
system_blockmodules/system/system.moduleImplementation of hook_block().
system_clean_url_settingsmodules/system/system.admin.incForm builder; Configure Clean URL settings. See alsosystem_settings_form()
system_clear_cache_submitmodules/system/system.admin.incSubmit callback; clear system caches.
system_date_time_settingsmodules/system/system.admin.incForm builder; Configure the site date and time settings. See alsosystem_settings_form()
system_error_reporting_settingsmodules/system/system.admin.incForm builder; Configure error reporting settings. See alsosystem_settings_form()
system_file_system_settingsmodules/system/system.admin.incForm builder; Configure the site file handling. See alsosystem_settings_form()
system_get_module_admin_tasksmodules/system/system.moduleGenerate a list of tasks offered by a specified module.
system_goto_action_formmodules/system/system.moduleImplementation of a configurable Drupal action. Redirect user to a URL.
system_helpmodules/system/system.moduleImplementation of hook_help().
system_hook_infomodules/system/system.moduleImplementation of hook_hook_info().
system_image_toolkit_settingsmodules/system/system.admin.incForm builder; Configure site image toolkit usage. See alsosystem_settings_form()
system_main_admin_pagemodules/system/system.admin.incMenu callback; Provide the administration overview page.
system_message_actionmodules/system/system.moduleA configurable Drupal action. Sends a message to the current user's screen.
system_modulesmodules/system/system.admin.incMenu callback; provides module enable/disable interface.
system_modules_confirm_formmodules/system/system.admin.incDisplay confirmation form for dependencies.
system_modules_submitmodules/system/system.admin.incSubmit callback; handles modules form submission.
system_modules_uninstallmodules/system/system.admin.incBuilds a form of currently disabled modules. See alsosystem_modules_uninstall_validate()
system_modules_uninstall_confirm_formmodules/system/system.admin.incConfirm uninstall of selected modules.
system_modules_uninstall_submitmodules/system/system.admin.incProcesses the submitted uninstall form.
system_modules_uninstall_validatemodules/system/system.admin.incValidates the submit