public function PostQueryProcessorInterface::postQuery in Facets 8
Runs after the query was executed.
Uses the query results and can alter those results, for example a ValueCallbackProcessor. If results are being changed, this processor should handle saving itself.
Parameters
\Drupal\facets\FacetInterface $facet: The facet that's being changed.
1 method overrides PostQueryProcessorInterface::postQuery()
- SliderProcessor::postQuery in modules/
facets_range_widget/ src/ Plugin/ facets/ processor/ SliderProcessor.php - Runs after the query was executed.
File
- src/
Processor/ PostQueryProcessorInterface.php, line 22
Class
- PostQueryProcessorInterface
- Processor runs after the query was executed.
Namespace
Drupal\facets\ProcessorCode
public function postQuery(FacetInterface $facet);