link_cleanup_url |
./link.inc |
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_generate |
./link.module |
Implements hook_content_generate(). |
|
|
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_migrate_api |
./link.module |
Implements hook_migrate_api(). |
|
|
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_update_6002 |
./link.install |
6.x-2.7 had code that mistakenly wrote 'a:3:{s:6:"target";s:7:"default";s:5:"class";s:0:"";s:3:"rel";s:0:"";}'
to the attributes field, when it should have written NULL. |
|
|
link_validate_url |
./link.inc |
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. |
15 |
|
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.theme.inc |
FAPI theme for an individual text elements. |
|
|
theme_link_field_settings |
./link.theme.inc |
Theme the settings form for the link field. |
|
|
theme_link_formatter_absolute |
./link.theme.inc |
Theme function for 'absolute' link field formatter. |
|
|
theme_link_formatter_default |
./link.theme.inc |
Theme function for 'default' text field formatter. |
|
|
theme_link_formatter_label |
./link.theme.inc |
Theme function for 'label' text field formatter. |
|
|
theme_link_formatter_plain |
./link.theme.inc |
Theme function for 'plain' text field formatter. |
|
|
theme_link_formatter_separate |
./link.theme.inc |
Theme function for 'separate' text field formatter. |
|
|
theme_link_formatter_short |
./link.theme.inc |
Theme function for 'short' text field formatter. |
|
|
theme_link_formatter_title_plain |
./link.theme.inc |
Theme function for 'title_plain' text field formatter. |
|
|
theme_link_formatter_url |
./link.theme.inc |
Theme function for 'url' text field formatter. |
|
|
_link_code2utf |
./link.inc |
Returns the utf string corresponding to the unicode value. |
|
|
_link_content_generate |
./link.module |
Generates random link data for devel generate. |
1 |
1 |
_link_default_attributes |
./link.inc |
|
2 |
|
_link_domains |
./link.module |
Returns the list of allowed domains, including domains added by admins via variable_set/$config. |
3 |
|
_link_html_entity_decode |
./link.inc |
Wrapper around html_entity_decode to handle problems with PHP 4. |
1 |
|
_link_load |
./link.inc |
@file
Helper functions for Link field, widget and form elements. |
1 |
|
_link_process |
./link.inc |
|
1 |
|
_link_sanitize |
./link.inc |
Cleanup user-entered values for a link field according to field settings. |
1 |
|
_link_validate |
./link.inc |
|
1 |
|