You are here

constant LINKIT_FILE_URL_TYPE_DIRECT in Linkit 7.3

Define that file urls should link directly to the file itself.

2 uses of LINKIT_FILE_URL_TYPE_DIRECT
LinkitSearchPluginFile::createPath in plugins/linkit_search/file.class.php
Overrides LinkitSearchPluginEntity::createPath().
LinkitSearchPluginFile::getDefaultUrlType in plugins/linkit_search/file.class.php
Gets the default URL type to use if no URL type has been explicitly set.

File

plugins/linkit_search/file.class.php, line 10
Define Linkit file search plugin class.

Code

define('LINKIT_FILE_URL_TYPE_DIRECT', 'direct');