Contributions API

Calling all Drupal developers!

Help us get this on the first page of Digg. DIGG NOW!

Modules in 5

link.module

Version

1.20.2.37 (checked in on 2008/02/23 at 03:45:34 by quicksketch)

Description

Defines simple link field types.

Constants

Namesort iconDescription
LINK_DOMAINS
LINK_EMAIL
LINK_EXTERNAL
LINK_FRONT
LINK_INTERNAL

Functions

Namesort iconDescription
link_cleanup_urlForms a valid URL if possible from an entered address. Trims whitespace and automatically adds an http:// to addresses without a protocol specified
link_fieldImplementation of hook_field().
link_field_formatterImplementation of hook_field_formatter().
link_field_formatter_infoImplementation of hook_field_formatter_info().
link_field_infoImplementation of hook_field_info().
link_field_settingsImplementation of hook_field_settings().
link_menuImplementation of hook_menu().
link_validate_urlA lenient verification for URLs. Accepts all URLs following RFC 1738 standard for URL formation and all email addresses following the RFC 2368 standard for mailto address formation.
link_views_argument_handlerViews module argument handler for link fields
link_views_protocol_filter_handlerViews modules filter handler for link protocol filtering
link_widgetImplementation of hook_widget().
link_widget_infoImplementation of hook_widget_info().
link_widget_js
theme_link_field_settingsTheme the settings form for the link field.
theme_link_widget_formTheme the display of the entire link set
theme_link_widget_form_rowTheme the display of a single form row
_link_widget_form
_link_widget_prepare
_link_widget_process