You are here

Functions in Shorten URLs 7

Primary tabs

Namesort descending Location Description Direct uses Strings
shorten_save_js ./shorten.module JS callback for submitting the Shorten form. 1
shorten_schema ./shorten.install Implements hook_schema().
shorten_shorten_service ./shorten.module Implements hook_shorten_service().
shorten_tokens ./shorten.module Implements hook_tokens().
shorten_token_info ./shorten.module Implements hook_token_info().
shorten_uninstall ./shorten.install Implements hook_uninstall().
shorten_update_7001 ./shorten.install Implements hook_update_N(). Removes the shorten_generate_token variable since the token module now loads tokens only when needed.
shorten_update_7002 ./shorten.install Implements hook_update_N(). Removes variables for deprecated services.
shorten_url ./shorten.module Retrieves and beautifies the abbreviated URL. This is the main API function of this module. 4
theme_record_shorten_records ./record_shorten.module Builds a list of shortened URLs.
theme_shorten_cs_admin ./shorten_cs.admin.inc Themes the configuration page.
_shortener_filter_url shortener/shortener.module Replaces URLs with the shortened version. 1
_shortener_url_behavior shortener/shortener.module Determines the link caption based on the filter behavior setting. 2 1
_shortener_url_parse_partial_links shortener/shortener.module Processes matches on partial URLs and returns the "fixed" version. 1
_shortener_url_settings shortener/shortener.module Builds the settings form for the input filter. 1
_shorten_get_url ./shorten.module Shortens URLs. Times out after three (3) seconds. 1
_shorten_googl ./shorten.module Helps get a shortened URL from Goo.gl. 1
_shorten_method_default ./shorten.module Determines the default method for retrieving shortened URLs. cURL is the preferred method, but sometimes it's not installed. 4
_shorten_service_form ./shorten.module Form which displays a list of URL shortening services. 1
_shorten_shurly ./shorten.module Helps get a shortened URL via the ShURLy module. 1
_shorten_xml ./shorten.module Parses the value between tags in an XML document. 1

Pages

Other projects