You are here

public function SecurepagesSubscriber::__construct in Secure Pages 8

Constructs a new SecurepagesSubscriber.

File

src/EventSubscriber/SecurepagesSubscriber.php, line 31
Contains \Drupal\securepages\EventSubscriber\SecurepagesSubscriber.

Class

SecurepagesSubscriber

Namespace

Drupal\securepages\EventSubscriber

Code

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