interface LinkitPluginInterface in Linkit 7.2
Linkit plugin interface.
Hierarchy
- interface \LinkitPluginInterface
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
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
LinkitPluginInterface:: |
public | function | This method gets called when searching for items to link to in the autocomplete field. | 2 |