Overrides ConfigMapperInterface::getBaseRoute
public function getBaseRoute() { if ($this->routeCollection) { return $this->routeCollection ->get($this->getBaseRouteName()); } else { return $this->routeProvider ->getRouteByName($this->getBaseRouteName()); } }