You are here

interface LinkitPluginInterface in Linkit 7.2

Linkit plugin interface.

Hierarchy

Expanded class hierarchy of LinkitPluginInterface

All classes that implement LinkitPluginInterface

File

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

View source
interface LinkitPluginInterface {

  /**
   * This method gets called when searching for items to link to in the
   * autocomplete field.
   */
  public function autocomplete_callback();

}

Members

Namesort descending Modifiers Type Description Overrides
LinkitPluginInterface::autocomplete_callback public function This method gets called when searching for items to link to in the autocomplete field. 2