Home
last modified time | relevance | path

Searched refs:viewResponse (Results 1 – 25 of 142) sorted by relevance

123456

/webtrees/app/Http/RequestHandlers/
H A DGedcomLoad.php91 return $this->viewResponse('admin/import-fail', [
97 return $this->viewResponse('admin/import-complete', ['tree' => $tree]);
129 return $this->viewResponse('admin/import-progress', [
183 return $this->viewResponse('admin/import-fail', [
209 return $this->viewResponse('admin/import-progress', [
220 return $this->viewResponse('admin/import-progress', [
228 return $this->viewResponse('admin/import-fail', [
H A DSetupWizard.php278 return $this->viewResponse('setup/step-1-language', $data);
288 return $this->viewResponse('setup/step-2-server-checks', $data);
299 return $this->viewResponse('setup/step-2-server-checks', $data);
302 return $this->viewResponse('setup/step-3-database-type', $data);
316 return $this->viewResponse('setup/step-4-database-' . $data['dbtype'], $data);
335 return $this->viewResponse('setup/step-4-database-' . $data['dbtype'], $data);
338 return $this->viewResponse('setup/step-5-administrator', $data);
359 return $this->viewResponse('setup/step-6-failed', ['exception' => $exception]);
H A DDataFixPage.php77 return $this->viewResponse('admin/data-fix-page', [
87 return $this->viewResponse('admin/data-fix-select', [
H A DUpgradeWizardPage.php85 return $this->viewResponse('admin/upgrade/steps', [
91 return $this->viewResponse('admin/upgrade/wizard', [
H A DVerifyEmail.php121 return $this->viewResponse('verify-success-page', [
127 return $this->viewResponse('verify-failure-page', [
H A DFixLevel0MediaPage.php47 return $this->viewResponse('admin/fix-level-0-media', [
H A DSiteRegistrationPage.php54 return $this->viewResponse('admin/site-registration', [
H A DUserListPage.php52 return $this->viewResponse('admin/users', [
H A DPhpInformation.php59 return $this->viewResponse('admin/server-information', [
H A DModulesAllPage.php57 return $this->viewResponse('admin/modules', [
H A DUserAddPage.php50 return $this->viewResponse('admin/users-create', [
H A DSearchReplacePage.php51 return $this->viewResponse('search-replace-page', [
/webtrees/app/Module/
H A DClippingsCartModule.php208 return $this->viewResponse('modules/clippings/download', [
336 return $this->viewResponse('modules/clippings/show', [
385 return $this->viewResponse('modules/clippings/add-options', [
469 return $this->viewResponse('modules/clippings/add-options', [
559 return $this->viewResponse('modules/clippings/add-options', [
593 return $this->viewResponse('modules/clippings/add-options', [
627 return $this->viewResponse('modules/clippings/add-options', [
661 return $this->viewResponse('modules/clippings/add-options', [
700 return $this->viewResponse('modules/clippings/add-options', [
745 return $this->viewResponse('modules/clippings/add-options', [
H A DDescendancyChartModule.php182 return $this->viewResponse('modules/descendancy_chart/tree', [
191 return $this->viewResponse('lists/individuals-table', [
200 return $this->viewResponse('lists/families-table', [
213 return $this->viewResponse('modules/descendancy_chart/page', [
H A DAncestorsChartModule.php189 return $this->viewResponse('modules/ancestors-chart/tree', [
197 return $this->viewResponse('lists/individuals-table', [
212 … return $this->viewResponse('lists/families-table', ['families' => $families, 'tree' => $tree]);
223 return $this->viewResponse('modules/ancestors-chart/page', [
H A DStoriesModule.php241 return $this->viewResponse('modules/stories/config', [
298 return $this->viewResponse('modules/stories/edit', [
407 return $this->viewResponse('modules/stories/list', [
H A DFrequentlyAskedQuestionsModule.php155 return $this->viewResponse('modules/faq/config', [
313 return $this->viewResponse('modules/faq/edit', [
388 return $this->viewResponse('modules/faq/show', [
H A DStatisticsChartModule.php161 return $this->viewResponse('modules/statistics-chart/page', [
178 return $this->viewResponse('modules/statistics-chart/individuals', [
193 return $this->viewResponse('modules/statistics-chart/families', [
207 return $this->viewResponse('modules/statistics-chart/other', [
223 return $this->viewResponse('modules/statistics-chart/custom', [
H A DCompactTreeChartModule.php159 return $this->viewResponse('modules/compact-chart/chart', [
169 return $this->viewResponse('modules/compact-chart/page', [
H A DFamilyBookChartModule.php170 return $this->viewResponse('modules/family-book-chart/chart', [
185 return $this->viewResponse('modules/family-book-chart/page', [
H A DHourglassChartModule.php171 return $this->viewResponse('modules/hourglass-chart/chart', [
184 return $this->viewResponse('modules/hourglass-chart/page', [
H A DPedigreeChartModule.php215 return $this->viewResponse('modules/pedigree-chart/chart', [
232 return $this->viewResponse('modules/pedigree-chart/page', [
H A DBranchesListModule.php193 return $this->viewResponse('modules/branches/list', [
215 return $this->viewResponse('branches-page', [
/webtrees/app/Http/Middleware/
H A DHandleExceptions.php170 return $this->viewResponse('components/alert-danger', [
194 return $this->viewResponse('components/alert-danger', [
240 return $this->viewResponse('errors/unhandled-exception', [
248 return $this->viewResponse('errors/unhandled-exception', [
/webtrees/app/Http/
H A DViewResponseTrait.php45 …protected function viewResponse(string $view_name, array $view_data, int $status = StatusCodeInter… function

123456