You are here

public function FreelinkingPluginInterface::settingsForm in Freelinking 8.3

Same name and namespace in other branches
  1. 4.0.x src/Plugin/FreelinkingPluginInterface.php \Drupal\freelinking\Plugin\FreelinkingPluginInterface::settingsForm()

Plugin configuration form.

Parameters

array $form: The form element array for the filter plugin.

\Drupal\Core\Form\FormStateInterface $form_state: The form state of the parent form.

Return value

array The configuration form to attach to Freelinking settings form.

1 method overrides FreelinkingPluginInterface::settingsForm()
FreelinkingPluginBase::settingsForm in src/Plugin/FreelinkingPluginBase.php
Plugin configuration form.

File

src/Plugin/FreelinkingPluginInterface.php, line 44

Class

FreelinkingPluginInterface
Describes the Freelinking plugin.

Namespace

Drupal\freelinking\Plugin

Code

public function settingsForm(array $form, FormStateInterface $form_state);