You are here

public function ConfigEventsSubscriber::__construct in TMGMT Translator Smartling 8.3

Same name and namespace in other branches
  1. 8.4 src/EventSubscriber/ConfigEventsSubscriber.php \Drupal\tmgmt_smartling\EventSubscriber\ConfigEventsSubscriber::__construct()

ConfigEventsSubscriber constructor.

Parameters

\Drupal\Core\Cache\CacheTagsInvalidator $cacheInvalidator:

File

src/EventSubscriber/ConfigEventsSubscriber.php, line 27

Class

ConfigEventsSubscriber
Class ConfigEventsSubscriber.

Namespace

Drupal\tmgmt_smartling\EventSubscriber

Code

public function __construct(CacheTagsInvalidator $cacheInvalidator) {
  $this->cacheInvalidator = $cacheInvalidator;
}