protected functionsetUnrouted() {
$this->unrouted = TRUE;
// What was passed in as the route name is actually the URI.// @todo Consider fixing this in https://www.drupal.org/node/2346787.$this->uri = $this->routeName;
// Set empty route name and parameters.$this->routeName = NULL;
$this->routeParameters = [];
return$this;
}