コード例 #1
0
 /**
  * @return \Drupal\purl\Modifier[]
  */
 protected function getModifiers()
 {
     return $this->modifierIndex->findAll();
 }
コード例 #2
0
ファイル: RebuildIndex.php プロジェクト: activelamp/purl-d8
 public function onRequest(GetResponseEvent $event, $eventName, EventDispatcherInterface $dispatcher)
 {
     return;
     $this->modifierIndex->performDueRebuilds();
 }