constant LINK_TEL in Link 7
4 uses of LINK_TEL
- LinkValidationApiTest::name_Link_Type in tests/
LinkValidationApiTest.test - Name Link Type.
- LinkValidationApiTest::testValidateTelLinks in tests/
LinkValidationApiTest.test - Confirm that valid tel: links work as expected.
- link_url_type in ./
link.module - Type check a URL.
- _link_sanitize in ./
link.module - Clean up user-entered values for a link field according to field settings.
File
- ./
link.module, line 14 - Defines simple link field types.
Code
define('LINK_TEL', 'tel');