request->getDispatcher()->url( $this->request, Application::ROUTE_PAGE, $this->context->getPath(), 'article', 'view', $submission->getBestId() ); } $output = $this->schemaService->addMissingMultilingualValues($this->schemaService::SCHEMA_SUBMISSION, $output, $this->context->getSupportedSubmissionLocales()); ksort($output); return $this->withExtensions($output, $submission); } }