t

Functions that call t()

Namesort iconLocationDescription
aggregator_admin_edit_categorymodules/aggregator.moduleMenu callback; displays the category edit form, or saves changes and redirects to the overview page.
aggregator_admin_edit_feedmodules/aggregator.moduleMenu callback; displays the feed edit form.
aggregator_blockmodules/aggregator.moduleImplementation of hook_block().
aggregator_helpmodules/aggregator.moduleImplementation of hook_help().
aggregator_menumodules/aggregator.moduleImplementation of hook_menu().
aggregator_page_categoriesmodules/aggregator.moduleMenu callback; displays all the categories used by the aggregator.
aggregator_page_sourcesmodules/aggregator.moduleMenu callback; displays all the feeds used by the aggregator.
aggregator_refreshmodules/aggregator.moduleChecks a news feed for new items.
archive_blockmodules/archive.moduleImplementation of hook_block().
archive_calendarmodules/archive.moduleGenerates a monthly calendar, for display in the archive block.
archive_helpmodules/archive.moduleImplementation of hook_help().
archive_menumodules/archive.moduleImplementation of hook_menu().
archive_pagemodules/archive.moduleMenu callback; lists all nodes posted on a given date.
block_adminmodules/block.moduleMenu callback; displays the block overview page.
block_admin_configuremodules/block.moduleMenu callback; displays the block configuration form.
block_admin_displaymodules/block.modulePrepare the main block administration form.
block_box_addmodules/block.moduleMenu callback; displays the block creation form.
block_box_deletemodules/block.moduleMenu callback; confirm and delete custom blocks.
block_example_blockdeveloper/examples/block_example.moduleImplementation of hook_block().
block_example_contentsdeveloper/examples/block_example.moduleA block content function.
block_example_helpdeveloper/examples/block_example.moduleImplementation of hook_help().
block_helpmodules/block.moduleImplementation of hook_help().
block_menumodules/block.moduleImplementation of hook_menu().
block_usermodules/block.moduleImplementation of hook_user().
blogapi_blogger_edit_postmodules/blogapi.moduleBlogging API callback. Modifies the specified blog node.
blogapi_blogger_new_postmodules/blogapi.moduleBlogging API callback. Inserts a new blog post as a node.
blogapi_helpmodules/blogapi.moduleImplementation of hook_help().
blogapi_metaweblog_new_media_objectmodules/blogapi.moduleBlogging API callback. Inserts a file into Drupal.
blogapi_mt_get_trackback_pingsmodules/blogapi.moduleBlogging API callback. Can not be implemented without support from trackback module.
blogapi_validate_usermodules/blogapi.moduleEnsure that the given user has permission to edit a blog.
blogapi_xmlrpcmodules/blogapi.moduleImplementation of hook_xmlrpc().
blogap_mti_publish_postmodules/blogapi.moduleBlogging API callback. Publishes the given node
blog_blockmodules/blog.moduleImplementation of hook_block().
blog_formmodules/blog.moduleImplementation of hook_form().
blog_helpmodules/blog.moduleImplementation of hook_help().
blog_linkmodules/blog.moduleImplementation of hook_link().
blog_menumodules/blog.moduleImplementation of hook_menu().
blog_node_namemodules/blog.moduleImplementation of hook_node_name().
blog_page_lastmodules/blog.moduleDisplays a Drupal page containing recent blog entries of all users.
blog_page_usermodules/blog.moduleDisplays a Drupal page containing recent blog entries of a given user.
blog_usermodules/blog.moduleImplementation of hook_user().
blog_viewmodules/blog.moduleImplementation of hook_view().
book_adminmodules/book.moduleMenu callback; displays the book administration page.
book_admin_orphanmodules/book.moduleMenu callback; displays a listing of all orphaned book pages.
book_admin_viewmodules/book.moduleDisplay an administrative view of the hierarchy of a book.
book_blockmodules/book.moduleImplementation of hook_block().
book_formmodules/book.moduleImplementation of hook_form().
book_helpmodules/book.moduleImplementation of hook_help().
book_linkmodules/book.moduleImplementation of hook_link().
book_menumodules/book.moduleImplementation of hook_menu().
book_nodeapimodules/book.moduleImplementation of hook_nodeapi().
book_node_namemodules/book.moduleImplementation of hook_node_name().
book_outlinemodules/book.moduleImplementation of function book_outline() Handles all book outline operations.
book_rendermodules/book.moduleMenu callback; prints a listing of all books.
book_viewmodules/book.moduleImplementation of hook_view().
comment_admin_editmodules/comment.moduleMenu callback; edit a comment from the administrative interface.
comment_admin_overviewmodules/comment.moduleMenu callback; present an administrative comment listing.
comment_blockmodules/comment.moduleImplementation of hook_block().
comment_configuremodules/comment.moduleMenu callback; presents the comment settings page.
comment_deletemodules/comment.moduleMenu callback; delete a comment.
comment_helpmodules/comment.moduleImplementation of hook_help().
comment_linkmodules/comment.moduleImplementation of hook_link().
comment_matrix_settingsmodules/comment.moduleMenu callback; presents the moderation vote matrix.
comment_menumodules/comment.moduleImplementation of hook_menu().
comment_nodeapimodules/comment.moduleImplementation of hook_nodeapi().
comment_role_settingsmodules/comment.moduleMenu callback; allows admin to set default scores for different roles.
comment_threshold_settingsmodules/comment.moduleMenu callback; displays settings for thresholds at which comments are displayed.
comment_usermodules/comment.moduleImplementation of hook_user().
comment_vote_settingsmodules/comment.moduleMenu callback; displays page for assigning names to vote values.
contact_helpmodules/contact.moduleImplementation of hook_help().
contact_menumodules/contact.moduleImplementation of hook_menu().
contact_usermodules/contact.moduleImplementation of hook_user().
drupal_access_deniedincludes/common.incGenerates a 403 error if the request is not allowed.
drupal_authmodules/drupal.moduleImplementation of hook_auth().
drupal_check_tokenincludes/common.incCheck the form token if there is POST data for an authenticated user to defend against cross site request forgeries.
drupal_convert_to_utf8includes/common.incConvert data to UTF-8
drupal_directory_pingmodules/drupal.moduleCallback function from drupal_xmlrpc() called when another site pings this one.
drupal_helpmodules/drupal.moduleImplementation of hook_help().
drupal_menumodules/drupal.moduleImplementation of hook_menu().
drupal_notifymodules/drupal.moduleSends a ping to the Drupal directory server.
drupal_not_foundincludes/common.incGenerates a 404 error if the request can not be handled.
drupal_settingsmodules/drupal.moduleImplementation of hook_settings().
drupal_xmlrpcmodules/drupal.moduleImplementation of hook_xmlrpc().
drupal_xml_parser_createincludes/common.incPrepare a new XML parser.
error_handlerincludes/common.incLog errors as defined by administrator Error levels: 1 = Log errors to database. 2 = Log errors to database and to screen.
fileupload_linkdeveloper/examples/fileupload.moduleIntegrate with Drupal
file_check_directoryincludes/file.incCheck that directory exists and is writable.
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_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_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.
filter_admin_addmodules/filter.moduleAdd a new input format.
filter_admin_configuremodules/filter.moduleMenu callback; display settings defined by filters.
filter_admin_deletemodules/filter.moduleMenu callback; confirm deletion of a format.
filter_admin_filtersmodules/filter.moduleMenu callback; configure the filters for a format.
filter_admin_filters_savemodules/filter.moduleSave enabled/disabled status for filters in a format.
filter_admin_ordermodules/filter.moduleMenu callback; display form for ordering filters for a format.
filter_admin_order_savemodules/filter.moduleSave the weights of filters in a format.
filter_admin_overviewmodules/filter.moduleMenu callback; allows administrators to set up input formats.
filter_admin_savemodules/filter.moduleSave input formats on the overview page.
filter_example_filterdeveloper/examples/filter_example.moduleImplementation of hook_filter().
filter_example_filter_tipsdeveloper/examples/filter_example.moduleImplementation of hook_filter_tips().
filter_example_helpdeveloper/examples/filter_example.moduleImplementation of hook_help().
filter_filtermodules/filter.moduleImplementation 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_tipsmodules/filter.moduleImplementation of hook_filter_tips().
filter_formmodules/filter.moduleGenerate a selector for choosing a format in a form.
filter_helpmodules/filter.moduleImplementation of hook_help().
filter_menumodules/filter.moduleImplementation of hook_menu().
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_nameincludes/common.incFormat a username.
format_pluralincludes/common.incFormat a string containing a count of items.
format_sizeincludes/common.incGenerate a string representation for the given byte count.
forum_adminmodules/forum.moduleAdministration page which allows maintaining forums
forum_admin_configuremodules/forum.moduleImplementation of hook_settings
forum_blockmodules/forum.moduleImplementation of hook_block().
forum_formmodules/forum.moduleImplementation of hook_form().
forum_form_containermodules/forum.moduleReturns a form for adding a container to the forum vocabulary
forum_form_forummodules/forum.moduleReturns a form for adding a forum to the forum vocabulary
forum_helpmodules/forum.moduleImplementation of hook_help().
forum_linkmodules/forum.moduleImplementation of hook_link().
forum_menumodules/forum.moduleImplementation of hook_menu().
forum_node_namemodules/forum.moduleImplementation of hook_node_name().
forum_overviewmodules/forum.moduleReturns an overview list of existing forums and containers
forum_pagemodules/forum.moduleMenu callback; prints a forum listing.
forum_validatemodules/forum.moduleImplementation of hook_validate().
help_helpmodules/help.moduleImplementation of hook_help().
help_mainmodules/help.moduleMenu callback; prints a page listing a glossary of Drupal terminology.
help_menumodules/help.moduleImplementation of hook_menu().
help_pagemodules/help.moduleMenu callback; prints a page listing general help for all modules.
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_helpdeveloper/hooks/core.phpProvide online user help.
hook_linkdeveloper/hooks/core.phpDefine internal Drupal links.
hook_menudeveloper/hooks/core.phpDefine menu items and page callbacks.
hook_nodeapideveloper/hooks/core.phpAct on nodes defined by other modules.
hook_node_namedeveloper/hooks/node.phpDefine the human-readable name of a node type.
hook_searchdeveloper/hooks/core.phpDefine a custom search routine.
hook_settingsdeveloper/hooks/core.phpDeclare administrative settings for a module.
hook_userdeveloper/hooks/core.phpAct on user account actions.
hook_validatedeveloper/hooks/node.phpVerify a node editing form.
hook_viewdeveloper/hooks/node.phpDisplay a node.
image_gd_settingsincludes/image.incRetrieve settings for the GD2 toolkit (not used).
image_get_available_toolkitsincludes/image.incReturn a list of available toolkits.
image_toolkit_invokeincludes/image.incInvokes the given method using the currently selected toolkit.
legacy_filtermodules/legacy.moduleImplementation of hook_filter(). Handles URL upgrades from Drupal 4.1.
legacy_helpmodules/legacy.moduleImplementation of hook_help().
legacy_menumodules/legacy.moduleImplementation of hook_menu().
locale_admin_exportmodules/locale.modulePage handler for the translation export screen
locale_admin_importmodules/locale.modulePage handler for the translation import screen
locale_admin_managemodules/locale.modulePage handler for the language management screen
locale_admin_manage_addmodules/locale.modulePage handler for the language addition screen
locale_admin_manage_delete_screenmodules/locale.moduleUser interface for the language deletion confirmation screen
locale_admin_stringmodules/locale.modulePage handler for the string search and administration screen
locale_helpmodules/locale.moduleImplementation of hook_help().
locale_menumodules/locale.moduleImplementation of hook_menu().
locale_usermodules/locale.moduleImplementation of hook_user().
menu_add_menumodules/menu.moduleMenu callback; handle the adding of a new menu.
menu_delete_itemmodules/menu.moduleMenu callback; delete a single custom item.
menu_disable_itemmodules/menu.moduleMenu callback; hide a menu item.
menu_edit_itemmodules/menu.moduleMenu callback; dispatch to the appropriate menu item edit function.
menu_edit_item_formmodules/menu.modulePresent the menu item editing form.
menu_edit_item_savemodules/menu.moduleSave changes to a menu item into the database.
menu_edit_item_validatemodules/menu.moduleConfirm that an edited menu item has fields properly filled in.
menu_get_active_breadcrumbincludes/menu.incReturns an array of rendered menu items in the active breadcrumb trail.
menu_helpmodules/menu.moduleImplementation of hook_help().
menu_menumodules/menu.moduleImplementation of hook_menu().
menu_overview_treemodules/menu.modulePresent the menu tree, rendered along with links to edit menu items.
menu_parent_optionsmodules/menu.moduleReturn a list of menu items that are valid possible parents for the given menu item.
menu_resetmodules/menu.moduleMenu callback; clear the database, resetting the menu to factory defaults.
menu_reset_itemmodules/menu.moduleMenu callback; reset a single modified item.
message_accessincludes/common.incReturn a string with an "access denied" message.
message_naincludes/common.incReturn a string with a "not applicable" message.
nodeapi_example_helpdeveloper/examples/nodeapi_example.moduleImplementation of hook_help().
nodeapi_example_nodeapideveloper/examples/nodeapi_example.moduleImplementation of hook_nodeapi().
node_access_example_helpdeveloper/examples/node_access_example.moduleImplementation of hook_help().
node_access_example_nodeapideveloper/examples/node_access_example.moduleImplementation of hook_nodeapi().
node_addmodules/node.modulePresent a node submission form or a set of links to such forms.
node_adminmodules/node.moduleMenu callback; presents the content administration overview.
node_admin_nodesmodules/node.moduleGenerate the content administration overview.
node_blockmodules/node.moduleImplementation of hook_block().
node_configuremodules/node.moduleMenu callback; presents general node configuration options.
node_deletemodules/node.moduleAsk for confirmation, and delete the node.
node_example_formdeveloper/examples/node_example.moduleImplementation of hook_form().
node_example_helpdeveloper/examples/node_example.moduleImplementation of hook_help().
node_example_linkdeveloper/examples/node_example.moduleImplementation of hook_link().
node_example_menudeveloper/examples/node_example.moduleImplementation of hook_menu().
node_example_node_namedeveloper/examples/node_example.moduleImplementation of hook_node_name().
node_example_validatedeveloper/examples/node_example.moduleImplementation of hook_validate().
node_formmodules/node.moduleGenerate the node editing form.
node_helpmodules/node.moduleImplementation of hook_help().
node_linkmodules/node.moduleImplementation of hook_link().
node_menumodules/node.moduleImplementation of hook_menu().
node_nodeapimodules/node.moduleImplementation of hook_nodeapi().
node_pagemodules/node.moduleMenu callback; dispatches control to the appropriate operation handler.
node_page_defaultmodules/node.moduleGenerate a listing of promoted nodes.
node_previewmodules/node.moduleGenerate a node preview, including a form for further edits.
node_revision_deletemodules/node.moduleDelete the revision with specified revision number.
node_revision_overviewmodules/node.moduleGenerate an overview table of older revisions of a node.
node_revision_rollbackmodules/node.moduleRoll back to the revision with the specified revision number.
node_searchmodules/node.moduleImplementation of hook_search().
node_submitmodules/node.moduleAccepts a submission of new or changed node content.
node_types_configuremodules/node.moduleMenu callback; presents each node type configuration page.
node_validatemodules/node.modulePerform validation checks on the given node.
page_example_helpdeveloper/examples/page_example.moduleImplementation of hook_help().
page_example_menudeveloper/examples/page_example.moduleImplementation of hook_menu().
page_formmodules/page.moduleImplementation of hook_form().
page_helpmodules/page.moduleImplementation of hook_help().
page_menumodules/page.moduleImplementation of hook_menu().
page_node_namemodules/page.moduleImplementation of hook_node_name().
path_admin_deletemodules/path.moduleMenu callback; handles deletion of an URL alias.
path_admin_editmodules/path.moduleMenu callback; handles pages for creating and editing URL aliases.
path_formmodules/path.moduleReturn a form for editing or creating an individual URL alias.
path_helpmodules/path.moduleImplementation of hook_help().
path_menumodules/path.moduleImplementation of hook_menu().
path_nodeapimodules/path.moduleImplementation of hook_nodeapi().
path_overviewmodules/path.moduleReturn a listing of all defined URL aliases.
path_savemodules/path.moduleVerify that a new URL alias is valid, and save it to the database.
ping_helpmodules/ping.moduleImplementation of hook_help().
ping_pingmodules/ping.moduleImplementation of hook_ping().
poll_blockmodules/poll.moduleImplementation of hook_block().
poll_formmodules/poll.moduleImplementation of hook_form().
poll_helpmodules/poll.moduleImplementation of hook_help().
poll_menumodules/poll.moduleImplementation of hook_menu().
poll_node_namemodules/poll.moduleImplementation of hook_node_name().
poll_validatemodules/poll.moduleImplementation of hook_validate().
poll_viewmodules/poll.moduleImplementation of hook_view().
poll_view_resultsmodules/poll.moduleGenerates a graphical representation of the results of a poll.
poll_view_votingmodules/poll.moduleGenerates the voting form for a poll.
poll_votemodules/poll.moduleCallback for processing a vote
profile_admin_addmodules/profile.moduleMenu callback; adds a new field to all user profiles.
profile_admin_deletemodules/profile.moduleMenu callback; deletes a field from all user profiles.
profile_admin_editmodules/profile.moduleMenu callback; displays the profile field editing form.
profile_admin_overviewmodules/profile.moduleMenu callback; display a listing of all editable profile fields.
profile_browsemodules/profile.moduleMenu callback; display a list of user information.
profile_helpmodules/profile.moduleImplementation of hook_help().
profile_menumodules/profile.moduleImplementation of hook_menu().
queue_blockmodules/queue.moduleImplementation of hook_block().
queue_helpmodules/queue.moduleImplementation of hook_help().
queue_menumodules/queue.moduleImplementation of hook_menu().
queue_nodeapimodules/queue.moduleImplementation of hook_nodeapi().
queue_overviewmodules/queue.moduleDisplay a page listing the nodes in the submission queue.
queue_viewmodules/queue.moduleDisplay a queued node along with voting options for it.
search_adminmodules/search.moduleMenu callback; displays the search module settings page.
search_blockmodules/search.moduleImplementation of hook_block().
search_formmodules/search.moduleRender a search form.
search_helpmodules/search.moduleImplementation of hook_help().
search_menumodules/search.moduleImplementation of hook_menu().
search_viewmodules/search.moduleMenu callback; presents the search form and/or search results.
statistics_blockmodules/statistics.moduleImplementation of hook_block().
statistics_helpmodules/statistics.moduleImplementation of hook_help().
statistics_menumodules/statistics.moduleImplementation of hook_menu().
statistics_recent_hitsmodules/statistics.moduleMenu callback; presents the "Recent hits" page.
statistics_settingsmodules/statistics.moduleImplementation of hook_settings().
statistics_top_pagesmodules/statistics.moduleMenu callback; presents the "Top pages" page.
statistics_top_referrersmodules/statistics.moduleMenu callback; presents the "Top referrers" page.
statistics_top_usersmodules/statistics.moduleMenu callback; presents the "Top users" page.
story_formmodules/story.moduleImplementation of hook_form().
story_helpmodules/story.moduleImplementation of hook_help().
story_menumodules/story.moduleImplementation of hook_menu().
story_node_namemodules/story.moduleImplementation of hook_node_name().
system_helpmodules/system.moduleImplementation of hook_help().
system_menumodules/system.moduleImplementation of hook_menu().
system_modulesmodules/system.moduleMenu callback; displays a listing of all modules.
system_module_listingmodules/system.moduleGenerate a list of all the available modules, as well as update the system list.
system_themesmodules/system.moduleMenu callback; displays a listing of all themes.
system_theme_listingmodules/system.moduleGenerate a list of all the available theme/style combinations.
system_theme_settingsmodules/system.moduleMenu callback; display theme configuration for entire site and individual themes.
system_usermodules/system.moduleImplementation of hook_user().
tincludes/common.incTranslate strings to the current locale.
tablesort_headerincludes/tablesort.incFormat a column header.
taxonomy_adminmodules/taxonomy.moduleMenu callback; dispatches to the proper taxonomy administration function.
taxonomy_formmodules/taxonomy.moduleGenerate a form element for selecting terms from a vocabulary.
taxonomy_helpmodules/taxonomy.moduleImplementation of hook_help().
taxonomy_menumodules/taxonomy.moduleImplementation of hook_menu().
taxonomy_overviewmodules/taxonomy.moduleGenerate a tabular listing of administrative functions for vocabularies.
taxonomy_render_nodesmodules/taxonomy.moduleAccepts the result of a pager_query() call, such as that performed by taxonomy_select_nodes(), and formats each node along with a pager.
theme_aggregator_block_itemmodules/aggregator.moduleFormat an individual feed item for display in the block.
theme_aggregator_feedmodules/aggregator.moduleFormat a news feed.
theme_aggregator_page_itemmodules/aggregator.moduleFormat an individual feed item for display on the aggregator page.
theme_aggregator_summary_itemmodules/aggregator.moduleReturn a themed item heading for summary pages located at "aggregator/sources" and "aggregator/categories".
theme_book_navigationmodules/book.modulePrepares both the custom breadcrumb trail and the forward/backward navigation for a node presented as a book page.
theme_confirmincludes/theme.incOutput a confirmation form
theme_filter_tipsmodules/filter.moduleFormat a set of filter tips.
theme_forum_displaymodules/forum.moduleFormat the forum body.
theme_forum_listmodules/forum.moduleFormat the forum listing.
theme_forum_topic_listmodules/forum.moduleFormat the topic listing.
theme_get_settingsincludes/theme.incRetrieve an associative array containing the settings for a theme.
theme_helpincludes/theme.incHook Help - returns theme specific help and information.
theme_nodeapi_example_ratingdeveloper/examples/nodeapi_example.moduleA custom theme function.
theme_node_example_order_infodeveloper/examples/node_example.moduleA custom theme function.
theme_node_previewmodules/node.moduleDisplay a node preview for display during node creation and editing.
theme_pagerincludes/pager.incFormat a query pager.
theme_xml_iconincludes/theme.incReturn code that emits an XML icon.
throttle_exitmodules/throttle.moduleImplementation of hook_exit().
throttle_helpmodules/throttle.moduleImplementation of hook_help().
throttle_settingsmodules/throttle.moduleImplementation of hook_settings().
tracker_helpmodules/tracker.moduleImplementation of hook_help().
tracker_menumodules/tracker.moduleImplementation of hook_menu().
tracker_pagemodules/tracker.moduleMenu callback. Prints a listing of active nodes on the site.
upload_helpmodules/upload.moduleImplementation of hook_help().
upload_linkmodules/upload.moduleImplementation of hook_link().
upload_menumodules/upload.moduleImplementation of hook_menu().
upload_munge_filenamemodules/upload.moduleMunge the filename as needed for security purposes.
upload_nodeapimodules/upload.moduleImplementation of hook_nodeapi().
user_admin_accessmodules/user.moduleMenu callback: list all access rules
user_admin_access_addmodules/user.moduleMenu callback: add an access rule
user_admin_access_checkmodules/user.moduleMenu callback: check an access rule
user_admin_access_deletemodules/user.moduleMenu callback: delete an access rule
user_admin_access_editmodules/user.moduleMenu callback: edit an access rule
user_admin_permmodules/user.moduleMenu callback: administer permissions.
user_admin_rolemodules/user.moduleMenu callback: administer roles.
user_blockmodules/user.moduleImplementation of hook_block().
user_helpmodules/user.moduleImplementation of hook_help().
user_logoutmodules/user.moduleMenu callback; logs the current user out, and redirects to the home page.
user_menumodules/user.moduleImplementation of hook_menu().
user_searchmodules/user.moduleImplementation of hook_search().
user_usermodules/user.moduleImplementation of hook_user().
user_validate_namemodules/user.moduleVerify the syntax of the given name.
watchdog_eventmodules/watchdog.moduleMenu callback; displays details about a log message.
watchdog_helpmodules/watchdog.moduleImplementation of hook_help().
watchdog_menumodules/watchdog.moduleImplementation of hook_menu().
watchdog_overviewmodules/watchdog.moduleMenu callback; displays a listing of log messages.
xmlrpcincludes/xmlrpc.incPerform an XML-RPC request.
_aggregator_page_listmodules/aggregator.modulePrints an aggregator page listing a number of feed items. Various menu callbacks use this function to print their feeds.
_comment_get_modesmodules/comment.moduleReturn an array of viewing modes for comment listings.
_comment_get_ordersmodules/comment.moduleReturn an array of viewing orders for comment listings.
_filter_html_settingsmodules/filter.moduleSettings for the HTML filter.
_forum_confirm_deletemodules/forum.moduleReturns a confirmation page for deleting a forum taxonomy term
_forum_formatmodules/forum.moduleFormats a topic for display
_forum_parent_selectmodules/forum.moduleReturns a select box for available parent terms
_locale_add_languageincludes/locale.incHelper function to add a language
_locale_admin_export_screenincludes/locale.incUser interface for the translation export screen
_locale_admin_import_screenincludes/locale.incUser interface for the translation import screen
_locale_admin_manage_add_screenincludes/locale.incUser interface for the language addition screen
_locale_admin_manage_screenincludes/locale.incUser interface for the language management screen
_locale_export_poincludes/locale.incExports a Portable Object (Template) file for a language
_locale_import_parse_plural_formsincludes/locale.incParses a Plural-Forms entry from a Gettext Portable Object file header
_locale_import_poincludes/locale.incParses Gettext Portable Object file information and inserts into database
_locale_import_read_poincludes/locale.incParses Gettext Portable Object file into an array
_locale_prepare_iso_listincludes/locale.incPrepares the language code list for a select form item with only the unsupported ones
_locale_string_editincludes/locale.incUser interface for string editing
_locale_string_saveincludes/locale.incAction handler for string editing
_locale_string_seekincludes/locale.incPerform a string search and display results in a table
_locale_string_seek_formincludes/locale.incUser interface for the string search screen
_menu_buildincludes/menu.incBuild the menu by querying both modules and the database.
_upload_imagemodules/upload.moduleCheck an upload, if it is an image, make sure it fits within the maximum dimensions allowed.

Functions called by t()

Namesort iconLocationDescription
localemodules/locale.moduleProvides interface translation services
tincludes/common.incTranslate strings to the current locale.
 
 

Drupal is a registered trademark of Dries Buytaert.