You are here

public function SearchInterface::getConfigForm in Fast Autocomplete 8

Gets the configuration form for the search plugin.

Parameters

array $plugin_config: The plugin config array.

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

Return value

array The configuration form for the search plugin.

1 method overrides SearchInterface::getConfigForm()
SearchBase::getConfigForm in src/SearchBase.php
Gets the configuration form for the search plugin.

File

src/SearchInterface.php, line 32

Class

SearchInterface
Defines an interface for search plugins.

Namespace

Drupal\fac

Code

public function getConfigForm(array $plugin_config, FormStateInterface $form_state);