/**
  * {@inheritdoc}
  */
 protected function alterRoutes(RouteCollection $collection)
 {
     foreach ($this->rulesUiManager->getDefinitions() as $name => $definition) {
         $ui_definition = $this->rulesUiManager->getDefinition($name);
         $this->registerRoutes($ui_definition, $collection);
     }
 }