You are here

Functions in Link 6

Primary tabs

Namesort descending Location Description Direct uses Strings
link_cleanup_url ./link.module Forms a valid URL if possible from an entered address. Trims whitespace and automatically adds an http:// to addresses without a protocol specified 1
link_content_is_empty ./link.module Implementation of hook_content_is_empty().
link_disable ./link.install Implementation of hook_disable().
link_elements ./link.module Implementation of hook_elements().
link_enable ./link.install Implementation of hook_enable().
link_field ./link.module Implementation of hook_field().
link_field_formatter_info ./link.module Implementation of hook_field_formatter_info().
link_field_info ./link.module Implementation of hook_field_info().
link_field_settings ./link.module Implementation of hook_field_settings().
link_install ./link.install Implementation of hook_install().
link_process ./link.module Process the link type element before displaying the field. 1
link_theme ./link.module Implementation of hook_theme().
link_token_list ./link.module
link_token_values ./link.module
link_uninstall ./link.install Implementation of hook_uninstall().
link_update_1 ./link.install Removed link.module created tables, move data to content.module tables
link_update_6000 ./link.install Ensure that content.module is updated before link module.
link_update_6001 ./link.install Change the database schema to allow NULL values.
link_validate_url ./link.module 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. 4
link_views_api ./link.module Implementation of hook_views_api().
link_views_content_field_data views/link.views.inc Return CCK Views data for the link_field_settings($op == 'views data'). 1
link_views_handlers views/link.views.inc Implementation of hook_views_handlers().
link_widget ./link.module Implementation of hook_widget().
link_widget_info ./link.module Implementation of hook_widget_info().
theme_link ./link.module FAPI theme for an individual text elements.
theme_link_field_settings ./link.module Theme the settings form for the link field.
theme_link_formatter_default ./link.module Theme function for 'default' text field formatter.
theme_link_formatter_label ./link.module Theme function for 'label' text field formatter.
theme_link_formatter_plain ./link.module Theme function for 'plain' text field formatter.
theme_link_formatter_separate ./link.module Theme function for 'separate' text field formatter.
theme_link_formatter_short ./link.module Theme function for 'short' text field formatter.
theme_link_formatter_url ./link.module Theme function for 'url' text field formatter.
_link_load ./link.module 1
_link_process ./link.module 1
_link_sanitize ./link.module Cleanup user-entered values for a link field according to field settings. 1
_link_validate ./link.module 1

Other projects