function LinkitPluginBroken::ui_description in Linkit 7.2
Return a string representing this handler's description in the UI.
Overrides LinkitPlugin::ui_description
File
- plugins/
plugin.class.php, line 145 - Linkit Plugin interface.
Class
- LinkitPluginBroken
- A special handler to take the place of missing or broken handlers.
Code
function ui_description() {
}