record_shorten_records_table |
modules/record_shorten/record_shorten.module |
Builds a list of shortened URLs. |
1 |
|
record_shorten_schema |
modules/record_shorten/record_shorten.install |
Implements hook_schema(). |
|
|
record_shorten_shorten_create |
modules/record_shorten/record_shorten.module |
Implements hook_shorten_create(). |
|
|
record_shorten_theme |
modules/record_shorten/record_shorten.module |
Implements hook_theme(). |
|
|
record_shorten_views_api |
modules/record_shorten/record_shorten.module |
Implements hook_views_api(). |
|
|
record_shorten_views_data |
modules/record_shorten/record_shorten.views.inc |
Implements hook_views_data(). |
|
|
record_shorten_views_default_views |
modules/record_shorten/record_shorten.views_default.inc |
Implements hook_views_default_views(). |
|
|
record_shorten_views_handlers |
modules/record_shorten/record_shorten.views.inc |
Implements hook_views_handlers(). |
|
|
shorten_cs_edit |
modules/shorten_cs/shorten_cs.admin.inc |
Builds the form to edit a custom service. |
|
3 |
shorten_cs_edit_form |
modules/shorten_cs/shorten_cs.admin.inc |
Returns HTML representing the shorten service edit form. |
|
1 |
shorten_cs_edit_submit |
modules/shorten_cs/shorten_cs.admin.inc |
Submits the form to edit a service. |
|
|
shorten_cs_edit_validate |
modules/shorten_cs/shorten_cs.admin.inc |
Validates the form to edit a custom service. |
|
|
shorten_cs_load |
modules/shorten_cs/shorten_cs.module |
Loads a custom service object. |
|
|
shorten_cs_menu |
modules/shorten_cs/shorten_cs.module |
Implements hook_menu(). |
|
|
shorten_cs_permission |
modules/shorten_cs/shorten_cs.module |
Implements hook_perm(). |
|
|
shorten_cs_schema |
modules/shorten_cs/shorten_cs.install |
Implements hook_schema(). |
|
|
shorten_cs_shorten_service |
modules/shorten_cs/shorten_cs.module |
Implements hook_shorten_service(). |
|
|
shorten_cs_theme |
modules/shorten_cs/shorten_cs.module |
Implements hook_theme(). |
|
|
shorten_fetch |
./shorten.module |
Downloads the response of the URL abbreviation service. |
2 |
|
shorten_flush_caches |
./shorten.module |
Implements hook_flush_caches(). |
|
|
shorten_help |
./shorten.module |
Implements hook_help(). |
|
|
shorten_permission |
./shorten.module |
Implements hook_perm(). |
|
|
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_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_shorten_cs_admin |
modules/shorten_cs/shorten_cs.admin.inc |
Themes the configuration page. |
|
|
_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. |
1 |
|
_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 |
|