public function ProcessorInterface::validateConfigurationForm in Facets 8
Same name in this branch
- 8 src/Processor/ProcessorInterface.php \Drupal\facets\Processor\ProcessorInterface::validateConfigurationForm()
- 8 modules/facets_summary/src/Processor/ProcessorInterface.php \Drupal\facets_summary\Processor\ProcessorInterface::validateConfigurationForm()
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.
1 method overrides ProcessorInterface::validateConfigurationForm()
- ProcessorPluginBase::validateConfigurationForm in src/
Processor/ ProcessorPluginBase.php - Validates a configuration form for this processor.
File
- src/
Processor/ ProcessorInterface.php, line 58
Class
- ProcessorInterface
- Describes a processor.
Namespace
Drupal\facets\ProcessorCode
public function validateConfigurationForm(array $form, FormStateInterface $form_state, FacetInterface $facet);