public function FacetsSummaryInterface::getProcessors in Facets 8
Returns an array of processors with their configuration.
Parameters
bool $only_enabled: Only return enabled processors.
Return value
\Drupal\facets_summary\Processor\ProcessorInterface[] An array of processors.
1 method overrides FacetsSummaryInterface::getProcessors()
- FacetsSummary::getProcessors in modules/
facets_summary/ src/ Entity/ FacetsSummary.php - Returns an array of processors with their configuration.
File
- modules/
facets_summary/ src/ FacetsSummaryInterface.php, line 96
Class
- FacetsSummaryInterface
- Interface for the entity.
Namespace
Drupal\facets_summaryCode
public function getProcessors($only_enabled = TRUE);