You are here

public function BooleanItemProcessor::validateConfigurationForm in Facets 8

Validates a configuration form for this processor.

Parameters

array $form: The form.

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

\Drupal\facets\FacetInterface $facet: The facet this processor is being added to.

Overrides ProcessorPluginBase::validateConfigurationForm

File

src/Plugin/facets/processor/BooleanItemProcessor.php, line 83

Class

BooleanItemProcessor
Provides a processor for boolean labels.

Namespace

Drupal\facets\Plugin\facets\processor

Code

public function validateConfigurationForm(array $form, FormStateInterface $form_state, FacetInterface $facet) {
}