function LinkitPlugin::buildLabel in Linkit 7.2
Build the label that will be used in the search result for each row.
1 method overrides LinkitPlugin::buildLabel()
- LinkitPluginEntity::buildLabel in plugins/
linkit_plugins/ linkit-plugin-entity.class.php - Build the label that will be used in the search result for each row.
File
- plugins/
plugin.class.php, line 70 - Linkit Plugin interface.
Class
- LinkitPlugin
- LinkitPlugin.
Code
function buildLabel($label) {
return check_plain($label);
}