You are here

public function ConfigurablePropertyInterface::submitConfigurationForm in Search API 8

Submits a configuration form for a field based on this property.

Parameters

\Drupal\search_api\Item\FieldInterface $field: The field for which the configuration form is submitted.

array $form: An associative array containing the structure of the plugin form as built by static::buildConfigurationForm().

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

1 method overrides ConfigurablePropertyInterface::submitConfigurationForm()
ConfigurablePropertyBase::submitConfigurationForm in src/Processor/ConfigurablePropertyBase.php
Submits a configuration form for a field based on this property.

File

src/Processor/ConfigurablePropertyInterface.php, line 60

Class

ConfigurablePropertyInterface
Represents a processor-defined property with additional configuration.

Namespace

Drupal\search_api\Processor

Code

public function submitConfigurationForm(FieldInterface $field, array &$form, FormStateInterface $form_state);