url

6/includes/common.inc, line 1266

Versions
6
url($path = NULL, $options = array())
5
url($path = NULL, $query = NULL, $fragment = NULL, $absolute = FALSE)

Generate a URL from a Drupal menu path. Will also pass-through existing URLs.

When creating links in modules, consider whether l() could be a better alternative than url().

Parameters

$path The Drupal path being linked to, such as "admin/content/node", or an existing URL like "http://drupal.org/". The special path '<front>' may also be given and will generate the site's base URL.

$options An associative array of additional options, with the following keys:

  • 'query' A query string to append to the link, or an array of query key/value properties.
  • 'fragment' A fragment identifier (or named anchor) to append to the link. Do not include the '#' character.
  • 'absolute' (default FALSE) Whether to force the output to be an absolute link (beginning with http:). Useful for links that will be displayed outside the site, such as in an RSS feed.
  • 'alias' (default FALSE) Whether the given path is an alias already.
  • 'external' Whether the given path is an external URL.
  • 'language' An optional language object. Used to build the URL to link to and look up the proper alias for the link.
  • 'base_url' Only used internally, to modify the base URL when a language dependent URL requires so.
  • 'prefix' Only used internally, to modify the path when a language dependent URL requires so.

Return value

A string containing a URL to the given path.

▾ 494 functions call url()

about_this_node_help in contributions/about_this_node/about_this_node.module
Implementation of hook_help()
acquia_agent_requirements in contributions/acquia_connector/acquia_agent/acquia_agent.install
Implementation of hook_requirements()
action_email_role_mail in contributions/action_email_role/action_email_role.module
Implementation of hook_mail().
action_nodequeue_add in contributions/nodequeue/includes/nodequeue.actions.inc
Old-style action to add a node to a queue.
addanother_help in contributions/addanother/addanother.module
Implementation of hook_help().
addanother_nodeapi in contributions/addanother/addanother.module
Implementation of hook_nodeapi().
addthis_admin_settings in contributions/addthis/addthis.admin.inc
Administration settings form.
admin_menu_help in contributions/admin_menu/admin_menu.module
Implementation of hook_help().
admin_menu_theme_settings in contributions/admin_menu/admin_menu.inc
Form builder function for module settings.
adsense_cse_block in contributions/adsense/cse/adsense_cse.module
Implementation of hook_block().
adsense_managed_block in contributions/adsense/managed/adsense_managed.module
Implementation of hook_block().
adsense_oldcode_block in contributions/adsense/old/oldcode/adsense_oldcode.module
Implementation of hook_block().
adsense_requirements in contributions/adsense/adsense.module
Implementation of hook_requirements().
adsense_search_block in contributions/adsense/old/search/adsense_search.module
Implementation of hook_block().
advanced_forum_preprocess_forum_list in contributions/advanced_forum/advanced_forum.module
Preprocesses template variables for the forum list template.
advanced_help_url in contributions/advanced_help/advanced_help.module
Format a URL but preserve popup identity.
advanced_help_view_topic in contributions/advanced_help/advanced_help.module
Load and render a help topic.
aggregator_admin_settings in 6/modules/aggregator/aggregator.admin.inc
Form builder; Configure the aggregator system. See alsosystem_settings_form()
aggregator_block in 6/modules/aggregator/aggregator.module
Implementation of hook_block().
aggregator_form_feed in 6/modules/aggregator/aggregator.admin.inc
Form builder; Generate a form to add/edit feed sources. See alsoaggregator_form_feed_validate()
aggregator_help in 6/modules/aggregator/aggregator.module
Implementation of hook_help().
aggregator_page_categories in 6/modules/aggregator/aggregator.pages.inc
Menu callback; displays all the categories used by the aggregator.
aggregator_page_category in 6/modules/aggregator/aggregator.pages.inc
Menu callback; displays all the items aggregated in a particular category.
aggregator_page_last in 6/modules/aggregator/aggregator.pages.inc
Menu callback; displays the most recent items gathered from any feed.
aggregator_page_sources in 6/modules/aggregator/aggregator.pages.inc
Menu callback; displays all the feeds used by the aggregator.
ahah_helper_demo_enable in contributions/ahah_helper/ahah_helper_demo.install
Implementation of hook_enable().
apachesolr_enabled_facets_form in contributions/apachesolr/apachesolr.admin.inc
Creates the form that allows the user to select which facets will be enabled.
apachesolr_node_to_document in contributions/apachesolr/apachesolr.module
Given a node ID, return a document representing that node.
apachesolr_search_search in contributions/apachesolr/apachesolr_search.module
Implementation of hook_search().
apply_for_role_help in contributions/apply_for_role/apply_for_role.module
Implementation of hook_help().
arc_rdf_init in contributions/opencalais/arc_rdf/arc_rdf.module
Stripped-down ARC-RDF integration http://arc.semsol.org/home
asset_panels_admin_gallery in contributions/asset/contrib/asset_panels/asset_panels.module
Callback to perform administrative functions on the content block
asset_widget in contributions/asset/modules/asset_content.inc
Define the behavior of a widget.
atom_feed in contributions/atom/atom.module
Produces an atom 1.0 feed for the front page content.
audio_feeds_views_prepare_xspf in contributions/audio/contrib/feeds/audio_feeds.views.inc
Prepare data for XML generation and return the feed
audio_feeds_xspf in contributions/audio/contrib/feeds/audio_feeds.feeds.inc
Menu Callback to generate XSPF feed
audio_help in contributions/audio/audio.module
Implementation of hook_help().
audio_import_requirements in contributions/audio/contrib/import/audio_import.install
Implementation of hook_requirements().
audio_load in contributions/audio/audio.module
Implementation of hook_load().
avatar_selection_config_form in contributions/avatar_selection/avatar_selection.admin.inc
Create the form structure for configuring the avatar module settings; seen in the 'Configure' tab under the Avatar Selection administration page.
avatar_selection_edit_form in contributions/avatar_selection/avatar_selection.admin.inc
Create the form structure for listing the avatars and managing them in the 'Manage Avatars' tab under the Avatar Selection administration page.
avatar_selection_install in contributions/avatar_selection/avatar_selection.install
Implementation of hook_install().
avatar_selection_upload_form in contributions/avatar_selection/avatar_selection.admin.inc
Create the form structure for uploading an avatar.
backup_migrate_restore in contributions/backup_migrate/backup_migrate.module
The restore/import upload form.
batch_process in 6/includes/form.inc
Process the batch.
biblio_admin_settings in contributions/biblio/biblio.admin.inc
Implementation of hook_settings().
biblio_block in contributions/biblio/biblio.module
Implementation of hook_block().
biblio_filter_feed in contributions/biblio/biblio.module
This function creates a feed from a filter type query (i.e. biblio/author/jones)
biblio_show_results in contributions/biblio/biblio.pages.inc
biblio_show_results takes the query results from biblio_db_search and adds some controls to the page then loops through the results applying the selected style to each entry
birthdays_admin_settings in contributions/birthdays/birthdays.admin.inc
Generates the Birthdays admininistration form located at ?q=admin/settings/birthdays.
birthdays_help in contributions/birthdays/birthdays.module
Implementation of hook_help().
birthdays_requirements in contributions/birthdays/birthdays.install
Implementation of hook_requirements().
birthdays_sync_form in contributions/birthdays/birthdays.sync.inc
Creates the synchronization form.
block_admin_display_form in 6/modules/block/block.admin.inc
Generate main blocks administration form.
block_box_form in 6/modules/block/block.module
Define the custom block form.
block_help in 6/modules/block/block.module
Implementation of hook_help().
blogapi_blogger_get_user_info in 6/modules/blogapi/blogapi.module
Blogging API callback. Returns profile information about a user.
blogapi_help in 6/modules/blogapi/blogapi.module
Implementation of hook_help().
blogapi_update_6000 in 6/modules/blogapi/blogapi.install
Inform users about the new permission.
blog_block in 6/modules/blog/blog.module
Implementation of hook_block().
blog_feed_last in 6/modules/blog/blog.pages.inc
Menu callback; displays an RSS feed containing recent blog entries of all users.
blog_feed_user in 6/modules/blog/blog.pages.inc
Menu callback; displays an RSS feed containing recent blog entries of a given user.
blog_help in 6/modules/blog/blog.module
Implementation of hook_help().
blog_page_last in 6/modules/blog/blog.pages.inc
Menu callback; displays a Drupal page containing recent blog entries of all users.
blog_page_user in 6/modules/blog/blog.pages.inc
Menu callback; displays a Drupal page containing recent blog entries of a given user.
book_help in 6/modules/book/book.module
Implementation of hook_help().
boost_enable in contributions/boost/boost.install
Implementation of hook_enable().
boost_exit in contributions/boost/boost.module
Implementation of hook_exit(). Performs cleanup tasks.
bot_factoid_help in contributions/bot/bot_factoid/bot_factoid.module
Implementation of hook_help().
bot_karma_help in contributions/bot/bot_karma/bot_karma.module
Implementation of hook_help().
bot_log_help in contributions/bot/bot_log/bot_log.module
Implementation of hook_help().
bot_log_irc_msg_channel in contributions/bot/bot_log/bot_log.module
Log regular channel communications.
bot_project_help in contributions/bot/bot_project/bot_project.module
Implementation of hook_help().
bot_project_irc_msg_channel in contributions/bot/bot_project/bot_project.module
Listen for URLs or a numerical ID and respond with information about it.
brilliant_gallery_views_handler_image_img in contributions/brilliant_gallery/views.inc
Views handler for displaying the image.
browscap_settings in contributions/browscap/browscap.module
Callback for settings form Turn monitoring on or off
calendar_block_block in contributions/calendar_block/calendar_block.module
Implementation of hook_block().
calendar_get_node_link in contributions/calendar/calendar.module
Get the url for a calendar node.
calendar_ical_views_feed_argument in contributions/calendar/calendar_ical.module
feed argument hook that will convert us to ical or display an icon. the 4th argument isn't part of the hook, but we use it to differentiate when called as a hook or when called manually from calendar_ical_views_post_view
captcha_admin_settings in contributions/captcha/captcha.admin.inc
Form builder function for the general CAPTCHA configuration
captcha_help in contributions/captcha/captcha.module
Implementation of hook_help().
captcha_install in contributions/captcha/captcha.install
Implementation of hook_install().
category_feed in contributions/category/category.pages.inc
Menu callback; generates the RSS feed for all nodes associated with a category.
category_help in contributions/category/category.module
Implementation of hook_help().
category_node_listing in contributions/category/category.module
Determines whether or not to display a node listing for the specified category or container, and how to display it. Gets the rendered node listing if appropriate.
category_page in contributions/category/category.pages.inc
Menu callback; displays all nodes associated with a category.
category_resave_form in contributions/category/contrib/category_resave/category_resave.module
Block callback; displays the re-save container selection form.
category_rss_item in contributions/category/category.module
Provides category information for rss feeds.
coder_admin_settings in contributions/coder/coder.module
Implementation of settings page for Drupal 5.
coder_page_form in contributions/coder/coder.module
Implementation of hook_form().
color_form_alter in 6/modules/color/color.module
Implementation of hook_form_alter().
color_help in 6/modules/color/color.module
Implementation of hook_help().
comment_form in 6/modules/comment/comment.module
Generate the basic commenting form, for appending to a node or display on a separate page.
comment_form_alter in 6/modules/comment/comment.module
Implementation of hook_form_alter().
comment_help in 6/modules/comment/comment.module
Implementation of hook_help().
comment_nodeapi in 6/modules/comment/comment.module
Implementation of hook_nodeapi().
contact_help in 6/modules/contact/contact.module
Implementation of hook_help().
contact_mail in 6/modules/contact/contact.module
Implementation of hook_mail().
contact_user in 6/modules/contact/contact.module
Implementation of hook_user().
contact_user_page in 6/modules/contact/contact.pages.inc
Personal contact page.
contemplate_edit_type_form in contributions/contemplate/contemplate.module
Menu callback Edit the template for a specific node-type
contemplate_help in contributions/contemplate/contemplate.module
Implementation of hook_help().
content_check_update in contributions/cck/content.install
Helper function for module updates : checks no updates are pending for content.module checks content module and the module being updated are both enabled.
content_display_overview_form in contributions/cck/includes/content.admin.inc
Menu callback; presents a listing of fields display settings for a content type.
content_permissions_install in contributions/cck/modules/content_permissions/content_permissions.install
@file Implementation of hook_install().
ctools_access_admin_form in contributions/ctools/includes/context-access-admin.inc
Administrative form for access control.
ctools_form_comment_form_alter in contributions/ctools/plugins/content_types/node_context/node_comment_form.inc
Alter the comment form to get a little more control over it.
ctools_wizard_wrapper in contributions/ctools/includes/wizard.inc
Provide a wrapper around another form for adding multi-step information.
date_copy_import_ical_form in contributions/date/date_copy/date_copy.module
iCal import form.
date_real_url in contributions/date/date_api.module
Figure out the URL of the date view we're currently looking at, adapted to various date types or specific date arguments.
date_views_page_url in contributions/date/includes/date_api.views.inc
Identify the base url of the page, needed when the calendar is embedded so we don't set the url to the calendar url.
dblog_admin_settings in 6/modules/dblog/dblog.admin.inc
dblog module settings form. See alsosystem_settings_form()
delegator_admin_import_task_handler_validate in contributions/ctools/delegator/delegator.admin.inc
Ensure we got a valid task handler.
delegator_page_form_argument in contributions/ctools/delegator/plugins/tasks/page.admin.inc
Form to handle assigning argument handlers to named arguments.
delegator_page_import_subtask_validate in contributions/ctools/delegator/plugins/tasks/page.admin.inc
Ensure we got a valid page.
devel_themer_popup in contributions/devel/devel_themer.module
Return the popup template placed here for easy editing
drupalforfirebug_execute_form in contributions/drupalforfirebug/drupalforfirebug.module
Generates an Execute PHP Drupal For Firebug Form *
drupalforfirebug_get_sql_log in contributions/drupalforfirebug/drupalforfirebug.module
Output Function to Return the Results of the SQL Log
drupal_goto in 6/includes/common.inc
Send the user to a different Drupal page.
email_mail_page_form_submit in contributions/email/email.module
Process the site-wide contact page form submission.
emfield_settings in contributions/emfield/emfield.admin.inc
Callback for admin/content/emfield.
emimage_flickr_error_check in contributions/emfield/contrib/emimage/providers/flickr.inc
This will log an error if we don't have a key yet. In addition, if the user is an admin, we'll display an error.
emimport_settings in contributions/emfield/contrib/emimport/emimport.module
callback page for /admin/content/emfield/import.
event_calendar_rss in contributions/event/event.module
Creates an rss feed of events.
event_form_alter in contributions/event/event.module
Implementation of hook_form_alter
event_help in contributions/event/event.module
Displays the help text for this module.
event_install in contributions/event/event.install
Implementation of hook_install().
event_page in contributions/event/event.module
Displays a page containing event information. The page layout defaults to a graphical calendar.
fckeditor_process_textarea in contributions/fckeditor/fckeditor.module
This function create the HTML objects required for the FCKeditor
feedapi_help in contributions/feedapi/feedapi.module
Implementation of hook_help().
file_antivirus_enable in contributions/fileframework/contrib/antivirus/file_antivirus.install
Implementation of hook_enable().
file_attach_enable in contributions/fileframework/contrib/attach/file_attach.install
Implementation of hook_enable().
file_attach_nodeapi in contributions/fileframework/contrib/attach/file_attach.module
Implementation of hook_nodeapi().
file_audio_enable in contributions/fileframework/formats/audio/file_audio.install
Implementation of hook_enable().
file_audio_xspf in contributions/fileframework/formats/audio/file_audio.pages.inc
Outputs a xspf playlist xml.
file_browser_enable in contributions/fileframework/contrib/browser/file_browser.install
Implementation of hook_enable().
file_browser_preview in contributions/fileframework/contrib/browser/file_browser.module
Menu callback for rendering a file preview via an Ajax request
file_convert_enable in contributions/fileframework/contrib/convert/file_convert.install
Implementation of hook_enable().
file_create_url in 6/includes/file.inc
Create the download path to a file.
file_embed_enable in contributions/fileframework/contrib/embed/file_embed.install
Implementation of hook_enable().
file_enable in contributions/fileframework/file.install
Implementation of hook_enable().
file_gallery_enable in contributions/fileframework/contrib/gallery/file_gallery.install
Implementation of hook_enable().
file_get_image in contributions/fileframework/file.inc
Finds an image of a given resolution of the file if it is available.
file_image_admin_settings in contributions/fileframework/formats/image/file_image.admin.inc
Implements the settings page.
file_image_enable in contributions/fileframework/formats/image/file_image.install
Implementation of hook_enable().
file_nodeapi in contributions/fileframework/file.module
Implementation of hook_nodeapi().
file_restriction_enable in contributions/fileframework/contrib/restriction/file_restriction.install
Implementation of hook_enable().
file_slideshow_enable in contributions/fileframework/formats/slideshow/file_slideshow.install
Implementation of hook_enable().
file_text_enable in contributions/fileframework/formats/text/file_text.install
Implementation of hook_enable().
file_video_enable in contributions/fileframework/formats/video/file_video.install
Implementation of hook_enable().
filter_help in 6/modules/filter/filter.module
Implementation of hook_help().
fivestar_expand in contributions/fivestar/fivestar.module
Process callback for fivestar_element -- see fivestar_element()
flag_form in contributions/flag/flag.module
Add/Edit flag page.
flag_form_alter in contributions/flag/flag.module
Implementation of hook_form_alter().
flag_views_bookmark_update_tables in contributions/flag/includes/flag.views_bookmark.inc
Update Views Bookmark to the Flag schema.
flexifilter_help in contributions/flexifilter/flexifilter.module
Implementation of hook_help()
float_window_all_submit in contributions/float_window/float_window.module
Stores form_state values to be used in floatwin's javascript.
float_window_form_alter in contributions/float_window/float_window.module
implementation of hook_form_alter We'll store the configuration options in a session variable here. This way the settings are available for the float_window_ajax_request_handler function.
float_window_init in contributions/float_window/float_window.module
Implementation of hook_init
form_expand_ahah in 6/includes/form.inc
Add AHAH information about a form element to the page to communicate with javascript. If #ahah[path] is set on an element, this additional javascript is added to the page header to attach the AHAH behaviors. See ahah.js for more information.
forum_block in 6/modules/forum/forum.module
Implementation of hook_block().
forum_confirm_delete in 6/modules/forum/forum.admin.inc
Returns a confirmation page for deleting a forum taxonomy term.
forum_help in 6/modules/forum/forum.module
Implementation of hook_help().
forum_overview in 6/modules/forum/forum.admin.inc
Returns an overview list of existing forums and containers
gmap_filter_tips in contributions/gmap/gmap.module
Implementation of hook_filter_tips().
gmap_location_admin_settings in contributions/gmap/gmap_location.module
Admin Settings Page
gmap_location_node_page in contributions/gmap/gmap_location.module
Draws a page with a google map with the node on it, or if no node is set all of the nodes on it.
gmap_location_update_5100 in contributions/gmap/gmap_location.install
5.x-1.0 update 1.
gmap_location_user_page in contributions/gmap/gmap_location.module
Draws a page with a google map that has all of the site users.
googleanalytics_admin_settings_form in contributions/google_analytics/googleanalytics.admin.inc
Implementation of hook_admin_settings() for configuring the module
googleanalytics_footer in contributions/google_analytics/googleanalytics.module
Implementation of hook_footer() to insert Javascript at the end of the page.
googleanalytics_requirements in contributions/google_analytics/googleanalytics.module
Implementation of hook_requirements().
google_geocode_location in contributions/location/geocoding/google.inc
Perform a geocode on a location array.
headerimage_help in contributions/headerimage/headerimage.module
Implementation of hook_help
hook_help in documentation/hooks/core.php
Provide online user help.
hook_mail in documentation/hooks/core.php
Prepare a message based on parameters. @see drupal_mail for more.
hook_ping in documentation/hooks/core.php
Ping another server.
hook_requirements in documentation/hooks/install.php
Check installation requirements and do status reporting.
hook_search in documentation/hooks/core.php
Define a custom search routine.
hook_wysiwyg_plugin in contributions/wysiwyg/wysiwyg.api.php
hook_wysiwyg_plugin(). Return an array of editor plugins.
i18ntaxonomy_term_page in contributions/i18n/i18ntaxonomy/i18ntaxonomy.pages.inc
Menu callback; displays all nodes associated with a term.
image_attach_nodeapi in contributions/image/contrib/image_attach/image_attach.module
Implementation of hook_nodeapi().
image_captcha_captcha in contributions/captcha/image_captcha/image_captcha.module
Implementation of hook_captcha
image_gallery_requirements in contributions/image/contrib/image_gallery/image_gallery.install
Implementation of hook_requirements().
image_help in contributions/image/image.module
Implementation of hook_help
image_help in contributions/image/image.module
Implementation of hook_help
image_import_requirements in contributions/image/contrib/image_import/image_import.install
Implementation of hook_requirements().
image_im_advanced_requirements in contributions/image/contrib/image_im_advanced/image_im_advanced.install
Implementation of hook_requirements().
image_im_advanced_requirements in contributions/image/contrib/image_im_advanced/image_im_advanced.install
Implementation of hook_requirements().
image_requirements in contributions/image/image.install
Implementation of hook_requirements().
image_update in contributions/image/image.module
Implementation of hook_update
imce_initiate_profile in contributions/imce/inc/page.inc
Initiate and return configuration profile for the $user.
imce_profile_form in contributions/imce/inc/admin.inc
Profile form.
img_assist_admin_settings in contributions/img_assist/img_assist.module
Implementation of hook_settings().
img_assist_form_alter in contributions/img_assist/img_assist.module
Implementation of hook_form_alter().
img_assist_help in contributions/img_assist/img_assist.module
Implementation of hook_help().
img_assist_render_image in contributions/img_assist/img_assist.module
Return image HTML.
inline_filter_tips in contributions/inline/inline.module
Implementation of hook_filter_tips().
inline_help in contributions/inline/inline.module
Implementation of hook_help().
inline_upload_settings in contributions/inline/inline_upload.module
Inline settings form builder function.
javascript_aggregator_help in contributions/javascript_aggregator/javascript_aggregator.module
Implementation of hook_help().
l in 6/includes/common.inc
Format an internal Drupal link.
l10n_client_form in contributions/l10n_client/l10n_client.module
String editing form. Source & selection moved to UI components outside the form. Backed with jquery magic on the client.
lightbox2_form_user_login_block_alter in contributions/lightbox2/lightbox2.module
Implementation of hook_form_alter().
lm_paypal_api_get_notify_url in contributions/lm_paypal/lm_paypal.module
Return the notify url. Every module that uses this one's API but a custom payement form should use this method.
lm_paypal_api_payment_form in contributions/lm_paypal/lm_paypal.module
Default payment form. Highly customisable.
lm_paypal_ipns_filter in contributions/lm_paypal/lm_paypal.admin.inc
lm_paypal_paid_adverts_requirements in contributions/lm_paypal/lm_paypal_paid_adverts/lm_paypal_paid_adverts.module
lm_paypal_requirements in contributions/lm_paypal/lm_paypal.module
Implementation of hook_requirements().
locale_form_alter in 6/modules/locale/locale.module
Implementation of hook_form_alter(). Adds language fields to forms.
locale_help in 6/modules/locale/locale.module
Implementation of hook_help().
locale_languages_predefined_form_submit in 6/includes/locale.inc
Process the language addition form submission.
location_admin_settings in contributions/location/location.admin.inc
Admin settings form.
location_help in contributions/location/location.module
Implementation of hook_help().
location_update_6307 in contributions/location/location.install
I hate to waste a whole update on this, but people will need to know.
logintoboggan_help in contributions/logintoboggan/logintoboggan.module
Implementation of hook_help().
logintoboggan_resend_validation in contributions/logintoboggan/logintoboggan.module
Re-sends validation e-mail to user specified by $uid.
markdown_filter_tips in contributions/markdown/markdown.module
Implementation of hook_filter_tips().
media_mover_api_xspf_playlist_thumbnail in contributions/media_mover/media_mover_api.module
implementation of hook_xspf_playlist_thumbnail
menu_get_active_help in 6/includes/menu.inc
Returns the help associated with the active menu item.
menu_help in 6/modules/menu/menu.module
Implementation of hook_help().
messaging_admin_help in contributions/messaging/messaging.admin.inc
Aditional help for admin pages, will be called from messaging_help().
mollom_captcha in contributions/mollom/mollom.module
An AJAX callback to retrieve a CAPTCHA.
mollom_mail_alter in contributions/mollom/mollom.module
This function adds a 'report as inappropriate' link to the e-mails that are sent by the contact module.
nat_form_alter in contributions/nat/nat.module
Implementation of hook_form_alter().
nodecomment_admin_settings in contributions/nodecomment/nodecomment.module
Menu callback; presents the comment settings page.
nodecomment_link in contributions/nodecomment/nodecomment.module
Implementation of hook_link().
nodequeue_add_action_form in contributions/nodequeue/includes/nodequeue.actions.inc
Configuration form for Add to Nodequeues action.
nodequeue_admin_add_node in contributions/nodequeue/nodequeue.module
Page callback to add a node to a queue.
nodequeue_admin_remove_node in contributions/nodequeue/nodequeue.module
Page callback to remove a node from a queue.
nodewords_admin_frontpage_form in contributions/nodewords/nodewords.admin.inc
Menu callback: front page settings form.
nodewords_admin_settings_form in contributions/nodewords/nodewords.admin.inc
Menu callback: settings form.
node_block in 6/modules/node/node.module
Implementation of hook_block().
node_feed in 6/modules/node/node.module
A generic function for generating RSS feeds from a set of nodes.
node_help in 6/modules/node/node.module
Implementation of hook_help().
node_page_default in 6/modules/node/node.module
Menu callback; Generate a listing of promoted nodes.
node_search in 6/modules/node/node.module
Implementation of hook_search().
notifications_content_form_alter in contributions/notifications/notifications_content/notifications_content.module
Implementation of hook_form_alter().
notifications_content_help in contributions/notifications/notifications_content/notifications_content.module
Implementation of hook_help()
notifications_content_settings_form in contributions/notifications/notifications_content/notifications_content.pages.inc
Admin settings form
notifications_content_token_values in contributions/notifications/notifications_content/notifications_content.module
Implementation of hook_token_values()
notifications_token_values in contributions/notifications/notifications.module
Implementation of hook_token_values()
notifications_ui_form_alter in contributions/notifications/notifications_ui/notifications_ui.module
Implementation of hook_form_alter()
notifications_ui_help in contributions/notifications/notifications_ui/notifications_ui.module
Implementation of hook_help()
notifications_ui_settings_form in contributions/notifications/notifications_ui/notifications_ui.pages.inc
Site-wide settings form.
og_add_group_action_form in contributions/og/og_actions/og_actions.module
Configuration form for Add Group action.
og_admin_settings in contributions/og/og.admin.inc
Menu callback to load settings form.
og_create_admin_confirm_submit in contributions/og/og.module
Confirm og create admin form
og_form_add_og_audience in contributions/og/og.module
Helper method to add OG audience fields to a given form. This is lives in a separate function from og_form_alter() so it can be shared by other OG contrib modules.
og_group_form in contributions/og/og.module
Adds standard fields for any node configured to be a group node.
og_nodeapi in contributions/og/og.module
Implementation of hook_nodeapi().
og_notifications_form_alter in contributions/og/og_notifications/og_notifications.module
Implementation of hook_form_alter().
og_panels_page in contributions/og/og_panels.module
A menu callback. Renders an og_panel based upon its display ID.
og_subscribe_user in contributions/og/og.module
Create a new membership for a given user to given group and send proper email. Edits to membership should go through og_save_subscription(). No access control since this is an API function.
openid_authentication in 6/modules/openid/openid.module
Authenticate a user or attempt registration.
openid_form_alter in 6/modules/openid/openid.module
Implementation of hook_form_alter : adds OpenID login to the login forms.
openid_help in 6/modules/openid/openid.module
Implementation of hook_help().
openid_login_validate in 6/modules/openid/openid.module
Login form _validate hook
paging_filter in contributions/paging/paging.module
Implementation of hook_filter().
panels_ajax_cache_settings in contributions/panels/includes/display-edit.inc
Handle the cache settings form
panels_ajax_configure_access_test in contributions/panels/includes/display-edit.inc
AJAX entry point for to configure vsibility rule
panels_edit_layout_settings_form in contributions/panels/includes/display-layout-settings.inc
Form definition for the display layout settings editor. See alsopanels_edit_layout_settings_form_validate()
panels_export_export_form in contributions/panels/panels_export/panels_export.module
Form to choose a group of panels to export.
pathauto_admin_settings in contributions/pathauto/pathauto.admin.inc
Form builder; Configure the Pathauto system. See alsosystem_settings_form()
pathauto_form_alter in contributions/pathauto/pathauto.module
Implementation of hook_form_alter().
path_admin_form in 6/modules/path/path.admin.inc
Return a form for editing or creating an individual URL alias. See alsopath_admin_form_validate()
path_redirect_init in contributions/path_redirect/path_redirect.module
Implementation of hook_init
perms_fieldsets_form_alter in contributions/util/perms_fieldsets.module
Implementation of hook_form_alter().
php_filter_tips in 6/modules/php/php.module
Implementation of hook_filter_tips().
php_help in 6/modules/php/php.module
Implementation of hook_help().
pingback_send in contributions/pingback/pingback.module
Send pingbacks. Does nothing if the target does not have a pingback server.
ping_help in 6/modules/ping/ping.module
Implementation of hook_help().
poll_help in 6/modules/poll/poll.module
Implementation of hook_help().
print_pdf_requirements in contributions/print/print_pdf/print_pdf.module
Implementation of hook_requirements().
privatemsg_user in contributions/privatemsg/privatemsg.module
profile_block in 6/modules/profile/profile.module
Implementation of hook_block().
profile_field_delete in 6/modules/profile/profile.admin.inc
Menu callback; deletes a field from all user profiles.
rules_action_taxonomy_load_term_form in contributions/rules/rules/modules/taxonomy.rules_forms.inc
Action: Load a term configuration form.
rules_action_taxonomy_load_vocab_form in contributions/rules/rules/modules/taxonomy.rules_forms.inc
Action: Load a vocabulary configuration form.
rules_admin_check_token in contributions/rules/rules_admin/rules_admin.rule_forms.inc
Check to see if the token module is installed, and if not put up a message.
rules_condition_url_has_alias_form in contributions/rules/rules/modules/path.rules_forms.inc
search_admin_settings in 6/modules/search/search.admin.inc
Menu callback; displays the search module settings page. See alsosystem_settings_form()
search_form in 6/modules/search/search.module
Render a search form.
search_help in 6/modules/search/search.module
Implementation of hook_help().
service_links_render in contributions/service_links/service_links.module
Function that renders the service links. This is the function themers want to call to insert the service links.
sharethis_link in contributions/sharethis/sharethis.module
Implementation of hook_link().
sharethis_nodeapi in contributions/sharethis/sharethis.module
Implementation of hook_nodeapi().
signup_date_field_check_config in contributions/signup/includes/date.inc
Check that the date and signup configuration for a node type makes sense.
signup_help in contributions/signup/signup.module
Implementation of hook_help().
signup_settings_form in contributions/signup/includes/admin.settings.inc
Form builder for the settings page under admin/setttings/signup
signup_sign_up_user in contributions/signup/signup.module
Signs up a user to a node.
signup_update_5202 in contributions/signup/signup.install
Add "cancel own signups" permission to all roles that have "sign up for content" permission.
simplemenu_get_devel in contributions/simplemenu/simplemenu.module
Return a list of devel module links if the module is enabled and the user has access to this module.
simplemenu_get_menu in contributions/simplemenu/simplemenu.module
Render an HTML list of links for a given menu.
simplenews_form_alter in contributions/simplenews/simplenews.module
Implementation of hook_form_alter().
simplenews_help in contributions/simplenews/simplenews.module
Implementation of hook_help().
simplenews_init in contributions/simplenews/simplenews.module
Implementation of hook_init().
simplenews_install in contributions/simplenews/simplenews.install
Implementation of hook_install().
simplenews_mail_tokens in contributions/simplenews/simplenews.module
Build array of mail tokens.
simplenews_nodeapi in contributions/simplenews/simplenews.module
Implementation of hook_nodeapi().
simple_access_nodes in contributions/simple_access/simple_access.admin.inc
List hidden, editable, and deletable nodes
site_map_block in contributions/site_map/site_map.module
Implementation of hook_block().
statistics_access_log in 6/modules/statistics/statistics.admin.inc
Menu callback; Displays recent page accesses.
statistics_access_logging_settings in 6/modules/statistics/statistics.admin.inc
Form builder; Configure access logging. See alsosystem_settings_form()
statistics_help in 6/modules/statistics/statistics.module
Implementation of hook_help().
summarize_child_form_pages in contributions/ubercart/uc_store/includes/summaries.inc
Summarizes the form pages that are children of the specified path.
syslog_help in 6/modules/syslog/syslog.module
Implementation of hook_help().
system_check_http_request in 6/modules/system/system.module
Checks whether the server is capable of issuing HTTP requests.
system_date_time_settings in 6/modules/system/system.admin.inc
Form builder; Configure the site date and time settings. See alsosystem_settings_form()
system_error_reporting_settings in 6/modules/system/system.admin.inc
Form builder; Configure error reporting settings. See alsosystem_settings_form()
system_help in 6/modules/system/system.module
Implementation of hook_help().
system_mail in 6/modules/system/system.module
Implementation of hook_mail().
system_main_admin_page in 6/modules/system/system.admin.inc
Menu callback; Provide the administration overview page.
system_message_action in 6/modules/system/system.module
A configurable Drupal action. Sends a message to the current user's screen.
system_modules in 6/modules/system/system.admin.inc
Menu callback; provides module enable/disable interface.
system_modules_uninstall in 6/modules/system/system.admin.inc
Builds a form of currently disabled modules. See alsosystem_modules_uninstall_validate()
system_requirements in 6/modules/system/system.install
Test and report Drupal installation requirements.
system_site_information_settings in 6/modules/system/system.admin.inc
Form builder; The general site information form. See alsosystem_settings_form()
system_site_maintenance_settings in 6/modules/system/system.admin.inc
Form builder; Configure the site's maintenance status. See alsosystem_settings_form()
system_themes_form_submit in 6/modules/system/system.admin.inc
Process system_themes_form form submissions.
system_update_6017 in 6/modules/system/system.install
Rename settings related to user.module email notifications.
system_update_6026 in 6/modules/system/system.install
Display warning about new Update status module.
system_update_6045 in 6/modules/system/system.install
Update blog, book and locale module permissions.
taxonomy_rss_item in 6/modules/taxonomy/taxonomy.module
Provides category information for RSS feeds.
taxonomy_term_page in 6/modules/taxonomy/taxonomy.pages.inc
Menu callback; displays all nodes associated with a term.
template_preprocess_advanced_help_popup in contributions/advanced_help/advanced_help.module
Fill in a bunch of page variables for our specialized popup page.
template_preprocess_aggregator_feed_source in 6/modules/aggregator/aggregator.pages.inc
Process variables for aggregator-feed-source.tpl.php. See alsoaggregator-feed-source.tpl.php
template_preprocess_aggregator_item in 6/modules/aggregator/aggregator.pages.inc
Process variables for aggregator-item.tpl.php. See alsoaggregator-item.tpl.php
template_preprocess_book_navigation in 6/modules/book/book.module
Process variables for book-navigation.tpl.php.
template_preprocess_calendar_view_ical in contributions/calendar/calendar_ical/theme.inc
Preprocess an ical feed
template_preprocess_category_display_navigation in contributions/category/category_display/category_display.module
Process variables for category-display-navigation.tpl.php.
template_preprocess_flag in contributions/flag/flag.module
A preprocess function for our theme('flag'). It generates the variables needed there.
template_preprocess_forums in 6/modules/forum/forum.module
Process variables for forums.tpl.php
template_preprocess_forum_list in 6/modules/forum/forum.module
Process variables to format a forum listing.
template_preprocess_forum_topic_list in 6/modules/forum/forum.module
Preprocess variables to format the topic listing.
template_preprocess_forum_topic_navigation in 6/modules/forum/forum.module
Preprocess variables to format the next/previous forum topic navigation links.
template_preprocess_img_assist_browser_thumbnail in contributions/img_assist/theme/theme.inc
Setup variables for the browser thumbnail template.
template_preprocess_node in 6/includes/theme.inc
Process variables for node.tpl.php
template_preprocess_page in 6/includes/theme.inc
Process variables for page.tpl.php
template_preprocess_simplenews_block in contributions/simplenews/simplenews.module
Process variables to format the simplenews block.
template_preprocess_views_ui_edit_view in contributions/views/includes/admin.inc
Preprocess the view edit page.
template_preprocess_views_view in contributions/views/theme/theme.inc
Preprocess the primary theme implementation for a view.
template_preprocess_views_view_row_search in contributions/views/modules/search.views.inc
Template helper for theme_views_view_row_search
template_preprocess_views_view_rss in contributions/views/theme/theme.inc
Preprocess an RSS feed
template_preprocess_views_view_summary in contributions/views/theme/theme.inc
Preprocess theme function to print a single record from a row, with fields
template_preprocess_views_view_summary_unformatted in contributions/views/theme/theme.inc
Template preprocess theme function to print summary basically unformatted.
template_preprocess_wysiwyg_dialog_page in contributions/wysiwyg/wysiwyg.dialog.inc
Template preprocess function for theme_wysiwyg_dialog_page(). See alsowysiwyg_dialog()
theme_addthis_button in contributions/addthis/addthis.module
Theme the AddThis button.
theme_aggregator_page_rss in 6/modules/aggregator/aggregator.pages.inc
Theme the RSS output.
theme_asset_render_default in contributions/asset/inc/asset.themes.inc
Default rendering available to all assets.
theme_audio_feeds_views_links in contributions/audio/contrib/feeds/audio_feeds.views.inc
Format the links to the xml feeds for the view
theme_audio_feeds_views_xspf in contributions/audio/contrib/feeds/audio_feeds.views.inc
Theme function to handle the XSPF view
theme_avatar_selection_pager_link in contributions/avatar_selection/avatar_selection.module
Output themed pager navigation link.
theme_calendar_ical_feed in contributions/calendar/calendar_ical.module
plugin that actually displays an ical feed
theme_category_wrapper_status in contributions/category/category.admin.inc
Themes the message indicating the status of the specified wrapper module.
theme_comment_post_forbidden in 6/modules/comment/comment.module
Theme a "you can't post comments" notice.
theme_delegator_admin_lock in contributions/ctools/delegator/delegator.admin.inc
Draw the "this task is locked from editing" box.
theme_delegator_page_lock in contributions/ctools/delegator/plugins/tasks/page.admin.inc
Draw the "this task is locked from editing" box.
theme_editablefields_formatter_editable in contributions/editablefields/editablefields.module
Theme the editable field.
theme_file_audio_mp3_render in contributions/fileframework/formats/audio/file_audio.theme.inc
Renders a Flash-based MP3 player for audio previews.
theme_file_browser_block in contributions/fileframework/contrib/browser/file_browser.theme.inc
Outputs a browser block.
theme_file_browser_page in contributions/fileframework/contrib/browser/file_browser.theme.inc
Renders a browser page.
theme_file_browser_preview in contributions/fileframework/contrib/browser/file_browser.theme.inc
Outputs a file preview block.
theme_file_text_code_render in contributions/fileframework/formats/text/file_text.theme.inc
Theme for code text rendering.
theme_file_video_flash_flv_render in contributions/fileframework/formats/video/file_video.theme.inc
Theme for Adobe Flash .flv video rendering.
theme_fivestar_color_form in contributions/fivestar/fivestar_color.inc
Theme color form.
theme_fivestar_node_type_form in contributions/fivestar/fivestar.module
Theme function to add the Fivestar preview to the node type form.
theme_flag_admin_page in contributions/flag/flag.module
Theme the output for the main flag administration page.
theme_forward_email in contributions/forward/forward.theme
Format the links for event calendars
theme_forward_postcard in contributions/forward/forward.theme
Format the links for event calendars
theme_gmap_location_infowindow_node__image in contributions/gmap/gmap_location.module
Default theme for image nodes. @@@ Todo: Move to a tpl.
theme_gmap_location_user_page in contributions/gmap/gmap_location.module
Theme function for displaying the user page.
theme_image in 6/includes/theme.inc
Return a themed image.
theme_paging_drop_down in contributions/paging/paging.module
Format a query pager.
theme_panels_flexible_admin in contributions/panels/plugins/layouts/flexible/flexible.inc
Draw the flexible layout.
theme_textfield in 6/includes/form.inc
Format a textfield.
theme_uc_cart_block_content_cachable in contributions/ubercart/uc_cart/uc_cart.module
Theme the cachable shopping cart block content.
theme_uc_file_admin_files_form_show in contributions/ubercart/uc_file/uc_file.admin.inc
Implementation of theme_form($form)
theme_uc_ups_option_label in contributions/ubercart/shipping/uc_ups/uc_ups.admin.inc
Theme function to format the UPS service name and rate amount line-item shown to the customer.
theme_user_relationships_user_link in contributions/user_relationships/user_relationships_ui/user_relationships_ui.theme.inc
Link to user's profile
theme_webform_mail_message in contributions/webform/webform.module
Theme the contents of e-mails sent by webform.
theme_webform_results_submissions in contributions/webform/webform_report.inc
Theme the submissions tab of the webform results page.
thickbox_form_alter in contributions/thickbox/thickbox.module
Implementation of hook_form_alter(). Reformat the login form.
tinymce_help in contributions/tinymce/tinymce.module
Implementation of hook_help().
tinymce_profile_form_build in contributions/tinymce/tinymce.admin.inc
Return an HTML form for profile configuration.
tinymce_profile_overview in contributions/tinymce/tinymce.admin.inc
Controller for tinymce profiles.
translation_form_alter in 6/modules/translation/translation.module
Implementation of hook_form_alter().
translation_help in 6/modules/translation/translation.module
Implementation of hook_help().
trigger_help in 6/modules/trigger/trigger.module
Implementation of hook_help().
twitter_actions_set_status_action in contributions/twitter/twitter_actions/twitter_actions.module
Implementation of a configurable Drupal action. Sends an email.
uc_attribute_help in contributions/ubercart/uc_attribute/uc_attribute.module
Implementation of hook_help().
uc_authorizenet_settings_form in contributions/ubercart/payment/uc_authorizenet/uc_authorizenet.module
Callback for payment gateway settings.
uc_cart_add_item in contributions/ubercart/uc_cart/uc_cart.module
Adds an item to a user's cart.
uc_cart_checkout in contributions/ubercart/uc_cart/uc_cart.pages.inc
Display the cart checkout page built of checkout panes from enabled modules.
uc_cart_form_alter in contributions/ubercart/uc_cart/uc_cart.module
Implementation of hook_form_alter().
uc_cart_links_settings_form in contributions/ubercart/uc_cart_links/uc_cart_links.admin.inc
Define a form to configure the cart links settings.
uc_catalog_form_alter in contributions/ubercart/uc_catalog/uc_catalog.module
Add an image field to the catalog's taxonomy term form.
uc_catalog_settings_form in contributions/ubercart/uc_catalog/uc_catalog.admin.inc
Catalog settings form.
uc_catalog_store_status in contributions/ubercart/uc_catalog/uc_catalog.module
Implementation of Übercart's hook_store_status().
uc_checkout_pane_customer in contributions/ubercart/uc_cart/uc_cart_checkout_pane.inc
Get the user's email address for login.
uc_credit_store_status in contributions/ubercart/payment/uc_credit/uc_credit.module
Implementation of hook_store_status().
uc_cybersource_calculate_tax in contributions/ubercart/payment/uc_cybersource/uc_cybersource.module
Calculates taxes for an order using CyberSource's tax service.
uc_file_feature_form in contributions/ubercart/uc_file/uc_file.module
Form builder for hook_product_feature
uc_file_help in contributions/ubercart/uc_file/uc_file.module
Implementation of hook_help().
uc_file_store_status in contributions/ubercart/uc_file/uc_file.module
Implementation of hook_store_status().
uc_order_settings_form in contributions/ubercart/uc_order/uc_order.admin.inc
Generate the settings form for orders.
uc_order_token_values in contributions/ubercart/uc_order/uc_order.module
Implementation of hook_token_values(). (token.module)
uc_order_view in contributions/ubercart/uc_order/uc_order.admin.inc
Display the order view screen, constructed via hook_order_pane().
uc_product_form in contributions/ubercart/uc_product/uc_product.module
Implementation of hook_form(). See alsotheme_uc_product_form_prices()
uc_product_kit_add_to_cart_form_submit in contributions/ubercart/uc_product_kit/uc_product_kit.module
Submit function for uc_product_kit_add_to_cart_form().
uc_product_store_status in contributions/ubercart/uc_product/uc_product.module
Display the status of the product image handlers. See alsouc_product_image_defaults()
uc_quote_form_alter in contributions/ubercart/shipping/uc_quote/uc_quote.module
Implementation of hook_form_alter().
uc_recurring_recurring_fee in contributions/ubercart/payment/uc_recurring/uc_recurring.module
Implementation of hook_recurring_fee(); default recurring fee handler.
uc_reports_help in contributions/ubercart/uc_reports/uc_reports.module
Implementation of hook_help().
uc_reports_products in contributions/ubercart/uc_reports/uc_reports.admin.inc
Display the product reports
uc_roles_feature_form in contributions/ubercart/uc_roles/uc_roles.module
Form builder for hook_product_feature.
uc_roles_feature_form_validate in contributions/ubercart/uc_roles/uc_roles.module
Validation function for the roles feature form.
uc_roles_feature_settings in contributions/ubercart/uc_roles/uc_roles.module
Form builder for role settings.
uc_roles_help in contributions/ubercart/uc_roles/uc_roles.module
Implementation of hook_help().
uc_roles_store_status in contributions/ubercart/uc_roles/uc_roles.module
Implementation of hook_store_status().
uc_store_reports in contributions/ubercart/uc_store/uc_store.admin.inc
Display main reports page.
uc_store_token_values in contributions/ubercart/uc_store/uc_store.module
Implementation of hook_token_values(). (token.module)
uc_ups_store_status in contributions/ubercart/shipping/uc_ups/uc_ups.module
Implementation of Ubercart's hook_store_status().
update_help in 6/modules/update/update.module
Implementation of hook_help().
update_mail in 6/modules/update/update.module
Implementation of hook_mail().
update_settings in 6/modules/update/update.settings.inc
Form builder for the update settings tab.
upload_admin_settings in 6/modules/upload/upload.admin.inc
Menu callback for the upload settings form.
upload_help in 6/modules/upload/upload.module
Implementation of hook_help().
url in 6/includes/common.inc
Generate a URL from a Drupal menu path. Will also pass-through existing URLs.
urlicon_help in contributions/urlicon/urlicon.module
Implementation of hook_help().
user_help in 6/modules/user/user.module
Implementation of hook_help().
user_login_final_validate in 6/modules/user/user.module
A validate handler on the login form. Should be the last validator. Sets an error if user has not been authenticated yet.
user_mail_tokens in 6/modules/user/user.module
Return an array of token to value mappings for user e-mail messages.
user_pass_reset in 6/modules/user/user.pages.inc
Menu callback; process one time login link and redirects to the user page on success.
user_register_submit in 6/modules/user/user.module
Submit handler for the user registration form.
user_relationships_ui_init in contributions/user_relationships/user_relationships_ui/user_relationships_ui.module
Init
user_relationship_mailer_replacements in contributions/user_relationships/user_relationship_mailer/user_relationship_mailer_defaults.inc
Replacements for mail messages
user_search in 6/modules/user/user.module
Implementation of hook_search().
user_token_values in contributions/token/token_user.inc
Implementation of hook_token_values()
views_ajax_form_wrapper in contributions/views/includes/ajax.inc
Wrapper around drupal_build_form to handle some AJAX stuff automatically. This makes some assumptions about the client.
views_bulk_operations_form in contributions/views_bulk_operations/views_bulk_operations.module
Define multistep form for selecting and executing an operation.
views_bulk_operations_form_submit in contributions/views_bulk_operations/views_bulk_operations.module
Submit handler for the selected operation. See alsoviews_bulk_operations_form()
views_export_export_form in contributions/views/views_export/views_export.module
Form to choose a group of views to export.
views_exposed_form in contributions/views/views.module
Form builder for the exposed widgets form.
views_ui_add_display_form in contributions/views/includes/admin.inc
Form to add a display to a view.
views_ui_ajax_form in contributions/views/includes/admin.inc
Generic entry point to handle forms.
views_ui_analyze_view_button in contributions/views/includes/admin.inc
This form doesn't particularly do much; it's really just providing a link but a button seems like it would be nicer here.
views_ui_check_advanced_help in contributions/views/includes/admin.inc
Check to see if the advanced help module is installed, and if not put up a message.
views_ui_preview_form in contributions/views/includes/admin.inc
Form for generating argument information for the live preview.
views_ui_remove_display_form in contributions/views/includes/admin.inc
Form to remove a display from a view.
watchdog_live_form_alter in contributions/watchdog_live/watchdog_live.module
Implementation of hook_form_alter().
webform_client_form in contributions/webform/webform.module
Client form generation function. If this is displaying an existing submission, pass in the $submission variable with the contents of the submission to be displayed.
webform_help in contributions/webform/webform.module
Implemenation of hook_help().
webform_results_analysis in contributions/webform/webform_report.inc
Provides a simple analysis of all submissions to a webform.
webform_view in contributions/webform/webform.module
Implementation of hook_view().
xmlsitemap_engines_form_xmlsitemap_tools_settings_alter in contributions/xmlsitemap/xmlsitemap_engines/xmlsitemap_engines.module
Implementation of hook_form_FORM_ID_alter().
xmlsitemap_engines_ping_sitemap in contributions/xmlsitemap/xmlsitemap_engines/xmlsitemap_engines.module
Submit the sitemap to the selected engines.
xmlsitemap_help in contributions/xmlsitemap/xmlsitemap/xmlsitemap.module
Implementation of hook_help().
xmlsitemap_menu_xmlsitemap_description in contributions/xmlsitemap/xmlsitemap_menu/xmlsitemap_menu.module
Implementation of hook_xmlsitemap_description().
xmlsitemap_node_xmlsitemap_description in contributions/xmlsitemap/xmlsitemap_node/xmlsitemap_node.module
Implementation of hook_xmlsitemap_description().
xmlsitemap_robotstxt in contributions/xmlsitemap/xmlsitemap/xmlsitemap.module
Implementation of hook_robotstxt().
xmlsitemap_settings in contributions/xmlsitemap/xmlsitemap/xmlsitemap.admin.inc
Form builder; return the sitemap settings form.
xmlsitemap_taxonomy_xmlsitemap_description in contributions/xmlsitemap/xmlsitemap_taxonomy/xmlsitemap_taxonomy.module
Implementation of hook_xmlsitemap_description().
xmlsitemap_update_6140 in contributions/xmlsitemap/xmlsitemap/xmlsitemap.install
Implementation of hook_update_N().
xmlsitemap_user_xmlsitemap_description in contributions/xmlsitemap/xmlsitemap_user/xmlsitemap_user.module
Implementation of hook_xmlsitemap_description().
_addtoany_create_button in contributions/addtoany/addtoany.module
Internal function to generate code for AddToAny button
_adsense_cse_get_searchbox in contributions/adsense/cse/adsense_cse.module
Generates the CSE search box
_adsense_search_get_searchbox in contributions/adsense/old/search/adsense_search.module
Generates the search box
_atom_print_feed in contributions/atom/atom.module
prints feed information from query of either front page or blog content
_batch_progress_page_js in 6/includes/batch.inc
Batch processing page with JavaScript support.
_batch_progress_page_nojs in 6/includes/batch.inc
Batch processing page without JavaScript support.
_blocks404_form_alter in contributions/blocks404/blocks404.active.inc
Implements hook_form_alter().
_file_browser_page in contributions/fileframework/contrib/browser/file_browser.module
Builds browser page.
_gmap_doheader in contributions/gmap/gmap.module
Set up the HTML header for GMap. If you are going to include a custom JS file that extends GMap, you probabaly want to call this first to ensure that the core js files have been added.
_image_check_settings in contributions/image/image.module
Verify the image module and toolkit settings.
_image_import_settings_check_directory in contributions/image/contrib/image_import/image_import.admin.inc
Checks the existence of the directory specified in $form_element.
_link_sanitize in contributions/link/link.module
Cleanup user-entered values for a link field according to field settings.
_mollom_insert_captcha in contributions/mollom/mollom.module
This function inserts a CAPTCHA into the form. It is called during the construction of the form, just before the form is rendered.
_pathauto_check_pattern in contributions/pathauto/pathauto.admin.inc
Helper function for pathauto_admin_settings().
_print_rewrite_urls in contributions/print/print.pages.inc
Callback function for the preg_replace_callback for URL-capable patterns
_print_var_generator in contributions/print/print.pages.inc
Post-processor that fills the array for the template with common details
_private_upload_requirements in contributions/private_upload/private_upload.module
Does the real work of hook_requirements, but with an extra param to collect status info.
_signup_get_cancel_link in contributions/signup/signup.module
Generate a link to cancel a given signup.
_signup_get_email_tokens in contributions/signup/signup.module
Helper function that returns an array of tokens for signup emails.
_site_map_blogs in contributions/site_map/site_map.module
Render the latest blog authors
_site_map_taxonomy_tree in contributions/site_map/site_map.module
Render taxonomy tree
_swftools_status_embedding in contributions/swftools/swftools.admin.status.inc
Generate a status report for embedding methods Called from swftools_status() and returns markup
_swftools_status_players in contributions/swftools/swftools.admin.status.inc
Generate a status report for the player modules and media defaults Called from swftools_status() and returns markup
_update_message_text in 6/modules/update/update.module
Helper function to return the appropriate message text when the site is out of date or missing a security update.
_update_no_data in 6/modules/update/update.module
Prints a warning message when there is no data about available updates.
_webform_edit_date in contributions/webform/components/date.inc
Create a set of form items to be displayed on the form for editing this component. Use care naming the form items, as this correlates directly to the database schema. The component "Name" and "Description" fields are added to every...
_webform_edit_time in contributions/webform/components/time.inc
Create a set of form items to be displayed on the form for editing this component. Use care naming the form items, as this correlates directly to the database schema. The component "Name" and "Description" fields are added to every...
_xmlsitemap_create_cache_chunk in contributions/xmlsitemap/xmlsitemap/xmlsitemap.pages.inc
Create a sitemap chunk cache file.
_xmlsitemap_create_cache_files in contributions/xmlsitemap/xmlsitemap/xmlsitemap.pages.inc
Create the cache files containing the sitemap.

Code

<?php
function url($path = NULL, $options = array()) {
  // Merge in defaults.
  $options += array(
    'fragment' => '',
    'query' => '',
    'absolute' => FALSE,
    'alias' => FALSE,
    'prefix' => ''
  );
  if (!isset($options['external'])) {
    // Return an external link if $path contains an allowed absolute URL.
    // Only call the slow filter_xss_bad_protocol if $path contains a ':' before
    // any / ? or #.
    $colonpos = strpos($path, ':');
    $options['external'] = ($colonpos !== FALSE && !preg_match('![/?#]!', substr($path, 0, $colonpos)) && filter_xss_bad_protocol($path, FALSE) == check_plain($path));
  }

  // May need language dependent rewriting if language.inc is present.
  if (function_exists('language_url_rewrite')) {
    language_url_rewrite($path, $options);
  }
  if ($options['fragment']) {
    $options['fragment'] = '#'. $options['fragment'];
  }
  if (is_array($options['query'])) {
    $options['query'] = drupal_query_string_encode($options['query']);
  }

  if ($options['external']) {
    // Split off the fragment.
    if (strpos($path, '#') !== FALSE) {
      list($path, $old_fragment) = explode('#', $path, 2);
      if (isset($old_fragment) && !$options['fragment']) {
        $options['fragment'] = '#'. $old_fragment;
      }
    }
    // Append the query.
    if ($options['query']) {
      $path .= (strpos($path, '?') !== FALSE ? '&' : '?') . $options['query'];
    }
    // Reassemble.
    return $path . $options['fragment'];
  }

  global $base_url;
  static $script;
  static $clean_url;

  if (!isset($script)) {
    // On some web servers, such as IIS, we can't omit "index.php". So, we
    // generate "index.php?q=foo" instead of "?q=foo" on anything that is not
    // Apache.
    $script = (strpos($_SERVER['SERVER_SOFTWARE'], 'Apache') === FALSE) ? 'index.php' : '';
  }

  // Cache the clean_url variable to improve performance.
  if (!isset($clean_url)) {
    $clean_url = (bool)variable_get('clean_url', '0');
  }

  if (!isset($options['base_url'])) {
    // The base_url might be rewritten from the language rewrite in domain mode.
    $options['base_url'] = $base_url;
  }

  // Preserve the original path before aliasing.
  $original_path = $path;

  // The special path '<front>' links to the default front page.
  if ($path == '<front>') {
    $path = '';
  }
  elseif (!empty($path) && !$options['alias']) {
    $path = drupal_get_path_alias($path, isset($options['language']) ? $options['language']->language : '');
  }

  if (function_exists('custom_url_rewrite_outbound')) {
    // Modules may alter outbound links by reference.
    custom_url_rewrite_outbound($path, $options, $original_path);
  }

  $base = $options['absolute'] ? $options['base_url'] .'/' : base_path();
  $prefix = empty($path) ? rtrim($options['prefix'], '/') : $options['prefix'];
  $path = drupal_urlencode($prefix . $path);

  if ($clean_url) {
    // With Clean URLs.
    if ($options['query']) {
      return $base . $path .'?'. $options['query'] . $options['fragment'];
    }
    else {
      return $base . $path . $options['fragment'];
    }
  }
  else {
    // Without Clean URLs.
    $variables = array();
    if (!empty($path)) {
      $variables[] = 'q='. $path;
    }
    if (!empty($options['query'])) {
      $variables[] = $options['query'];
    }
    if ($query = join('&', $variables)) {
      return $base . $script .'?'. $query . $options['fragment'];
    }
    else {
      return $base . $options['fragment'];
    }
  }
}
?>