You are here

public function FacetSource::getUrlProcessorName in Facets 8

Returns a string version of the url processor.

Return value

string The url processor to be used as a string.

Overrides FacetSourceInterface::getUrlProcessorName

File

src/Entity/FacetSource.php, line 111

Class

FacetSource
Defines the facet source configuration entity.

Namespace

Drupal\facets\Entity

Code

public function getUrlProcessorName() {
  return $this->url_processor;
}