public function ConfigurablePropertyBase::validateConfigurationForm in Search API 8
Validates 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 validated.
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.
Overrides ConfigurablePropertyInterface::validateConfigurationForm
File
- src/
Processor/ ConfigurablePropertyBase.php, line 23
Class
- ConfigurablePropertyBase
- Provides a base class for configurable processor-defined properties.
Namespace
Drupal\search_api\ProcessorCode
public function validateConfigurationForm(FieldInterface $field, array &$form, FormStateInterface $form_state) {
}