Chris@0: setDefault('_title_controller', '\Drupal\aggregator\Controller\AggregatorController::feedTitle'); Chris@0: Chris@0: return $route; Chris@0: } Chris@0: Chris@0: /** Chris@0: * {@inheritdoc} Chris@0: */ Chris@0: protected function getEditFormRoute(EntityTypeInterface $entity_type) { Chris@0: $route = parent::getEditFormRoute($entity_type); Chris@0: Chris@0: $route->setDefault('_title', 'Configure'); Chris@0: Chris@0: return $route; Chris@0: } Chris@0: Chris@0: }