예제 #1
0
 /**
  * {@inheritdoc}
  */
 public function rebuildIfNeeded()
 {
     if ($this->routeBuilderIndicator->isRebuildNeeded()) {
         return $this->rebuild();
     }
     return FALSE;
 }