You are here

constant LINK_EMAIL in Link 5

Same name and namespace in other branches
  1. 6.2 link.module \LINK_EMAIL
  2. 6 link.module \LINK_EMAIL
  3. 7 link.module \LINK_EMAIL
2 uses of LINK_EMAIL
link_field_formatter in ./link.module
Implementation of hook_field_formatter().
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.

File

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

Code

define('LINK_EMAIL', 'email');