You are here

public function RebuildIndex::onRequest in Persistent URL 8

File

src/Event/RebuildIndex.php, line 36

Class

RebuildIndex

Namespace

Drupal\purl\Event

Code

public function onRequest(GetResponseEvent $event, $eventName, EventDispatcherInterface $dispatcher) {
  $this->modifierIndex
    ->performDueRebuilds();
}