Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
common.inc
»
check_url
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
21 calls to check_url()
CommentTokenReplaceTest::testCommentTokenReplacement
in drupal/
core/
modules/
comment/
lib/
Drupal/
comment/
Tests/
CommentTokenReplaceTest.php
Creates a comment, then tests the tokens generated from it.
comment_tokens
in drupal/
core/
modules/
comment/
comment.tokens.inc
Implements
hook_tokens
().
DisplayPluginBase::renderMoreLink
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
display/
DisplayPluginBase.php
Render the 'more' link
format_rss_channel
in drupal/
core/
includes/
common.inc
Formats an RSS channel.
format_rss_item
in drupal/
core/
includes/
common.inc
Formats a single RSS item.
HandlerBase::sanitizeValue
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
HandlerBase.php
Sanitize the value for output.
install_check_translations
in drupal/
core/
includes/
install.core.inc
Checks installation requirements and reports any errors.
install_display_requirements
in drupal/
core/
includes/
install.core.inc
Displays installation requirements.
template_preprocess_aggregator_feed_source
in drupal/
core/
modules/
aggregator/
aggregator.pages.inc
Prepares variables for aggregator feed source templates.
template_preprocess_aggregator_item
in drupal/
core/
modules/
aggregator/
aggregator.pages.inc
Prepares variables for aggregator item templates.
template_preprocess_aggregator_summary_item
in drupal/
core/
modules/
aggregator/
aggregator.pages.inc
Processes variables for aggregator summary item templates.
template_preprocess_search_result
in drupal/
core/
modules/
search/
search.pages.inc
Prepares variables for individual search result templates.
template_preprocess_views_view_row_rss
in drupal/
core/
modules/
views/
views.theme.inc
Prepares variables for views RSS item templates.
template_preprocess_views_view_rss
in drupal/
core/
modules/
views/
views.theme.inc
Prepares variables for RSS feed templates.
theme_aggregator_block_item
in drupal/
core/
modules/
aggregator/
aggregator.module
Returns HTML for an individual feed item for display in the block.
theme_aggregator_page_opml
in drupal/
core/
modules/
aggregator/
aggregator.pages.inc
Prints the OPML page for the feed.
theme_aggregator_page_rss
in drupal/
core/
modules/
aggregator/
aggregator.pages.inc
Prints the RSS page for a feed.
update_check_requirements
in drupal/
core/
update.php
Checks update requirements and reports errors and (optionally) warnings.
update_info_page
in drupal/
core/
update.php
Provides an overview of the Drupal database update.
UrlTest::testLinkXSS
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Common/
UrlTest.php
Confirms that invalid URLs are filtered in link generating functions.
XssUnitTest::testBadProtocolStripping
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Common/
XssUnitTest.php
Checks that harmful protocols are stripped.