check_url

Related topics

Namesort iconDescription
Input validationFunctions to validate user input.

Functions that call check_url()

Namesort iconLocationDescription
aggregator_page_opmlmodules/aggregator.moduleMenu callback; generates an OPML representation of all feeds.
blog_formmodules/blog.moduleImplementation of hook_form().
check_urlincludes/common.incPrepare a URL for use in an HTML attribute. Strips harmful protocols.
drupal_directory_pagemodules/drupal.moduleFormats a list of all sites indexed in the directory.
drupal_directory_pingmodules/drupal.moduleCallback function from drupal_xmlrpc() called when another site pings this one.
filter_helpmodules/filter.moduleImplementation of hook_help().
formincludes/common.incGenerate a form from a set of form elements.
format_nameincludes/common.incFormat a username.
format_rss_channelincludes/common.incFormats an RSS channel.
format_rss_itemincludes/common.incFormat a single RSS item.
lincludes/common.incFormat an internal Drupal link.
pager_linkincludes/pager.incFormat a link to a specific query result page.
statistics_top_referrersmodules/statistics.moduleMenu callback; presents the "Top referrers" page.
theme_aggregator_block_itemmodules/aggregator.moduleFormat an individual feed item for display in the block.
theme_aggregator_feedmodules/aggregator.moduleFormat a news feed.
theme_aggregator_page_itemmodules/aggregator.moduleFormat an individual feed item for display on the aggregator page.
theme_aggregator_summary_itemmodules/aggregator.moduleReturn a themed item heading for summary pages located at "aggregator/sources" and "aggregator/categories".
theme_imageincludes/theme.incReturn a themed image.
theme_search_itemmodules/search.moduleFormat a single result entry of a search query.
theme_xml_iconincludes/theme.incReturn code that emits an XML icon.
upload_nodeapimodules/upload.moduleImplementation of hook_nodeapi().

Functions called by check_url()

Namesort iconLocationDescription
check_urlincludes/common.incPrepare a URL for use in an HTML attribute. Strips harmful protocols.
filter_xss_bad_protocolmodules/filter.moduleProcesses an HTML attribute value and ensures it does not contain an URL with a disallowed protocol (e.g. javascript:)
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.