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