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\RoutingCode
public function __construct(ConfigFactoryInterface $config) {
$this->configFactory = $config;
}