Mercurial > hg > cmmr2012-drupal-site
comparison core/modules/system/system.routing.yml @ 0:c75dbcec494b
Initial commit from drush-created site
author | Chris Cannam |
---|---|
date | Thu, 05 Jul 2018 14:24:15 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:c75dbcec494b |
---|---|
1 system.401: | |
2 path: '/system/401' | |
3 defaults: | |
4 _controller: '\Drupal\system\Controller\Http4xxController:on401' | |
5 _title: 'Unauthorized' | |
6 requirements: | |
7 _access: 'TRUE' | |
8 | |
9 system.403: | |
10 path: '/system/403' | |
11 defaults: | |
12 _controller: '\Drupal\system\Controller\Http4xxController:on403' | |
13 _title: 'Access denied' | |
14 requirements: | |
15 _access: 'TRUE' | |
16 | |
17 system.404: | |
18 path: '/system/404' | |
19 defaults: | |
20 _controller: '\Drupal\system\Controller\Http4xxController:on404' | |
21 _title: 'Page not found' | |
22 requirements: | |
23 _access: 'TRUE' | |
24 | |
25 system.4xx: | |
26 path: '/system/4xx' | |
27 defaults: | |
28 _controller: '\Drupal\system\Controller\Http4xxController:on4xx' | |
29 _title: 'Client error' | |
30 requirements: | |
31 _access: 'TRUE' | |
32 | |
33 system.admin: | |
34 path: '/admin' | |
35 defaults: | |
36 _controller: '\Drupal\system\Controller\SystemController::systemAdminMenuBlockPage' | |
37 _title: 'Administration' | |
38 requirements: | |
39 _permission: 'access administration pages' | |
40 | |
41 system.admin_structure: | |
42 path: '/admin/structure' | |
43 defaults: | |
44 _controller: '\Drupal\system\Controller\SystemController::systemAdminMenuBlockPage' | |
45 _title: 'Structure' | |
46 requirements: | |
47 _permission: 'access administration pages' | |
48 | |
49 system.admin_reports: | |
50 path: '/admin/reports' | |
51 defaults: | |
52 _controller: '\Drupal\system\Controller\SystemController::systemAdminMenuBlockPage' | |
53 _title: 'Reports' | |
54 requirements: | |
55 _permission: 'access site reports' | |
56 | |
57 system.admin_config_media: | |
58 path: '/admin/config/media' | |
59 defaults: | |
60 _controller: '\Drupal\system\Controller\SystemController::systemAdminMenuBlockPage' | |
61 _title: 'Media' | |
62 requirements: | |
63 _permission: 'access administration pages' | |
64 | |
65 system.admin_config_services: | |
66 path: '/admin/config/services' | |
67 defaults: | |
68 _controller: '\Drupal\system\Controller\SystemController::systemAdminMenuBlockPage' | |
69 _title: 'Web services' | |
70 requirements: | |
71 _permission: 'access administration pages' | |
72 | |
73 system.admin_config_development: | |
74 path: '/admin/config/development' | |
75 defaults: | |
76 _controller: '\Drupal\system\Controller\SystemController::systemAdminMenuBlockPage' | |
77 _title: 'Development' | |
78 requirements: | |
79 _permission: 'access administration pages' | |
80 | |
81 system.admin_config_regional: | |
82 path: '/admin/config/regional' | |
83 defaults: | |
84 _controller: '\Drupal\system\Controller\SystemController::systemAdminMenuBlockPage' | |
85 _title: 'Regional and language' | |
86 requirements: | |
87 _permission: 'access administration pages' | |
88 | |
89 system.admin_config_search: | |
90 path: '/admin/config/search' | |
91 defaults: | |
92 _controller: '\Drupal\system\Controller\SystemController::systemAdminMenuBlockPage' | |
93 _title: 'Search and metadata' | |
94 requirements: | |
95 _permission: 'access administration pages' | |
96 | |
97 system.admin_config_system: | |
98 path: '/admin/config/system' | |
99 defaults: | |
100 _controller: '\Drupal\system\Controller\SystemController::systemAdminMenuBlockPage' | |
101 _title: 'System' | |
102 requirements: | |
103 _permission: 'access administration pages' | |
104 | |
105 system.admin_config_ui: | |
106 path: '/admin/config/user-interface' | |
107 defaults: | |
108 _controller: '\Drupal\system\Controller\SystemController::systemAdminMenuBlockPage' | |
109 _title: 'User interface' | |
110 requirements: | |
111 _permission: 'access administration pages' | |
112 | |
113 system.admin_config_workflow: | |
114 path: '/admin/config/workflow' | |
115 defaults: | |
116 _controller: '\Drupal\system\Controller\SystemController::systemAdminMenuBlockPage' | |
117 _title: 'Workflow' | |
118 requirements: | |
119 _permission: 'access administration pages' | |
120 | |
121 system.admin_config_content: | |
122 path: '/admin/config/content' | |
123 defaults: | |
124 _controller: '\Drupal\system\Controller\SystemController::systemAdminMenuBlockPage' | |
125 _title: 'Content authoring' | |
126 requirements: | |
127 _permission: 'access administration pages' | |
128 | |
129 system.cron: | |
130 path: '/cron/{key}' | |
131 defaults: | |
132 _controller: '\Drupal\system\CronController::run' | |
133 options: | |
134 no_cache: TRUE | |
135 requirements: | |
136 _access_system_cron: 'TRUE' | |
137 | |
138 system.admin_compact_page: | |
139 path: '/admin/compact/{mode}' | |
140 defaults: | |
141 _controller: 'Drupal\system\Controller\SystemController::compactPage' | |
142 mode: 'off' | |
143 requirements: | |
144 _permission: 'access administration pages' | |
145 | |
146 system.machine_name_transliterate: | |
147 path: '/machine_name/transliterate' | |
148 defaults: | |
149 _controller: '\Drupal\system\MachineNameController::transliterate' | |
150 requirements: | |
151 _permission: 'access content' | |
152 | |
153 system.site_information_settings: | |
154 path: '/admin/config/system/site-information' | |
155 defaults: | |
156 _form: 'Drupal\system\Form\SiteInformationForm' | |
157 _title: 'Basic site settings' | |
158 requirements: | |
159 _permission: 'administer site configuration' | |
160 | |
161 system.cron_settings: | |
162 path: '/admin/config/system/cron' | |
163 defaults: | |
164 _form: 'Drupal\system\Form\CronForm' | |
165 _title: 'Cron' | |
166 requirements: | |
167 _permission: 'administer site configuration' | |
168 | |
169 system.logging_settings: | |
170 path: '/admin/config/development/logging' | |
171 defaults: | |
172 _form: 'Drupal\system\Form\LoggingForm' | |
173 _title: 'Logging and errors' | |
174 requirements: | |
175 _permission: 'administer site configuration' | |
176 | |
177 system.performance_settings: | |
178 path: '/admin/config/development/performance' | |
179 defaults: | |
180 _form: 'Drupal\system\Form\PerformanceForm' | |
181 _title: 'Performance' | |
182 requirements: | |
183 _permission: 'administer site configuration' | |
184 | |
185 system.file_system_settings: | |
186 path: '/admin/config/media/file-system' | |
187 defaults: | |
188 _form: 'Drupal\system\Form\FileSystemForm' | |
189 _title: 'File system' | |
190 requirements: | |
191 _permission: 'administer site configuration' | |
192 | |
193 system.rss_feeds_settings: | |
194 path: '/admin/config/services/rss-publishing' | |
195 defaults: | |
196 _form: 'Drupal\system\Form\RssFeedsForm' | |
197 _title: 'RSS publishing' | |
198 requirements: | |
199 _permission: 'administer site configuration' | |
200 | |
201 system.regional_settings: | |
202 path: '/admin/config/regional/settings' | |
203 defaults: | |
204 _form: 'Drupal\system\Form\RegionalForm' | |
205 _title: 'Regional settings' | |
206 requirements: | |
207 _permission: 'administer site configuration' | |
208 | |
209 system.image_toolkit_settings: | |
210 path: '/admin/config/media/image-toolkit' | |
211 defaults: | |
212 _form: 'Drupal\system\Form\ImageToolkitForm' | |
213 _title: 'Image toolkit' | |
214 requirements: | |
215 _permission: 'administer site configuration' | |
216 | |
217 system.site_maintenance_mode: | |
218 path: '/admin/config/development/maintenance' | |
219 defaults: | |
220 _form: 'Drupal\system\Form\SiteMaintenanceModeForm' | |
221 _title: 'Maintenance mode' | |
222 requirements: | |
223 _permission: 'administer site configuration' | |
224 | |
225 system.run_cron: | |
226 path: '/admin/reports/status/run-cron' | |
227 defaults: | |
228 _controller: '\Drupal\system\CronController::runManually' | |
229 options: | |
230 no_cache: TRUE | |
231 requirements: | |
232 _permission: 'administer site configuration' | |
233 _csrf_token: 'TRUE' | |
234 | |
235 entity.date_format.collection: | |
236 path: '/admin/config/regional/date-time' | |
237 defaults: | |
238 _entity_list: 'date_format' | |
239 _title: 'Date and time formats' | |
240 requirements: | |
241 _permission: 'administer site configuration' | |
242 | |
243 system.date_format_add: | |
244 path: '/admin/config/regional/date-time/formats/add' | |
245 defaults: | |
246 _entity_form: 'date_format.add' | |
247 _title: 'Add date format' | |
248 requirements: | |
249 _permission: 'administer site configuration' | |
250 | |
251 entity.date_format.edit_form: | |
252 path: '/admin/config/regional/date-time/formats/manage/{date_format}' | |
253 defaults: | |
254 _entity_form: 'date_format.edit' | |
255 _title: 'Edit date format' | |
256 requirements: | |
257 _entity_access: 'date_format.update' | |
258 | |
259 entity.date_format.delete_form: | |
260 path: '/admin/config/regional/date-time/formats/manage/{date_format}/delete' | |
261 defaults: | |
262 _entity_form: 'date_format.delete' | |
263 _title: 'Delete date format' | |
264 requirements: | |
265 _entity_access: 'date_format.delete' | |
266 | |
267 system.modules_list: | |
268 path: '/admin/modules' | |
269 defaults: | |
270 _title: 'Extend' | |
271 _title_context: 'With components' | |
272 _form: 'Drupal\system\Form\ModulesListForm' | |
273 requirements: | |
274 _permission: 'administer modules' | |
275 | |
276 system.modules_list_confirm: | |
277 path: '/admin/modules/list/confirm' | |
278 defaults: | |
279 _form: 'Drupal\system\Form\ModulesListConfirmForm' | |
280 _title: 'Some required modules must be enabled' | |
281 requirements: | |
282 _permission: 'administer modules' | |
283 | |
284 system.modules_list_experimental_confirm: | |
285 path: '/admin/modules/list/confirm-experimental' | |
286 defaults: | |
287 _form: 'Drupal\system\Form\ModulesListExperimentalConfirmForm' | |
288 _title: 'Experimental modules' | |
289 requirements: | |
290 _permission: 'administer modules' | |
291 | |
292 system.theme_uninstall: | |
293 path: '/admin/appearance/uninstall' | |
294 defaults: | |
295 _controller: 'Drupal\system\Controller\ThemeController::uninstall' | |
296 requirements: | |
297 _permission: 'administer themes' | |
298 _csrf_token: 'TRUE' | |
299 | |
300 system.theme_install: | |
301 path: '/admin/appearance/install' | |
302 defaults: | |
303 _controller: 'Drupal\system\Controller\ThemeController::install' | |
304 requirements: | |
305 _permission: 'administer themes' | |
306 _csrf_token: 'TRUE' | |
307 | |
308 system.status: | |
309 path: '/admin/reports/status' | |
310 defaults: | |
311 _controller: '\Drupal\system\Controller\SystemInfoController::status' | |
312 _title: 'Status report' | |
313 requirements: | |
314 _permission: 'administer site configuration' | |
315 | |
316 system.php: | |
317 path: '/admin/reports/status/php' | |
318 defaults: | |
319 _controller: 'Drupal\system\Controller\SystemInfoController::php' | |
320 requirements: | |
321 _permission: 'administer site configuration' | |
322 # This page should not be treated as administrative since it outputs its own | |
323 # content (outside of any administration theme). | |
324 options: | |
325 _admin_route: FALSE | |
326 | |
327 system.admin_index: | |
328 path: '/admin/index' | |
329 defaults: | |
330 _controller: '\Drupal\system\Controller\AdminController::index' | |
331 _title: 'Administration' | |
332 requirements: | |
333 _permission: 'access administration pages' | |
334 | |
335 system.files: | |
336 path: '/system/files/{scheme}' | |
337 defaults: | |
338 _controller: 'Drupal\system\FileDownloadController::download' | |
339 scheme: private | |
340 requirements: | |
341 _access: 'TRUE' | |
342 | |
343 system.private_file_download: | |
344 path: '/system/files/{filepath}' | |
345 defaults: | |
346 _controller: 'Drupal\system\FileDownloadController::download' | |
347 requirements: | |
348 # Permissive regex to allow slashes in filepath see | |
349 # http://symfony.com/doc/current/cookbook/routing/slash_in_parameter.html | |
350 filepath: .+ | |
351 _access: 'TRUE' | |
352 | |
353 system.temporary: | |
354 path: '/system/temporary' | |
355 defaults: | |
356 _controller: '\Drupal\system\FileDownloadController::download' | |
357 scheme: temporary | |
358 requirements: | |
359 _access: 'TRUE' | |
360 | |
361 system.themes_page: | |
362 path: '/admin/appearance' | |
363 defaults: | |
364 _title: 'Appearance' | |
365 _controller: '\Drupal\system\Controller\SystemController::themesPage' | |
366 requirements: | |
367 _permission: 'administer themes' | |
368 | |
369 system.theme_set_default: | |
370 path: '/admin/appearance/default' | |
371 defaults: | |
372 _title: 'Set as default theme' | |
373 _controller: '\Drupal\system\Controller\ThemeController::setDefaultTheme' | |
374 requirements: | |
375 _permission: 'administer themes' | |
376 _csrf_token: 'TRUE' | |
377 | |
378 system.theme_settings: | |
379 path: '/admin/appearance/settings' | |
380 defaults: | |
381 _form: '\Drupal\system\Form\ThemeSettingsForm' | |
382 _title: 'Appearance settings' | |
383 requirements: | |
384 _permission: 'administer themes' | |
385 | |
386 system.theme_settings_theme: | |
387 path: '/admin/appearance/settings/{theme}' | |
388 defaults: | |
389 _form: '\Drupal\system\Form\ThemeSettingsForm' | |
390 _title_callback: 'theme_handler:getName' | |
391 requirements: | |
392 _permission: 'administer themes' | |
393 | |
394 '<front>': | |
395 path: '/' | |
396 defaults: | |
397 _title: Home | |
398 requirements: | |
399 _access: 'TRUE' | |
400 | |
401 '<none>': | |
402 path: '' | |
403 options: | |
404 _no_path: TRUE | |
405 requirements: | |
406 _access: 'TRUE' | |
407 | |
408 '<nolink>': | |
409 path: '' | |
410 options: | |
411 _no_path: TRUE | |
412 requirements: | |
413 _access: 'TRUE' | |
414 | |
415 '<current>': | |
416 path: '<current>' | |
417 | |
418 system.modules_uninstall: | |
419 path: '/admin/modules/uninstall' | |
420 defaults: | |
421 _form: 'Drupal\system\Form\ModulesUninstallForm' | |
422 _title: 'Uninstall' | |
423 requirements: | |
424 _permission: 'administer modules' | |
425 | |
426 system.modules_uninstall_confirm: | |
427 path: '/admin/modules/uninstall/confirm' | |
428 defaults: | |
429 _form: 'Drupal\system\Form\ModulesUninstallConfirmForm' | |
430 _title: 'Confirm uninstall' | |
431 requirements: | |
432 _permission: 'administer modules' | |
433 | |
434 system.prepare_modules_entity_uninstall: | |
435 path: '/admin/modules/uninstall/entity/{entity_type_id}' | |
436 defaults: | |
437 _form: '\Drupal\system\Form\PrepareModulesEntityUninstallForm' | |
438 _title_callback: '\Drupal\system\Form\PrepareModulesEntityUninstallForm::formTitle' | |
439 requirements: | |
440 _permission: 'administer modules' | |
441 | |
442 system.timezone: | |
443 path: '/system/timezone/{abbreviation}/{offset}/{is_daylight_saving_time}' | |
444 defaults: | |
445 _controller: '\Drupal\system\Controller\TimezoneController::getTimezone' | |
446 abbreviation: '' | |
447 offset: -1 | |
448 is_daylight_saving_time: NULL | |
449 requirements: | |
450 _access: 'TRUE' | |
451 | |
452 system.admin_config: | |
453 path: '/admin/config' | |
454 defaults: | |
455 _controller: '\Drupal\system\Controller\SystemController::overview' | |
456 link_id: 'system.admin_config' | |
457 _title: 'Configuration' | |
458 requirements: | |
459 _permission: 'access administration pages' | |
460 | |
461 system.batch_page.html: | |
462 path: '/batch' | |
463 defaults: | |
464 _controller: '\Drupal\system\Controller\BatchController::batchPage' | |
465 _title_callback: '\Drupal\system\Controller\BatchController::batchPageTitle' | |
466 requirements: | |
467 _access: 'TRUE' | |
468 _format: 'html' | |
469 options: | |
470 _admin_route: TRUE | |
471 | |
472 system.batch_page.json: | |
473 path: '/batch' | |
474 defaults: | |
475 _controller: '\Drupal\system\Controller\BatchController::batchPage' | |
476 requirements: | |
477 _access: 'TRUE' | |
478 _format: 'json' | |
479 options: | |
480 _admin_route: TRUE | |
481 | |
482 # Note: This route just exists for generating URLs, the dedicated | |
483 # frontcontroller is used if the URL is accessed. | |
484 system.db_update: | |
485 path: '/update.php/{op}' | |
486 defaults: | |
487 op: 'info' | |
488 requirements: | |
489 _access_system_update: 'TRUE' | |
490 options: | |
491 default_url_options: | |
492 path_processing: FALSE | |
493 | |
494 system.admin_content: | |
495 path: '/admin/content' | |
496 defaults: | |
497 _controller: '\Drupal\system\Controller\SystemController::overview' | |
498 link_id: 'system.admin_content' | |
499 _title: 'Content' | |
500 requirements: | |
501 _permission: 'access administration pages' | |
502 | |
503 system.entity_autocomplete: | |
504 path: '/entity_reference_autocomplete/{target_type}/{selection_handler}/{selection_settings_key}' | |
505 defaults: | |
506 _controller: '\Drupal\system\Controller\EntityAutocompleteController::handleAutocomplete' | |
507 requirements: | |
508 _access: 'TRUE' | |
509 | |
510 system.csrftoken: | |
511 path: '/session/token' | |
512 defaults: | |
513 _controller: '\Drupal\system\Controller\CsrfTokenController::csrfToken' | |
514 requirements: | |
515 _access: 'TRUE' |