constant LINKIT_URL_METHOD_RAW in Linkit 7.3
Define that urls should be constructed as it is (raw).
7 uses of LINKIT_URL_METHOD_RAW
- LinkitSearchPluginFile::createPath in plugins/
linkit_search/ file.class.php - Overrides LinkitSearchPluginEntity::createPath().
- LinkitsearchPluginNodeTestCase::setUp in test/
linkit_search_plugin_node.test - Sets up a Drupal site for running functional and integration tests.
- LinkitsearchPluginTaxonomyTermTestCase::setUp in test/
linkit_search_plugin_taxonomy_term.test - Sets up a Drupal site for running functional and integration tests.
- LinkitsearchPluginUserTestCase::setUp in test/
linkit_search_plugin_user.test - Sets up a Drupal site for running functional and integration tests.
- LinkitTestCase::createProfile in test/
linkit.test - Helper function: Create a Linkit profile.
File
- ./
linkit.module, line 10 - Main file for Linkit module.
Code
define('LINKIT_URL_METHOD_RAW', 1);