You are here

constant LINK_EXTERNAL in Link 6

Same name and namespace in other branches
  1. 5 link.module \LINK_EXTERNAL
  2. 6.2 link.module \LINK_EXTERNAL
  3. 7 link.module \LINK_EXTERNAL

@file Defines simple link field types.

3 uses of LINK_EXTERNAL
link_cleanup_url in ./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
link_validate_url in ./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.
_link_sanitize in ./link.module
Cleanup user-entered values for a link field according to field settings.

File

./link.module, line 8
Defines simple link field types.

Code

define('LINK_EXTERNAL', 'external');