You are here

function LinkitPlugin::broken in Linkit 7.2

Determine if the handler is considered 'broken', meaning it's a a placeholder used when a handler can't be found.

1 method overrides LinkitPlugin::broken()
LinkitPluginBroken::broken in plugins/plugin.class.php
Determine if the handler is considered 'broken'.

File

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

Class

LinkitPlugin
LinkitPlugin.

Code

function broken() {
}