/**
  * @return \Drupal\purl\Modifier[]
  */
 protected function getModifiers()
 {
     return $this->modifierIndex->findAll();
 }
Exemple #2
0
 public function onRequest(GetResponseEvent $event, $eventName, EventDispatcherInterface $dispatcher)
 {
     return;
     $this->modifierIndex->performDueRebuilds();
 }