Routing
(none)
Matched route
Route Matching Logs
Path to match:
/datasources/exec
# | Route name | Path | Log |
---|---|---|---|
1 | backups | /backups | Path does not match |
2 | backups_create_repo | /backups/create-repo | Path does not match |
3 | backups_edit_repo | /backups/edit-repo/{repositoryName} | Path does not match |
4 | backups_delete_repo | /backups/delete-repo/{repositoryName} | Path does not match |
5 | backups_create_snapshot | /backups/snapshot/create | Path does not match |
6 | backups_delete_snapshot | /backups/delete-snapshot/{repositoryName}/{snapshotName} | Path does not match |
7 | backups_restore_snapshot | /backups/snapshot/restore/{repositoryName}/{snapshotName} | Path does not match |
8 | _twig_error_test | /_error/{code}.{_format} | Path does not match |
9 | _wdt | /_wdt/{token} | Path does not match |
10 | _profiler_home | /_profiler/ | Path does not match |
11 | _profiler_search | /_profiler/search | Path does not match |
12 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
13 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
14 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
15 | _profiler_open_file | /_profiler/open | Path does not match |
16 | _profiler | /_profiler/{token} | Path does not match |
17 | _profiler_router | /_profiler/{token}/router | Path does not match |
18 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
19 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
20 | test | /test | Path does not match |
21 | homepage | / | Path does not match |
22 | login | /login | Path does not match |
23 | logout | /logout | Path does not match |
24 | analytics | /analytics | Path does not match |
25 | analytics-compiler | /analytics/compile | Path does not match |
26 | autopromotes | /autopromotes | Path does not match |
27 | autopromote-add | /autopromotes/add | Path does not match |
28 | autopromote-edit | /autopromotes/edit | Path does not match |
29 | autopromote-delete | /autopromotes/delete | Path does not match |
30 | autopromote-ajax-get-analyzers | /autopromotes/ajax/get-analyzers | Path does not match |
31 | boost-queries | /boost-queries | Path does not match |
32 | boost-query-add | /boost-queries/add | Path does not match |
33 | boost-query-edit | /boost-queries/edit | Path does not match |
34 | boost-query-delete | /boost-queries/delete | Path does not match |
35 | console | /console | Path does not match |
36 | console-save | /console/save | Path does not match |
37 | console-load | /console/load | Path does not match |
38 | console-delete | /console/delete | Path does not match |
39 | datasources | /datasources | Path does not match |
40 | datasources_ajaxlist | /datasources/ajaxlist | Path does not match |
41 | datasource-add | /datasources/add | Path does not match |
42 | datasource-edit | /datasources/edit | Path does not match |
43 | datasource-delete | /datasources/delete | Path does not match |
44 | datasource-kill | /datasources/kill | Path does not match |
45 | datasource-exec | /datasources/exec | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.