constant LINK_HTTPS_PROTOCOL in Link 7
4 uses of LINK_HTTPS_PROTOCOL
- LinkDefaultProtocolTest::testHttpsDefaultProtocolOnUrlWithDefinedHttpProtocol in tests/
LinkDefaultProtocolTest.test - A link with a defined protocol HTTP overrides the default HTTPS protocol.
- LinkDefaultProtocolTest::testHttpsDefaultProtocolOnUrlWithoutDefinedProtocol in tests/
LinkDefaultProtocolTest.test - A link with no defined protocol in the URL uses the default (HTTPS).
- link_admin_settings in ./
link.admin.inc - Form constructor for the settings form.
- link_ensure_valid_default_protocol in ./
link.module - Validate that the protocol is either HTTP or HTTPS.
File
- ./
link.module, line 22 - Defines simple link field types.
Code
define('LINK_HTTPS_PROTOCOL', 'https');