You are here

public function Fz152RouteSubscriber::__construct in FZ152 8

Constructs a Fz152RouteSubscriber object.

Parameters

\Drupal\Core\Config\ConfigFactoryInterface $config: The config factory.

File

src/Routing/Fz152RouteSubscriber.php, line 27

Class

Fz152RouteSubscriber
Listens to the dynamic trousers route events.

Namespace

Drupal\fz152\Routing

Code

public function __construct(ConfigFactoryInterface $config) {
  $this->configFactory = $config;
}