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