constant LINKIT_URL_METHOD_RAW_SLASH in Linkit 7.3
Define that urls should be constructed as it is (raw) with a prepending slash.
2 uses of LINKIT_URL_METHOD_RAW_SLASH
- linkit_get_insert_plugin_processed_path in ./
linkit.module - Gets the path processed by the inputfilter choice.
- _linkit_build_insert_plugin_form_fields in plugins/
export_ui/ linkit_profiles.inc - Append insert plugin form element to the profile form.
File
- ./
linkit.module, line 16 - Main file for Linkit module.
Code
define('LINKIT_URL_METHOD_RAW_SLASH', 2);