You are here

public function SearchViewRoute::__construct in Google Search Appliance 8

SearchViewRoute constructor.

@todo: Proper D.I.

File

src/Routing/SearchViewRoute.php, line 27

Class

SearchViewRoute
Class DynamicRoute.

Namespace

Drupal\google_appliance\Routing

Code

public function __construct() {
  $this->settings = Drupal::configFactory()
    ->get('google_appliance.settings');
}