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