Constructs a SubPathautoSettingsCacheInvalidator object.

Paramètres

\Drupal\Core\Cache\CacheTagsInvalidatorInterface $cache_tags_invalidator: The cache tags invalidator.

Fichier

src/EventSubscriber/ConfigCacheInvalidator.php, line 28

Classe

ConfigCacheInvalidator
A subscriber invalidating cache tags when subpathauto config is saved.

Namespace

Drupal\subpathauto\EventSubscriber

Code

public function __construct(CacheTagsInvalidatorInterface $cache_tags_invalidator) {
    $this->cacheTagsInvalidator = $cache_tags_invalidator;
}