t
- Versions
- 4.6 – 5
t($string, $args = 0)- 6
t($string, $args = array(),$langcode= NULL)- 7
t($string, array $args = array(), array $options = array())
Translate strings to the current locale.
When using t(), try to put entire sentences and strings in one t() call. This makes it easier for translators. HTML markup within translation strings is acceptable, if necessary. The suggested syntax for a link embedded within a translation string is:
<?php
$msg = t('You must log in below or <a href="%url">create a new
account</a> before viewing the next page.', array('%url'
=> url('user/register')));
?>We suggest the same syntax for links to other sites. This makes it easy to change link URLs if needed (which happens often) without requiring updates to translations.
Parameters
$string A string containing the English string to translate.
$args An associative array of replacements to make after translation. Incidences of any key in this array are replaced with the corresponding value.
Return value
The translated string.
▾ 549 functions call t()
- aggregator_admin_remove_feed in modules/aggregator.module
- aggregator_block in modules/aggregator.module
- Implementation of hook_block().
- aggregator_form_category_submit in modules/aggregator.module
- Process aggregator_form_category form submissions. @todo Add delete confirmation dialog.
- aggregator_form_category_validate in modules/aggregator.module
- Validate aggregator_form_feed form submissions.
- aggregator_form_feed in modules/aggregator.module
- Generate a form to add/edit feed sources.
- aggregator_form_feed_submit in modules/aggregator.module
- Process aggregator_form_feed form submissions. @todo Add delete confirmation dialog.
- aggregator_form_feed_validate in modules/aggregator.module
- Validate aggregator_form_feed form submissions.
- aggregator_help in modules/aggregator.module
- Implementation of hook_help().
- aggregator_menu in modules/aggregator.module
- Implementation of hook_menu().
- aggregator_page_categories in modules/aggregator.module
- Menu callback; displays all the categories used by the aggregator.
- aggregator_page_list_submit in modules/aggregator.module
- aggregator_page_list_validate in modules/aggregator.module
- aggregator_page_rss in modules/aggregator.module
- Menu callback; generate an RSS 0.92 feed of aggregator items or categories.
- aggregator_page_sources in modules/aggregator.module
- Menu callback; displays all the feeds used by the aggregator.
- aggregator_parse_feed in modules/aggregator.module
- aggregator_refresh in modules/aggregator.module
- Checks a news feed for new items.
- aggregator_remove in modules/aggregator.module
- aggregator_settings in modules/aggregator.module
- Implementation of hook_settings().
- aggregator_view in modules/aggregator.module
- archive_block in modules/archive.module
- Implementation of hook_block().
- archive_browse_form in modules/archive.module
- Generate a form that retrieves archives for a certain date.
- archive_calendar in modules/archive.module
- Generates a monthly calendar, for display in the archive block.
- archive_help in modules/archive.module
- Implementation of hook_help().
- archive_menu in modules/archive.module
- Implementation of hook_menu().
- archive_page in modules/archive.module
- Menu callback; lists all nodes posted on a given date.
- block_admin_configure in modules/block.module
- Menu callback; displays the block configuration form.
- block_admin_configure_submit in modules/block.module
- block_admin_configure_validate in modules/block.module
- block_admin_display in modules/block.module
- Generate main block administration form.
- block_admin_display_submit in modules/block.module
- Process main block administration form submission.
- block_box_add in modules/block.module
- Menu callback; displays the block creation form.
- block_box_add_submit in modules/block.module
- block_box_add_validate in modules/block.module
- block_box_delete in modules/block.module
- Menu callback; confirm deletion of custom blocks.
- block_box_delete_confirm_submit in modules/block.module
- Deletion of custom blocks.
- block_box_form in modules/block.module
- block_example_block in developer/examples/block_example.module
- Implementation of hook_block().
- block_example_contents in developer/examples/block_example.module
- A block content function.
- block_example_help in developer/examples/block_example.module
- Implementation of hook_help().
- block_help in modules/block.module
- Implementation of hook_help().
- block_menu in modules/block.module
- Implementation of hook_menu().
- block_user in modules/block.module
- Implementation of hook_user().
- blogapi_blogger_edit_post in modules/blogapi.module
- Blogging API callback. Modifies the specified blog node.
- blogapi_blogger_new_post in modules/blogapi.module
- Blogging API callback. Inserts a new blog post as a node.
- blogapi_help in modules/blogapi.module
- Implementation of hook_help().
- blogapi_menu in modules/blogapi.module
- blogapi_metaweblog_new_media_object in modules/blogapi.module
- Blogging API callback. Inserts a file into Drupal.
- blogapi_mt_get_trackback_pings in modules/blogapi.module
- Blogging API callback. Can not be implemented without support from trackback module.
- blogapi_settings in modules/blogapi.module
- blogapi_validate_user in modules/blogapi.module
- Ensure that the given user has permission to edit a blog.
- blogapi_xmlrpc in modules/blogapi.module
- Implementation of hook_xmlrpc().
- blogap_mti_publish_post in modules/blogapi.module
- Blogging API callback. Publishes the given node
- blog_block in modules/blog.module
- Implementation of hook_block().
- blog_form in modules/blog.module
- Implementation of hook_form().
- blog_help in modules/blog.module
- Implementation of hook_help().
- blog_link in modules/blog.module
- Implementation of hook_link().
- blog_menu in modules/blog.module
- Implementation of hook_menu().
- blog_node_info in modules/blog.module
- Implementation of hook_node_info().
- blog_page_last in modules/blog.module
- Displays a Drupal page containing recent blog entries of all users.
- blog_page_user in modules/blog.module
- Displays a Drupal page containing recent blog entries of a given user.
- blog_user in modules/blog.module
- Implementation of hook_user().
- blog_view in modules/blog.module
- Implementation of hook_view().
- book_admin_edit in modules/book.module
- Display an administrative view of the hierarchy of a book.
- book_admin_edit_submit in modules/book.module
- book_admin_orphan in modules/book.module
- Menu callback; displays a listing of all orphaned book pages.
- book_admin_overview in modules/book.module
- Returns an administrative overview of all books.
- book_block in modules/book.module
- Implementation of hook_block().
- book_export in modules/book.module
- Menu callback; Generates various representation of a book page with all descendants and prints the requested representation to output.
- book_form in modules/book.module
- Implementation of hook_form().
- book_help in modules/book.module
- Implementation of hook_help().
- book_link in modules/book.module
- Implementation of hook_link().
- book_menu in modules/book.module
- Implementation of hook_menu().
- book_nodeapi in modules/book.module
- Implementation of hook_nodeapi().
- book_node_info in modules/book.module
- Implementation of hook_node_info().
- book_outline in modules/book.module
- Implementation of function book_outline() Handles all book outline operations.
- book_outline_submit in modules/book.module
- Handles book outline form submissions.
- book_toc in modules/book.module
- Returns an array of titles and nid entries of book pages in table of contents order.
- chameleon_comment in themes/chameleon/chameleon.theme
- chameleon_node in themes/chameleon/chameleon.theme
- chameleon_page in themes/chameleon/chameleon.theme
- chameleon_regions in themes/chameleon/chameleon.theme
- comment_admin_overview in modules/comment.module
- Menu callback; present an administrative comment listing.
- comment_admin_overview_submit in modules/comment.module
- Execute the chosen 'Update option' on the selected comments, such as publishing, unpublishing or deleting.
- comment_admin_overview_validate in modules/comment.module
- We can't execute any 'Update options' if no comments were selected.
- comment_block in modules/comment.module
- Implementation of hook_block().
- comment_configure in modules/comment.module
- Menu callback; presents the comment settings page.
- comment_confirm_delete_submit in modules/comment.module
- comment_controls in modules/comment.module
- comment_delete in modules/comment.module
- Menu callback; delete a comment.
- comment_form in modules/comment.module
- comment_form_add_preview in modules/comment.module
- comment_form_alter in modules/comment.module
- comment_help in modules/comment.module
- Implementation of hook_help().
- comment_link in modules/comment.module
- Implementation of hook_link().
- comment_links in modules/comment.module
- comment_menu in modules/comment.module
- Implementation of hook_menu().
- comment_multiple_delete_confirm in modules/comment.module
- List the selected comments and verify that the admin really wants to delete them.
- comment_multiple_delete_confirm_submit in modules/comment.module
- Perform the actual comment deletion.
- comment_operations in modules/comment.module
- Comment operations. We offer different update operations depending on which comment administration page we're on.
- comment_render in modules/comment.module
- comment_reply in modules/comment.module
- comment_save in modules/comment.module
- Accepts a submission of new or changed comment content.
- comment_user in modules/comment.module
- Implementation of hook_user().
- comment_validate in modules/comment.module
- confirm_form in modules/system.module
- contact_admin_categories in modules/contact.module
- Categories/list tab.
- contact_admin_delete in modules/contact.module
- Category delete page.
- contact_admin_delete_submit in modules/contact.module
- Process category delete form submission.
- contact_admin_edit in modules/contact.module
- Category edit page.
- contact_admin_edit_submit in modules/contact.module
- Process the contact category edit page form submission.
- contact_admin_edit_validate in modules/contact.module
- Validate the contact category edit page form submission.
- contact_admin_settings in modules/contact.module
- Settings tab. Using a form rather than hook_settings().
- contact_help in modules/contact.module
- Implementation of hook_help().
- contact_mail_page in modules/contact.module
- Site-wide contact page
- contact_mail_page_submit in modules/contact.module
- Process the site-wide contact page form submission.
- contact_mail_page_validate in modules/contact.module
- Validate the site-wide contact page form submission.
- contact_mail_user in modules/contact.module
- Personal contact page.
- contact_mail_user_submit in modules/contact.module
- Process the personal contact page form submission.
- contact_menu in modules/contact.module
- Implementation of hook_menu().
- contact_user in modules/contact.module
- Implementation of hook_user().
- date_validate in includes/form.inc
- Validates the FAPI date type to stop dates like 30/Feb/2006
- db_check_setup in includes/database.pgsql.inc
- Verify if the database is set up correctly.
- do_search in modules/search.module
- Do a query on the full-text search index for a word or words.
- drupal_access_denied in includes/common.inc
- Generates a 403 error if the request is not allowed.
- drupal_auth in modules/drupal.module
- Implementation of hook_auth().
- drupal_client_ping in modules/drupal.module
- Callback function from drupal_xmlrpc() called when another site pings this one.
- drupal_convert_to_utf8 in includes/unicode.inc
- Convert data to UTF-8
- drupal_help in modules/drupal.module
- Implementation of hook_help().
- drupal_menu in modules/drupal.module
- Implementation of hook_menu().
- drupal_notify in modules/drupal.module
- Sends a ping to the Drupal directory server.
- drupal_not_found in includes/common.inc
- Generates a 404 error if the request can not be handled.
- drupal_settings in modules/drupal.module
- Implementation of hook_settings().
- drupal_site_offline in includes/common.inc
- Generates a site off-line message
- drupal_validate_form in includes/form.inc
- drupal_xmlrpc in modules/drupal.module
- Implementation of hook_xmlrpc().
- drupal_xml_parser_create in includes/unicode.inc
- Prepare a new XML parser.
- error_handler in includes/common.inc
- Log errors as defined by administrator Error levels: 0 = Log errors to database. 1 = Log errors to database and to screen.
- fileupload_form in developer/examples/fileupload.module
- Implementation of hook_form().
- fileupload_help in developer/examples/fileupload.module
- Implementation of hook_help.
- fileupload_menu in developer/examples/fileupload.module
- Implementation of hook_menu.
- fileupload_node_info in developer/examples/fileupload.module
- Implementation of hook_node_info.
- fileupload_validate in developer/examples/fileupload.module
- Implementation of hook_validate().
- file_check_directory in 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_check_upload in includes/file.inc
- file_copy in 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().
- file_move in includes/file.inc
- Moves a file to a new location.
- file_save_data in includes/file.inc
- Save a string to the specified destination.
- filter_admin_configure in modules/filter.module
- Menu callback; display settings defined by filters.
- filter_admin_delete in modules/filter.module
- Menu callback; confirm deletion of a format.
- filter_admin_delete_submit in modules/filter.module
- Process filter delete form submission.
- filter_admin_format_form in modules/filter.module
- Generate a filter format form.
- filter_admin_format_form_submit in modules/filter.module
- Process filter format form submissions.
- filter_admin_format_form_validate in modules/filter.module
- Validate filter format form submissions.
- filter_admin_order in modules/filter.module
- Menu callback; display form for ordering filters for a format.
- filter_admin_order_submit in modules/filter.module
- Process filter order configuration form submission.
- filter_admin_overview in modules/filter.module
- Displays a list of all input formats and which one is the default
- filter_admin_overview_submit in modules/filter.module
- filter_example_filter in developer/examples/filter_example.module
- Implementation of hook_filter().
- filter_example_filter_tips in developer/examples/filter_example.module
- Implementation of hook_filter_tips().
- filter_example_help in developer/examples/filter_example.module
- Implementation of hook_help().
- filter_filter in modules/filter.module
- Implementation of hook_filter(). Contains a basic set of essential filters.
- filter_filter_tips in modules/filter.module
- Implementation of hook_filter_tips().
- filter_form in modules/filter.module
- Generate a selector for choosing a format in a form.
- filter_form_validate in modules/filter.module
- filter_help in modules/filter.module
- Implementation of hook_help().
- filter_menu in modules/filter.module
- Implementation of hook_menu().
- format_date in includes/common.inc
- Format a date with the given configured format or a custom format string.
- format_interval in includes/common.inc
- Format a time interval with the requested granularity.
- format_plural in includes/common.inc
- Format a string containing a count of items.
- format_size in includes/common.inc
- Generate a string representation for the given byte count.
- forum_admin_configure in modules/forum.module
- Implementation of hook_settings
- forum_block in modules/forum.module
- Implementation of hook_block().
- forum_confirm_delete_submit in modules/forum.module
- Implementation of forms api _submit call. Deletes a forum after confirmation.
- forum_form in modules/forum.module
- Implementation of hook_form().
- forum_form_alter in modules/forum.module
- Implementation of hook_form_alter().
- forum_form_container in modules/forum.module
- Returns a form for adding a container to the forum vocabulary
- forum_form_forum in modules/forum.module
- Returns a form for adding a forum to the forum vocabulary
- forum_form_submit in modules/forum.module
- Process forum form and container form submissions.
- forum_get_topics in modules/forum.module
- forum_help in modules/forum.module
- Implementation of hook_help().
- forum_menu in modules/forum.module
- Implementation of hook_menu().
- forum_node_info in modules/forum.module
- Implementation of hook_node_info().
- forum_overview in modules/forum.module
- Returns an overview list of existing forums and containers
- forum_page in modules/forum.module
- Menu callback; prints a forum listing.
- forum_validate in modules/forum.module
- Implementation of hook_validate().
- help_help in modules/help.module
- Implementation of hook_help().
- help_links_as_list in modules/help.module
- help_main in modules/help.module
- Menu callback; prints a page listing a glossary of Drupal terminology.
- help_menu in modules/help.module
- Implementation of hook_menu().
- help_page in modules/help.module
- Menu callback; prints a page listing general help for all modules.
- hook_block in developer/hooks/core.php
- Declare a block or set of blocks.
- hook_filter in developer/hooks/core.php
- Define content filters.
- hook_filter_tips in developer/hooks/core.php
- Provide tips for using filters.
- hook_form in developer/hooks/node.php
- Display a node editing form.
- hook_form_alter in developer/hooks/core.php
- Perform alterations before a form is rendered. One popular use of this hook is to add form elements to the node form.
- hook_help in developer/hooks/core.php
- Provide online user help.
- hook_link in developer/hooks/core.php
- Define internal Drupal links.
- hook_menu in developer/hooks/core.php
- Define menu items and page callbacks.
- hook_nodeapi in developer/hooks/core.php
- Act on nodes defined by other modules.
- hook_node_info in developer/hooks/node.php
- Define the human-readable name of a node type.
- hook_prepare in 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_search in developer/hooks/core.php
- Define a custom search routine.
- hook_settings in developer/hooks/core.php
- Declare administrative settings for a module.
- hook_user in developer/hooks/core.php
- Act on user account actions.
- hook_validate in developer/hooks/node.php
- Verify a node editing form.
- hook_view in developer/hooks/node.php
- Display a node.
- hook_xmlrpc in developer/hooks/core.php
- Register XML-RPC callbacks.
- image_gd_settings in includes/image.inc
- Retrieve settings for the GD2 toolkit (not used).
- image_get_available_toolkits in includes/image.inc
- Return a list of available toolkits.
- image_toolkit_invoke in includes/image.inc
- Invokes the given method using the currently selected toolkit.
- image_toolkit_validate in includes/image.inc
- Validates toolkit selection.
- legacy_filter in modules/legacy.module
- Implementation of hook_filter(). Handles URL upgrades from Drupal 4.1.
- legacy_help in modules/legacy.module
- Implementation of hook_help().
- legacy_menu in modules/legacy.module
- Implementation of hook_menu().
- locale_add_language_form_validate in includes/locale.inc
- Validate the language addition form.
- locale_admin_manage_delete_form in modules/locale.module
- User interface for the language deletion confirmation screen.
- locale_admin_manage_delete_form_submit in modules/locale.module
- Process language deletion submissions.
- locale_admin_string_delete in modules/locale.module
- Delete a string.
- locale_help in modules/locale.module
- Implementation of hook_help().
- locale_menu in modules/locale.module
- Implementation of hook_menu().
- locale_user in modules/locale.module
- Implementation of hook_user().
- menu_configure in modules/menu.module
- Menu callback; presents menu configuration options.
- menu_confirm_delete_form_submit in modules/menu.module
- Process menu delete form submissions.
- menu_disable_confirm_submit in modules/menu.module
- menu_disable_item in modules/menu.module
- Menu callback; hide a menu item.
- menu_edit_item_form in modules/menu.module
- Present the menu item editing form.
- menu_edit_item_save in modules/menu.module
- Save changes to a menu item into the database.
- menu_edit_menu_form in modules/menu.module
- Menu callback; handle the adding/editing of a new menu.
- menu_form_alter in modules/menu.module
- Implementation of hook_form_alter(). Add menu item fields to the node form.
- menu_get_active_breadcrumb in includes/menu.inc
- Returns an array of rendered menu items in the active breadcrumb trail.
- menu_help in modules/menu.module
- Implementation of hook_help().
- menu_item_delete_form in modules/menu.module
- Menu callback; delete a single custom item.
- menu_menu in modules/menu.module
- Implementation of hook_menu().
- menu_overview_tree in modules/menu.module
- Present the menu tree, rendered along with links to edit menu items.
- menu_overview_tree_rows in modules/menu.module
- menu_parent_options in modules/menu.module
- Return a list of menu items that are valid possible parents for the given menu item. The list excludes the given item and its children.
- menu_primary_links in includes/menu.inc
- Returns an array containing the primary links. Can optionally descend from the root of the Primary links menu towards the current node for a specified number of levels and return that submenu. Used to generate a primary/secondary menu from different...
- menu_reset_item in modules/menu.module
- Menu callback; reset a single modified item.
- menu_reset_item_form_submit in modules/menu.module
- Process menu reset item form submissions.
- message_na in includes/common.inc
- Return a string with a "not applicable" message.
- multipage_form_example_custom_validate in developer/examples/multipage_form_example.module
- Validate our form.
- multipage_form_example_form in 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 in 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 in developer/examples/multipage_form_example.module
- Implementation of hook_help().
- multipage_form_example_menu in developer/examples/multipage_form_example.module
- Implementation of hook_menu().
- multipage_form_example_node_info in developer/examples/multipage_form_example.module
- Implementation of hook_node_info().
- multipage_form_example_pre_render in 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 in developer/examples/nodeapi_example.module
- Implementation of hook_form_alter().
- nodeapi_example_help in developer/examples/nodeapi_example.module
- Implementation of hook_help().
- nodeapi_example_nodeapi in developer/examples/nodeapi_example.module
- Implementation of hook_nodeapi().
- node_access_example_form_alter in developer/examples/node_access_example.module
- Implementation of hook_form_alter().
- node_access_example_help in developer/examples/node_access_example.module
- Implementation of hook_help().
- node_add in modules/node.module
- Present a node submission form or a set of links to such forms.
- node_admin_nodes in modules/node.module
- Menu callback: content administration.
- node_admin_nodes_submit in modules/node.module
- Generate the content administration overview.
- node_admin_nodes_validate in modules/node.module
- node_block in modules/node.module
- Implementation of hook_block().
- node_configure in modules/node.module
- Menu callback; presents general node configuration options.
- node_delete in modules/node.module
- Delete a node.
- node_delete_confirm in modules/node.module
- Menu callback -- ask for confirmation of node deletion
- node_example_form in developer/examples/node_example.module
- Implementation of hook_form().
- node_example_help in developer/examples/node_example.module
- Implementation of hook_help().
- node_example_menu in developer/examples/node_example.module
- Implementation of hook_menu().
- node_example_node_info in developer/examples/node_example.module
- Implementation of hook_node_info(). This function replaces hook_node_name() and hook_node_types() from 4.6.
- node_example_validate in developer/examples/node_example.module
- Implementation of hook_validate().
- node_feed in modules/node.module
- A generic function for generating RSS feeds from a set of nodes.
- node_filters in modules/node.module
- List node administration filters that can be applied.
- node_filter_form in modules/node.module
- Return form for node administration filters.
- node_filter_form_submit in modules/node.module
- Process result from node administration filter form.
- node_form_add_preview in modules/node.module
- node_form_alter in modules/node.module
- Implementation of hook_form_alter().
- node_form_array in modules/node.module
- Generate the node editing form array.
- node_form_submit in modules/node.module
- node_help in modules/node.module
- Implementation of hook_help().
- node_link in modules/node.module
- Implementation of hook_link().
- node_menu in modules/node.module
- Implementation of hook_menu().
- node_multiple_delete_confirm in modules/node.module
- node_multiple_delete_confirm_submit in modules/node.module
- node_operations in modules/node.module
- List node administration operations that can be performed.
- node_page in modules/node.module
- Menu callback; dispatches control to the appropriate operation handler.
- node_page_default in modules/node.module
- Generate a listing of promoted nodes.
- node_preview in modules/node.module
- Generate a node preview.
- node_revisions in modules/node.module
- Menu callback for revisions related activities.
- node_revision_delete in modules/node.module
- Delete the revision with specified revision number. A "delete revision" nodeapi event is invoked when a revision is deleted.
- node_revision_delete_confirm_submit in modules/node.module
- node_revision_overview in modules/node.module
- Generate an overview table of older revisions of a node.
- node_revision_revert in modules/node.module
- Revert to the revision with the specified revision number. A node and nodeapi "update" event is triggered (via the node_save() call) when a revision is reverted.
- node_revision_revert_confirm_submit in modules/node.module
- node_search in modules/node.module
- Implementation of hook_search().
- node_types_configure in modules/node.module
- Menu callback; presents each node type configuration page.
- node_validate in modules/node.module
- Perform validation checks on the given node.
- node_view in modules/node.module
- Generate a display of the given node.
- page_example_help in developer/examples/page_example.module
- Implementation of hook_help().
- page_example_menu in developer/examples/page_example.module
- Implementation of hook_menu().
- page_form in modules/page.module
- Implementation of hook_form().
- page_help in modules/page.module
- Implementation of hook_help().
- page_menu in modules/page.module
- Implementation of hook_menu().
- page_node_info in modules/page.module
- Implementation of hook_node_info().
- password_confirm_validate in includes/form.inc
- Validate password_confirm element.
- path_admin_delete in modules/path.module
- Post-confirmation; delete an URL alias.
- path_admin_delete_confirm in modules/path.module
- Menu callback; confirms deleting an URL alias
- path_form in modules/path.module
- Return a form for editing or creating an individual URL alias.
- path_form_alter in modules/path.module
- Implementation of hook_form_alter().
- path_form_submit in modules/path.module
- Save URL alias to the database.
- path_form_validate in modules/path.module
- Verify that URL alias is valid.
- path_help in modules/path.module
- Implementation of hook_help().
- path_menu in modules/path.module
- Implementation of hook_menu().
- path_nodeapi in modules/path.module
- Implementation of hook_nodeapi().
- path_overview in modules/path.module
- Return a listing of all defined URL aliases.
- phptemplate_comment in themes/engines/phptemplate/phptemplate.engine
- Prepare the values passed to the theme_comment function to be passed into a pluggable template engine.
- phptemplate_regions in themes/engines/phptemplate/phptemplate.engine
- Declare the available regions implemented by this engine.
- ping_help in modules/ping.module
- Implementation of hook_help().
- ping_ping in modules/ping.module
- Implementation of hook_ping().
- poll_block in modules/poll.module
- Implementation of hook_block().
- poll_form in modules/poll.module
- Implementation of hook_form().
- poll_help in modules/poll.module
- Implementation of hook_help().
- poll_menu in modules/poll.module
- Implementation of hook_menu().
- poll_node_info in modules/poll.module
- Implementation of hook_node_info().
- poll_page in modules/poll.module
- poll_validate in modules/poll.module
- Implementation of hook_validate().
- poll_view in modules/poll.module
- Implementation of hook_view().
- poll_view_voting in modules/poll.module
- Generates the voting form for a poll.
- poll_vote in modules/poll.module
- Callback for processing a vote
- profile_admin_overview in modules/profile.module
- Menu callback; display a listing of all editable profile fields.
- profile_block in modules/profile.module
- Implementation of hook_block().
- profile_browse in modules/profile.module
- Menu callback; display a list of user information.
- profile_field_delete in modules/profile.module
- Menu callback; deletes a field from all user profiles.
- profile_field_delete_submit in modules/profile.module
- Process a field delete form submission.
- profile_field_form in modules/profile.module
- Menu callback: Generate a form to add/edit a user profile field.
- profile_field_form_submit in modules/profile.module
- Process profile_field_form submissions.
- profile_field_form_validate in modules/profile.module
- Validate profile_field_form submissions.
- profile_help in modules/profile.module
- Implementation of hook_help().
- profile_menu in modules/profile.module
- Implementation of hook_menu().
- profile_validate_profile in modules/profile.module
- profile_view_profile in modules/profile.module
- search_block in modules/search.module
- Implementation of hook_block().
- search_box in modules/search.module
- Output a search form for the search block and the theme's search box.
- search_form in modules/search.module
- Render a search form.
- search_form_submit in modules/search.module
- Process a search form submission.
- search_help in modules/search.module
- Implementation of hook_help().
- search_menu in modules/search.module
- Implementation of hook_menu().
- search_settings in modules/search.module
- Menu callback; displays the search module settings page.
- search_settings_form_validate in modules/search.module
- Implementation of hook_validate().
- search_view in modules/search.module
- Menu callback; presents the search form and/or search results.
- search_wipe_confirm in modules/search.module
- Menu callback: confirm wiping of the index.
- search_wipe_confirm_submit in modules/search.module
- Handler for wipe confirmation
- statistics_access_log in modules/statistics.module
- statistics_block in modules/statistics.module
- Implementation of hook_block().
- statistics_help in modules/statistics.module
- Implementation of hook_help().
- statistics_menu in modules/statistics.module
- Implementation of hook_menu().
- statistics_node_tracker in modules/statistics.module
- statistics_recent_hits in modules/statistics.module
- Menu callback; presents the "recent hits" page.
- statistics_settings in modules/statistics.module
- Implementation of hook_settings().
- statistics_top_pages in modules/statistics.module
- Menu callback; presents the "top pages" page.
- statistics_top_referrers in modules/statistics.module
- Menu callback; presents the "referrer" page.
- statistics_top_visitors in modules/statistics.module
- Menu callback; presents the "top visitors" page.
- statistics_user_tracker in modules/statistics.module
- story_form in modules/story.module
- Implementation of hook_form().
- story_help in modules/story.module
- Implementation of hook_help().
- story_menu in modules/story.module
- Implementation of hook_menu().
- story_node_info in modules/story.module
- Implementation of hook_node_info().
- system_cron_settings in modules/system.module
- Return the cron status and errors for admin/settings.
- system_help in modules/system.module
- Implementation of hook_help().
- system_menu in modules/system.module
- Implementation of hook_menu().
- system_modules in modules/system.module
- Menu callback; displays a listing of all modules.
- system_modules_submit in modules/system.module
- system_settings_form in modules/system.module
- system_settings_form_submit in modules/system.module
- Execute the system_settings_form.
- system_themes in modules/system.module
- Menu callback; displays a listing of all themes.
- system_themes_submit in modules/system.module
- system_theme_select_form in modules/system.module
- Returns a fieldset containing the theme select form.
- system_theme_settings in modules/system.module
- Menu callback; display theme configuration for entire site and individual themes.
- system_theme_settings_submit in modules/system.module
- system_user in modules/system.module
- Implementation of hook_user().
- system_view_general in modules/system.module
- tablesort_header in includes/tablesort.inc
- Format a column header.
- taxonomy_admin_term_edit in modules/taxonomy.module
- Page to list terms for a vocabulary
- taxonomy_admin_vocabulary_edit in modules/taxonomy.module
- Page to add or edit a vocabulary
- taxonomy_form in modules/taxonomy.module
- Generate a form element for selecting terms from a vocabulary.
- taxonomy_form_alter in modules/taxonomy.module
- Generate a form for selecting terms to associate with a node.
- taxonomy_form_term in modules/taxonomy.module
- taxonomy_form_term_submit in modules/taxonomy.module
- Accept the form submission for a taxonomy term and save the result.
- taxonomy_form_vocabulary in modules/taxonomy.module
- Display form for adding and editing vocabularies.
- taxonomy_form_vocabulary_submit in modules/taxonomy.module
- Accept the form submission for a vocabulary and save the results.
- taxonomy_help in modules/taxonomy.module
- Implementation of hook_help().
- taxonomy_menu in modules/taxonomy.module
- Implementation of hook_menu().
- taxonomy_node_validate in modules/taxonomy.module
- Make sure incoming vids are free tagging enabled.
- taxonomy_overview_terms in modules/taxonomy.module
- Display a tree of all the terms in a vocabulary, with options to edit each one.
- taxonomy_overview_vocabularies in modules/taxonomy.module
- List and manage vocabularies.
- taxonomy_render_nodes in modules/taxonomy.module
- Accepts the result of a pager_query() call, such as that performed by taxonomy_select_nodes(), and formats each node along with a pager.
- taxonomy_term_confirm_delete_submit in modules/taxonomy.module
- taxonomy_vocabulary_confirm_delete_submit in modules/taxonomy.module
- theme_aggregator_block_item in modules/aggregator.module
- Format an individual feed item for display in the block.
- theme_aggregator_feed in modules/aggregator.module
- Format a news feed.
- theme_aggregator_page_item in modules/aggregator.module
- Format an individual feed item for display on the aggregator page.
- theme_aggregator_page_list in modules/aggregator.module
- theme_aggregator_summary_item in modules/aggregator.module
- Return a themed item heading for summary pages located at "aggregator/sources" and "aggregator/categories".
- theme_block_admin_display in modules/block.module
- Theme main block administration form submission.
- theme_book_admin_table in modules/book.module
- theme_book_navigation in modules/book.module
- Prepares the links to children (TOC) and forward/backward navigation for a node presented as a book page.
- theme_comment in modules/comment.module
- theme_comment_admin_overview in modules/comment.module
- theme_comment_block in modules/comment.module
- theme_comment_controls in modules/comment.module
- theme_comment_folded in modules/comment.module
- theme_comment_post_forbidden in modules/comment.module
- theme_feed_icon in includes/theme.inc
- Return code that emits an feed icon.
- theme_filter_admin_order in modules/filter.module
- Theme filter order configuration form.
- theme_filter_admin_overview in modules/filter.module
- theme_filter_tips in modules/filter.module
- Format a set of filter tips.
- theme_form_element in includes/theme.inc
- Return a themed form element.
- theme_forum_display in modules/forum.module
- Format the forum body.
- theme_forum_list in modules/forum.module
- Format the forum listing.
- theme_forum_topic_list in modules/forum.module
- Format the topic listing.
- theme_forum_topic_navigation in modules/forum.module
- Format the next/previous forum topic navigation links.
- theme_locale_admin_manage_screen in includes/locale.inc
- Theme the locale admin manager form.
- theme_mark in includes/theme.inc
- Return a themed marker, useful for marking new or updated content.
- theme_more_help_link in includes/theme.inc
- Returns code that emits the 'more help'-link.
- theme_multipage_form_example in developer/examples/multipage_form_example.module
- A custom theme function.
- theme_multipage_form_example_node_form in developer/examples/multipage_form_example.module
- theme_node in includes/theme.inc
- Return a themed node.
- theme_nodeapi_example_rating in developer/examples/nodeapi_example.module
- A custom theme function.
- theme_node_admin_nodes in modules/node.module
- Theme node administration overview.
- theme_node_example_order_info in developer/examples/node_example.module
- A custom theme function.
- theme_node_filters in modules/node.module
- Theme node administraton filter selector.
- theme_node_preview in modules/node.module
- Display a node preview for display during node creation and editing.
- theme_node_search_admin in modules/node.module
- theme_pager in includes/pager.inc
- Format a query pager.
- theme_pager_link in includes/pager.inc
- Format a link to a specific query result page.
- theme_poll_results in modules/poll.module
- theme_system_modules in modules/system.module
- theme_system_themes in modules/system.module
- theme_system_theme_select_form in modules/system.module
- theme_tablesort_indicator in includes/theme.inc
- Return a themed sort icon.
- theme_upload_attachments in modules/upload.module
- Displays file attachments in table
- theme_upload_form_current in modules/upload.module
- Theme the attachments list.
- theme_username in includes/theme.inc
- Format a username.
- theme_user_admin_new_role in modules/user.module
- theme_user_admin_perm in modules/user.module
- theme_user_pass in modules/user.module
- theme_user_picture in modules/user.module
- theme_xml_icon in includes/theme.inc
- Return code that emits an XML icon.
- throttle_exit in modules/throttle.module
- Implementation of hook_exit().
- throttle_help in modules/throttle.module
- Implementation of hook_help().
- throttle_settings in modules/throttle.module
- Implementation of hook_settings().
- tracker_help in modules/tracker.module
- Implementation of hook_help().
- tracker_menu in modules/tracker.module
- Implementation of hook_menu().
- tracker_page in modules/tracker.module
- Menu callback. Prints a listing of active nodes on the site.
- unicode_settings in includes/unicode.inc
- Return the required Unicode status and errors for admin/settings.
- upload_form_alter in modules/upload.module
- upload_help in modules/upload.module
- Implementation of hook_help().
- upload_link in modules/upload.module
- Implementation of hook_link().
- upload_menu in modules/upload.module
- Implementation of hook_menu().
- upload_munge_filename in modules/upload.module
- Munge the filename as needed for security purposes.
- upload_settings in modules/upload.module
- upload_settings_form_validate in modules/upload.module
- Form API callback to validate the upload settings form.
- user_admin in modules/user.module
- user_admin_access in modules/user.module
- Menu callback: list all access rules
- user_admin_access_add in modules/user.module
- Menu callback: add an access rule
- user_admin_access_check in modules/user.module
- Menu callback: check an access rule
- user_admin_access_check_submit in modules/user.module
- user_admin_access_check_validate in modules/user.module
- user_admin_access_delete in modules/user.module
- Menu callback: delete an access rule
- user_admin_access_delete_confirm_submit in modules/user.module
- user_admin_access_edit in modules/user.module
- Menu callback: edit an access rule
- user_admin_account in modules/user.module
- user_admin_edit_role_submit in modules/user.module
- user_admin_edit_role_validate in modules/user.module
- user_admin_new_role_submit in modules/user.module
- user_admin_new_role_validate in modules/user.module
- user_admin_perm in modules/user.module
- Menu callback: administer permissions.
- user_admin_perm_submit in modules/user.module
- user_admin_role in modules/user.module
- Menu callback: administer roles.
- user_authenticate in modules/user.module
- user_block in modules/user.module
- Implementation of hook_block().
- user_configure in modules/user.module
- user_confirm_delete_submit in modules/user.module
- user_edit in modules/user.module
- user_edit_form in modules/user.module
- user_edit_submit in modules/user.module
- user_edit_validate in modules/user.module
- user_help in modules/user.module
- Implementation of hook_help().
- user_login in modules/user.module
- user_login_submit in modules/user.module
- user_login_validate in modules/user.module
- user_logout in modules/user.module
- Menu callback; logs the current user out, and redirects to the home page.
- user_menu in modules/user.module
- Implementation of hook_menu().
- user_pass in modules/user.module
- user_pass_reset in modules/user.module
- Menu callback; process one time login link and redirects to the user page on success.
- user_pass_submit in modules/user.module
- user_pass_validate in modules/user.module
- user_register in modules/user.module
- user_register_submit in modules/user.module
- user_search in modules/user.module
- Implementation of hook_search().
- user_user in modules/user.module
- Implementation of hook_user().
- user_validate_mail in modules/user.module
- user_validate_name in modules/user.module
- Verify the syntax of the given name.
- user_validate_picture in modules/user.module
- watchdog_event in modules/watchdog.module
- Menu callback; displays details about a log message.
- watchdog_help in modules/watchdog.module
- Implementation of hook_help().
- watchdog_menu in modules/watchdog.module
- Implementation of hook_menu().
- watchdog_overview in modules/watchdog.module
- Menu callback; displays a listing of log messages.
- xmlrpc_server in includes/xmlrpcs.inc
- The main entry point for XML-RPC requests.
- xmlrpc_server_call in includes/xmlrpcs.inc
- Dispatch the request and any parameters to the appropriate handler.
- xmlrpc_server_method_signature in includes/xmlrpcs.inc
- XML-RPC method system.methodSignature maps to this function.
- xmlrpc_server_multicall in includes/xmlrpcs.inc
- _aggregator_page_list in modules/aggregator.module
- Prints an aggregator page listing a number of feed items. Various menu callbacks use this function to print their feeds.
- _comment_delete_thread in modules/comment.module
- _comment_form_submit in modules/comment.module
- _comment_get_modes in modules/comment.module
- Return an array of viewing modes for comment listings.
- _comment_get_orders in modules/comment.module
- Return an array of viewing orders for comment listings.
- _filter_html_settings in modules/filter.module
- Settings for the HTML filter.
- _form_validate in includes/form.inc
- _forum_confirm_delete in modules/forum.module
- Returns a confirmation page for deleting a forum taxonomy term.
- _forum_format in modules/forum.module
- Formats a topic for display
- _forum_parent_select in modules/forum.module
- Returns a select box for available parent terms
- _locale_add_language in includes/locale.inc
- Helper function to add a language
- _locale_admin_export_screen in includes/locale.inc
- User interface for the translation export screen
- _locale_admin_import_screen in includes/locale.inc
- User interface for the translation import screen.
- _locale_admin_import_submit in includes/locale.inc
- Process the locale import form submission.
- _locale_admin_manage_add_screen in includes/locale.inc
- User interface for the language addition screen.
- _locale_admin_manage_screen in includes/locale.inc
- User interface for the language management screen.
- _locale_admin_manage_screen_submit in includes/locale.inc
- Process locale admin manager form submissions.
- _locale_export_po in includes/locale.inc
- Exports a Portable Object (Template) file for a language
- _locale_import_parse_plural_forms in includes/locale.inc
- Parses a Plural-Forms entry from a Gettext Portable Object file header
- _locale_import_po in includes/locale.inc
- Parses Gettext Portable Object file information and inserts into database
- _locale_import_read_po in includes/locale.inc
- Parses Gettext Portable Object file into an array
- _locale_prepare_iso_list in includes/locale.inc
- Prepares the language code list for a select form item with only the unsupported ones
- _locale_string_delete in includes/locale.inc
- Delete a language string.
- _locale_string_edit in includes/locale.inc
- User interface for string editing.
- _locale_string_edit_submit in includes/locale.inc
- Process string editing form submissions. Saves all translations of one string submitted from a form.
- _locale_string_seek in includes/locale.inc
- Perform a string search and display results in a table
- _locale_string_seek_form in includes/locale.inc
- User interface for the string search screen
- _menu_build in includes/menu.inc
- Build the menu by querying both modules and the database.
- _menu_site_is_offline in includes/menu.inc
- Returns TRUE if the site is off-line for maintenance.
- _phptemplate_default in themes/engines/phptemplate/phptemplate.engine
- Default callback for PHPTemplate.
- _profile_field_types in modules/profile.module
- _profile_form_explanation in modules/profile.module
- _taxonomy_confirm_del_term in modules/taxonomy.module
- _taxonomy_confirm_del_vocabulary in modules/taxonomy.module
- _throttle_validate in modules/throttle.module
- _unicode_check in includes/unicode.inc
- Perform checks about Unicode support in PHP, and set the right settings if needed.
- _upload_form in modules/upload.module
- _upload_image in modules/upload.module
- Check an upload, if it is an image, make sure it fits within the maximum dimensions allowed.
- _upload_validate in modules/upload.module
- _user_admin_access_form in modules/user.module
- _user_edit_validate in modules/user.module
- _user_mail_text in modules/user.module
- _xmlrpc in includes/xmlrpc.inc
- Execute an XML remote procedural call. This is private function; call xmlrpc() in common.inc instead of this functino.
Code
includes/common.inc, line 621
<?php
function t($string, $args = 0) {
global $locale;
if (function_exists('locale') && $locale != 'en') {
$string = locale($string);
}
if (!$args) {
return $string;
}
else {
return strtr($string, $args);
}
}
?>Login or register to post comments 