constant LINK_EMAIL in Link 6.2
Same name and namespace in other branches
- 5 link.module \LINK_EMAIL
- 6 link.module \LINK_EMAIL
- 7 link.module \LINK_EMAIL
4 uses of LINK_EMAIL
- LinkValidateUrlLight::name_Link_Type in tests/
link.validate.test - Translates the LINK type constants to english for display and debugging of tests
- LinkValidateUrlLight::testValidateEmailLink in tests/
link.validate.test - link_validate_url in ./
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.
- _link_sanitize in ./
link.inc - Cleanup user-entered values for a link field according to field settings.
File
- ./
link.module, line 11 - Defines simple link field types.
Code
define('LINK_EMAIL', 'email');