You are here

public static function ConfigSubscriber::getSubscribedEvents in HTTP/2 Server Push 8

File

src/EventSubscriber/ConfigSubscriber.php, line 86

Class

ConfigSubscriber
Invalidates cache tags & rebuilds container when necessary.

Namespace

Drupal\http2_server_push\EventSubscriber

Code

public static function getSubscribedEvents() {
  $events[ConfigEvents::SAVE][] = [
    'onSave',
  ];
  return $events;
}