You are here

function LinkitPluginBroken::autocomplete_callback in Linkit 7.2

This method gets called when searching for items to link to in the autocomplete field.

Overrides LinkitPluginInterface::autocomplete_callback

File

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

Class

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

Code

function autocomplete_callback() {
}