class LinkitPluginBroken in Linkit 7.2
A special handler to take the place of missing or broken handlers.
Hierarchy
- class \LinkitPlugin implements LinkitPluginInterface- class \LinkitPluginBroken
 
Expanded class hierarchy of LinkitPluginBroken
File
- plugins/plugin.class.php, line 141 
- Linkit Plugin interface.
View source
class LinkitPluginBroken extends LinkitPlugin {
  function ui_title() {
    return t('Broken/missing handler');
  }
  function ui_description() {
  }
  function autocomplete_callback() {
  }
  /**
   * Determine if the handler is considered 'broken'.
   */
  function broken() {
    return TRUE;
  }
}Members
| Name   | Modifiers | Type | Description | Overrides | 
|---|---|---|---|---|
| LinkitPlugin:: | function | Build the search row description. | 1 | |
| LinkitPlugin:: | function | Returns a string to use as the search result group name. | 1 | |
| LinkitPlugin:: | function | Build the label that will be used in the search result for each row. | 1 | |
| LinkitPlugin:: | function | Build an URL based in the path and the options. | 1 | |
| LinkitPlugin:: | function | Returns a string with CSS classes that will be added to the search result row for this item. | 1 | |
| LinkitPlugin:: | function | Generate a settings form for this handler. Uses the standard Drupal FAPI. | 1 | |
| LinkitPlugin:: | function | Set the search string. | ||
| LinkitPlugin:: | function | Initialize this plugin with the plugin and the profile. | 1 | |
| LinkitPluginBroken:: | function | This method gets called when searching for items to link to in the
autocomplete field. Overrides LinkitPluginInterface:: | ||
| LinkitPluginBroken:: | function | Determine if the handler is considered 'broken'. Overrides LinkitPlugin:: | ||
| LinkitPluginBroken:: | function | Return a string representing this handler's description in the UI. Overrides LinkitPlugin:: | ||
| LinkitPluginBroken:: | function | Return a string representing this handler's name in the UI. Overrides LinkitPlugin:: | 
