You are here

constant LINKIT_FILE_URL_TYPE_ENTITY in Linkit 7.3

Define that file urls should link the file entity view page.

3 uses of LINKIT_FILE_URL_TYPE_ENTITY
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.
linkit_update_7303 in ./linkit.install
Fixed 7302. Set URL type to "Entity view page" to preserve current behavior.

File

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

Code

define('LINKIT_FILE_URL_TYPE_ENTITY', 'entity');