function LinkitPlugin::buildSettingsForm in Linkit 7.2
Generate a settings form for this handler. Uses the standard Drupal FAPI.
Return value
An array containing any custom form elements to be displayed in the profile editing form
1 method overrides LinkitPlugin::buildSettingsForm()
- LinkitPluginEntity::buildSettingsForm in plugins/
linkit_plugins/ linkit-plugin-entity.class.php  - Generate a settings form for this handler. Uses the standard Drupal FAPI. The element will be attached to the "data" key.
 
File
- plugins/
plugin.class.php, line 129  - Linkit Plugin interface.
 
Class
- LinkitPlugin
 - LinkitPlugin.
 
Code
function buildSettingsForm() {
}