You are here

public function TaxonomyFacetsController::getTitle in Taxonomy Facets 8

Returns a page title.

1 string reference to 'TaxonomyFacetsController::getTitle'
taxonomy_facets.routing.yml in ./taxonomy_facets.routing.yml
taxonomy_facets.routing.yml

File

src/Controller/TaxonomyFacetsController.php, line 59

Class

TaxonomyFacetsController
An example controller.

Namespace

Drupal\taxonomy_facets\Controller

Code

public function getTitle() {
  return \Drupal::config('taxonomy_facets.settings')
    ->get('page_title');
}