You are here

function LinkitPluginBroken::ui_title in Linkit 7.2

Return a string representing this handler's name in the UI.

Overrides LinkitPlugin::ui_title

File

plugins/plugin.class.php, line 143
Linkit Plugin interface.

Class

LinkitPluginBroken
A special handler to take the place of missing or broken handlers.

Code

function ui_title() {
  return t('Broken/missing handler');
}