You are here

public function CacheControlEventSubscriber::__construct in HTTP Cache Control 8.2

Constructor.

File

src/EventSubscriber/CacheControlEventSubscriber.php, line 26

Class

CacheControlEventSubscriber
Subscriber for adding http cache control headers.

Namespace

Drupal\http_cache_control\EventSubscriber

Code

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