Overrides ResourceBase::getBaseRoute
protected function getBaseRoute($canonical_path, $method) { return new Route($canonical_path, [ '_controller' => RequestHandler::class . '::handleRaw', ], $this->getBaseRouteRequirements($method), [], '', [], [ $method, ]); }