A subscriber invalidating cache tags when system config objects are saved.
Hierarchy
- class \Drupal\system\EventSubscriber\ConfigCacheTag implements EventSubscriberInterface
File
- core/modules/system/src/EventSubscriber/ConfigCacheTag.php, line 14
Namespace
Drupal\system\EventSubscriber
Members
Name | Modifiers | Type | Description |
---|---|---|---|
ConfigCacheTag::$cacheTagsInvalidator | protected | property | The cache tags invalidator. |
ConfigCacheTag::$themeHandler | protected | property | The theme handler. |
ConfigCacheTag::getSubscribedEvents | public static | function | Returns an array of event names this subscriber wants to listen to. Overrides EventSubscriberInterface::getSubscribedEvents |
ConfigCacheTag::onSave | public | function | Invalidate cache tags when particular system config objects are saved. |
ConfigCacheTag::__construct | public | function | Constructs a ConfigCacheTag object. |
Please login to continue.