You are here

public function SearchBase::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.

Overrides SearchInterface::getConfigForm

2 methods override SearchBase::getConfigForm()
BasicTitleSearch::getConfigForm in src/Plugin/Search/BasicTitleSearch.php
Gets the configuration form for the search plugin.
SearchApiSearch::getConfigForm in src/Plugin/Search/SearchApiSearch.php
Gets the configuration form for the search plugin.

File

src/SearchBase.php, line 31

Class

SearchBase
Class SearchBase.

Namespace

Drupal\fac

Code

public function getConfigForm(array $plugin_config, FormStateInterface $form_state) {
  return [];
}