You are here

constant LINK_NEWS in Link 6.2

Same name and namespace in other branches
  1. 7 link.module \LINK_NEWS
5 uses of LINK_NEWS
LinkValidateUrlLight::name_Link_Type in tests/link.validate.test
Translates the LINK type constants to english for display and debugging of tests
LinkValidateUrlLight::testValidateNewsArticleLink in tests/link.validate.test
LinkValidateUrlLight::testValidateNewsgroupLink 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 12
Defines simple link field types.

Code

define('LINK_NEWS', 'news');