You are here

function LinkitPluginBroken::broken in Linkit 7.2

Determine if the handler is considered 'broken'.

Overrides LinkitPlugin::broken

File

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

Class

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

Code

function broken() {
  return TRUE;
}