public function FacetSourceInterface::setUrlProcessor in Facets 8
Sets the processor name to be used.
Parameters
string $processor_name: Plugin name of the url processor.
1 method overrides FacetSourceInterface::setUrlProcessor()
- FacetSource::setUrlProcessor in src/
Entity/ FacetSource.php - Sets the processor name to be used.
File
- src/
FacetSourceInterface.php, line 42
Class
- FacetSourceInterface
- The facet source entity.
Namespace
Drupal\facetsCode
public function setUrlProcessor($processor_name);