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_summary\FacetsSummaryInterface $facets_summary: The facet summary this processor is being added to.
1 method overrides ProcessorInterface::validateConfigurationForm()
- ProcessorPluginBase::validateConfigurationForm in modules/
facets_summary/ src/ Processor/ ProcessorPluginBase.php - Validates a configuration form for this processor.
File
- modules/
facets_summary/ src/ Processor/ ProcessorInterface.php, line 43
Class
- ProcessorInterface
- Describes a processor.
Namespace
Drupal\facets_summary\ProcessorCode
public function validateConfigurationForm(array $form, FormStateInterface $form_state, FacetsSummaryInterface $facets_summary);