public function FacetInterface::getProcessors in Facets 8
Returns an array of processors with their configuration.
Parameters
bool $only_enabled: Only return enabled processors.
Return value
\Drupal\facets\Processor\ProcessorInterface[] An array of processors.
1 method overrides FacetInterface::getProcessors()
- Facet::getProcessors in src/
Entity/ Facet.php - Returns an array of processors with their configuration.
File
- src/
FacetInterface.php, line 382
Class
- FacetInterface
- The facet entity.
Namespace
Drupal\facetsCode
public function getProcessors($only_enabled = TRUE);