Calling all Drupal developers!
Help us get this on the first page of Digg. DIGG NOW!
Help us get this on the first page of Digg. DIGG NOW!
1.20.2.37 (checked in on 2008/02/23 at 03:45:34 by quicksketch)
Defines simple link field types.
| Name | Description |
|---|---|
| LINK_DOMAINS | |
| LINK_EMAIL | |
| LINK_EXTERNAL | |
| LINK_FRONT | |
| LINK_INTERNAL |
| Name | Description |
|---|---|
| link_cleanup_url | Forms a valid URL if possible from an entered address. Trims whitespace and automatically adds an http:// to addresses without a protocol specified |
| link_field | Implementation of hook_field(). |
| link_field_formatter | Implementation of hook_field_formatter(). |
| link_field_formatter_info | Implementation of hook_field_formatter_info(). |
| link_field_info | Implementation of hook_field_info(). |
| link_field_settings | Implementation of hook_field_settings(). |
| link_menu | Implementation of hook_menu(). |
| link_validate_url | A 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_handler | Views module argument handler for link fields |
| link_views_protocol_filter_handler | Views modules filter handler for link protocol filtering |
| link_widget | Implementation of hook_widget(). |
| link_widget_info | Implementation of hook_widget_info(). |
| link_widget_js | |
| theme_link_field_settings | Theme the settings form for the link field. |
| theme_link_widget_form | Theme the display of the entire link set |
| theme_link_widget_form_row | Theme the display of a single form row |
| _link_widget_form | |
| _link_widget_prepare | |
| _link_widget_process |