Translated using Weblate (Slovenian)
[phpmyadmin.git] / libraries / services_controllers.php
blob6bf49fc2698be12465c40f8882e44e10b4daf029
1 <?php
3 return [
4 'services' =>
6 PhpMyAdmin\Controllers\AjaxController::class =>
8 'class' => PhpMyAdmin\Controllers\AjaxController::class,
9 'arguments' =>
11 'response' => '@response',
12 'dbi' => '@dbi',
13 'template' => '@template',
14 'config' => '@config',
17 PhpMyAdmin\Controllers\BrowseForeignersController::class =>
19 'class' => PhpMyAdmin\Controllers\BrowseForeignersController::class,
20 'arguments' =>
22 'response' => '@response',
23 'dbi' => '@dbi',
24 'template' => '@template',
25 'browseForeigners' => '@browse_foreigners',
26 'relations' => '@relation',
29 PhpMyAdmin\Controllers\ChangeLogController::class =>
31 'class' => PhpMyAdmin\Controllers\ChangeLogController::class,
32 'arguments' =>
34 'response' => '@response',
35 'dbi' => '@dbi',
36 'template' => '@template',
39 PhpMyAdmin\Controllers\CheckRelationsController::class =>
41 'class' => PhpMyAdmin\Controllers\CheckRelationsController::class,
42 'arguments' =>
44 'response' => '@response',
45 'dbi' => '@dbi',
46 'template' => '@template',
47 'relation' => '@relation',
50 PhpMyAdmin\Controllers\Database\CentralColumnsController::class =>
52 'class' => PhpMyAdmin\Controllers\Database\CentralColumnsController::class,
53 'arguments' =>
55 'response' => '@response',
56 'dbi' => '@dbi',
57 'template' => '@template',
58 'db' => '%db%',
59 'centralColumns' => '@central_columns',
62 PhpMyAdmin\Controllers\Database\DataDictionaryController::class =>
64 'class' => PhpMyAdmin\Controllers\Database\DataDictionaryController::class,
65 'arguments' =>
67 'response' => '@response',
68 'dbi' => '@dbi',
69 'template' => '@template',
70 'db' => '%db%',
71 'relation' => '@relation',
72 'transformations' => '@transformations',
75 PhpMyAdmin\Controllers\Database\DesignerController::class =>
77 'class' => PhpMyAdmin\Controllers\Database\DesignerController::class,
78 'arguments' =>
80 'response' => '@response',
81 'dbi' => '@dbi',
82 'template' => '@template',
83 'db' => '%db%',
84 'databaseDesigner' => '@designer',
85 'designerCommon' => '@designer_common',
88 PhpMyAdmin\Controllers\Database\EventsController::class =>
90 'class' => PhpMyAdmin\Controllers\Database\EventsController::class,
91 'arguments' =>
93 'response' => '@response',
94 'dbi' => '@dbi',
95 'template' => '@template',
96 'db' => '%db%',
97 'events' => '@events',
100 PhpMyAdmin\Controllers\Database\ExportController::class =>
102 'class' => PhpMyAdmin\Controllers\Database\ExportController::class,
103 'arguments' =>
105 'response' => '@response',
106 'dbi' => '@dbi',
107 'template' => '@template',
108 'db' => '%db%',
109 'export' => '@export',
112 PhpMyAdmin\Controllers\Database\ImportController::class =>
114 'class' => PhpMyAdmin\Controllers\Database\ImportController::class,
115 'arguments' =>
117 'response' => '@response',
118 'dbi' => '@dbi',
119 'template' => '@template',
120 'db' => '%db%',
123 PhpMyAdmin\Controllers\Database\MultiTableQueryController::class =>
125 'class' => PhpMyAdmin\Controllers\Database\MultiTableQueryController::class,
126 'arguments' =>
128 'response' => '@response',
129 'dbi' => '@dbi',
130 'template' => '@template',
131 'db' => '%db%',
134 PhpMyAdmin\Controllers\Database\OperationsController::class =>
136 'class' => PhpMyAdmin\Controllers\Database\OperationsController::class,
137 'arguments' =>
139 'response' => '@response',
140 'dbi' => '@dbi',
141 'template' => '@template',
142 'db' => '%db%',
143 'operations' => '@operations',
144 'checkUserPrivileges' => '@check_user_privileges',
145 'relation' => '@relation',
146 'relationCleanup' => '@relation_cleanup',
149 PhpMyAdmin\Controllers\Database\PrivilegesController::class =>
151 'class' => PhpMyAdmin\Controllers\Database\PrivilegesController::class,
152 'arguments' =>
154 'response' => '@response',
155 'dbi' => '@dbi',
156 'template' => '@template',
157 'db' => '%db%',
158 'privileges' => '@server_privileges',
161 PhpMyAdmin\Controllers\Database\QueryByExampleController::class =>
163 'class' => PhpMyAdmin\Controllers\Database\QueryByExampleController::class,
164 'arguments' =>
166 'response' => '@response',
167 'dbi' => '@dbi',
168 'template' => '@template',
169 'db' => '%db%',
170 'relation' => '@relation',
173 PhpMyAdmin\Controllers\Database\RoutinesController::class =>
175 'class' => PhpMyAdmin\Controllers\Database\RoutinesController::class,
176 'arguments' =>
178 'response' => '@response',
179 'dbi' => '@dbi',
180 'template' => '@template',
181 'db' => '%db%',
182 'checkUserPrivileges' => '@check_user_privileges',
185 PhpMyAdmin\Controllers\Database\SearchController::class =>
187 'class' => PhpMyAdmin\Controllers\Database\SearchController::class,
188 'arguments' =>
190 'response' => '@response',
191 'dbi' => '@dbi',
192 'template' => '@template',
193 'db' => '%db%',
196 PhpMyAdmin\Controllers\Database\SqlAutoCompleteController::class =>
198 'class' => PhpMyAdmin\Controllers\Database\SqlAutoCompleteController::class,
199 'arguments' =>
201 'response' => '@response',
202 'dbi' => '@dbi',
203 'template' => '@template',
204 'db' => '%db%',
207 PhpMyAdmin\Controllers\Database\SqlController::class =>
209 'class' => PhpMyAdmin\Controllers\Database\SqlController::class,
210 'arguments' =>
212 'response' => '@response',
213 'dbi' => '@dbi',
214 'template' => '@template',
215 'db' => '%db%',
216 'sqlQueryForm' => '@sql_query_form',
219 PhpMyAdmin\Controllers\Database\SqlFormatController::class =>
221 'class' => PhpMyAdmin\Controllers\Database\SqlFormatController::class,
222 'arguments' =>
224 'response' => '@response',
225 'dbi' => '@dbi',
226 'template' => '@template',
227 'db' => '%db%',
230 PhpMyAdmin\Controllers\Database\StructureController::class =>
232 'class' => PhpMyAdmin\Controllers\Database\StructureController::class,
233 'arguments' =>
235 'response' => '@response',
236 'dbi' => '@dbi',
237 'template' => '@template',
238 'db' => '%db%',
239 'relation' => '@relation',
240 'replication' => '@replication',
241 'transformations' => '@transformations',
242 'relationCleanup' => '@relation_cleanup',
243 'operations' => '@operations',
246 PhpMyAdmin\Controllers\Database\TrackingController::class =>
248 'class' => PhpMyAdmin\Controllers\Database\TrackingController::class,
249 'arguments' =>
251 'response' => '@response',
252 'dbi' => '@dbi',
253 'template' => '@template',
254 'db' => '%db%',
255 'tracking' => '@tracking',
258 PhpMyAdmin\Controllers\Database\TriggersController::class =>
260 'class' => PhpMyAdmin\Controllers\Database\TriggersController::class,
261 'arguments' =>
263 'response' => '@response',
264 'dbi' => '@dbi',
265 'template' => '@template',
266 'db' => '%db%',
269 PhpMyAdmin\Controllers\ErrorReportController::class =>
271 'class' => PhpMyAdmin\Controllers\ErrorReportController::class,
272 'arguments' =>
274 'response' => '@response',
275 'dbi' => '@dbi',
276 'template' => '@template',
277 'errorReport' => '@error_report',
278 'errorHandler' => '@error_handler',
281 PhpMyAdmin\Controllers\ExportController::class =>
283 'class' => PhpMyAdmin\Controllers\ExportController::class,
284 'arguments' =>
286 'response' => '@response',
287 'dbi' => '@dbi',
288 'template' => '@template',
289 'export' => '@export',
290 'relation' => '@relation',
293 PhpMyAdmin\Controllers\GisDataEditorController::class =>
295 'class' => PhpMyAdmin\Controllers\GisDataEditorController::class,
296 'arguments' =>
298 'response' => '@response',
299 'dbi' => '@dbi',
300 'template' => '@template',
303 PhpMyAdmin\Controllers\HomeController::class =>
305 'class' => PhpMyAdmin\Controllers\HomeController::class,
306 'arguments' =>
308 'response' => '@response',
309 'dbi' => '@dbi',
310 'template' => '@template',
311 'config' => '@config',
312 'themeManager' => '@theme_manager',
315 PhpMyAdmin\Controllers\ImportController::class =>
317 'class' => PhpMyAdmin\Controllers\ImportController::class,
318 'arguments' =>
320 'response' => '@response',
321 'dbi' => '@dbi',
322 'template' => '@template',
323 'import' => '@import',
324 'sql' => '@sql',
327 PhpMyAdmin\Controllers\ImportStatusController::class =>
329 'class' => PhpMyAdmin\Controllers\ImportStatusController::class,
330 'arguments' =>
332 'template' => '@template',
335 PhpMyAdmin\Controllers\LicenseController::class =>
337 'class' => PhpMyAdmin\Controllers\LicenseController::class,
338 'arguments' =>
340 'response' => '@response',
341 'dbi' => '@dbi',
342 'template' => '@template',
345 PhpMyAdmin\Controllers\LintController::class =>
347 'class' => PhpMyAdmin\Controllers\LintController::class,
348 'arguments' =>
350 'response' => '@response',
351 'dbi' => '@dbi',
352 'template' => '@template',
355 PhpMyAdmin\Controllers\LogoutController::class =>
357 'class' => PhpMyAdmin\Controllers\LogoutController::class,
359 PhpMyAdmin\Controllers\NavigationController::class =>
361 'class' => PhpMyAdmin\Controllers\NavigationController::class,
362 'arguments' =>
364 'response' => '@response',
365 'dbi' => '@dbi',
366 'template' => '@template',
367 'navigation' => '@navigation',
368 'relation' => '@relation',
371 PhpMyAdmin\Controllers\NormalizationController::class =>
373 'class' => PhpMyAdmin\Controllers\NormalizationController::class,
374 'arguments' =>
376 'response' => '@response',
377 'dbi' => '@dbi',
378 'template' => '@template',
379 'normalization' => '@normalization',
382 PhpMyAdmin\Controllers\PhpInfoController::class =>
384 'class' => PhpMyAdmin\Controllers\PhpInfoController::class,
385 'arguments' =>
387 'response' => '@response',
388 'dbi' => '@dbi',
389 'template' => '@template',
392 PhpMyAdmin\Controllers\Preferences\ExportController::class =>
394 'class' => PhpMyAdmin\Controllers\Preferences\ExportController::class,
395 'arguments' =>
397 'response' => '@response',
398 'dbi' => '@dbi',
399 'template' => '@template',
400 'userPreferences' => '@user_preferences',
401 'relation' => '@relation',
404 PhpMyAdmin\Controllers\Preferences\FeaturesController::class =>
406 'class' => PhpMyAdmin\Controllers\Preferences\FeaturesController::class,
407 'arguments' =>
409 'response' => '@response',
410 'dbi' => '@dbi',
411 'template' => '@template',
412 'userPreferences' => '@user_preferences',
413 'relation' => '@relation',
416 PhpMyAdmin\Controllers\Preferences\ImportController::class =>
418 'class' => PhpMyAdmin\Controllers\Preferences\ImportController::class,
419 'arguments' =>
421 'response' => '@response',
422 'dbi' => '@dbi',
423 'template' => '@template',
424 'userPreferences' => '@user_preferences',
425 'relation' => '@relation',
428 PhpMyAdmin\Controllers\Preferences\MainPanelController::class =>
430 'class' => PhpMyAdmin\Controllers\Preferences\MainPanelController::class,
431 'arguments' =>
433 'response' => '@response',
434 'dbi' => '@dbi',
435 'template' => '@template',
436 'userPreferences' => '@user_preferences',
437 'relation' => '@relation',
440 PhpMyAdmin\Controllers\Preferences\ManageController::class =>
442 'class' => PhpMyAdmin\Controllers\Preferences\ManageController::class,
443 'arguments' =>
445 'response' => '@response',
446 'dbi' => '@dbi',
447 'template' => '@template',
448 'userPreferences' => '@user_preferences',
449 'relation' => '@relation',
452 PhpMyAdmin\Controllers\Preferences\NavigationController::class =>
454 'class' => PhpMyAdmin\Controllers\Preferences\NavigationController::class,
455 'arguments' =>
457 'response' => '@response',
458 'dbi' => '@dbi',
459 'template' => '@template',
460 'userPreferences' => '@user_preferences',
461 'relation' => '@relation',
464 PhpMyAdmin\Controllers\Preferences\SqlController::class =>
466 'class' => PhpMyAdmin\Controllers\Preferences\SqlController::class,
467 'arguments' =>
469 'response' => '@response',
470 'dbi' => '@dbi',
471 'template' => '@template',
472 'userPreferences' => '@user_preferences',
473 'relation' => '@relation',
476 PhpMyAdmin\Controllers\Preferences\TwoFactorController::class =>
478 'class' => PhpMyAdmin\Controllers\Preferences\TwoFactorController::class,
479 'arguments' =>
481 'response' => '@response',
482 'dbi' => '@dbi',
483 'template' => '@template',
484 'relation' => '@relation',
487 PhpMyAdmin\Controllers\SchemaExportController::class =>
489 'class' => PhpMyAdmin\Controllers\SchemaExportController::class,
490 'arguments' =>
492 'export' => '@export',
493 'relation' => '@relation',
496 PhpMyAdmin\Controllers\Server\DatabasesController::class =>
498 'class' => PhpMyAdmin\Controllers\Server\DatabasesController::class,
499 'arguments' =>
501 'response' => '@response',
502 'dbi' => '@dbi',
503 'template' => '@template',
504 'transformations' => '@transformations',
505 'relationCleanup' => '@relation_cleanup',
508 PhpMyAdmin\Controllers\Server\BinlogController::class =>
510 'class' => PhpMyAdmin\Controllers\Server\BinlogController::class,
511 'arguments' =>
513 'response' => '@response',
514 'dbi' => '@dbi',
515 'template' => '@template',
518 PhpMyAdmin\Controllers\Server\CollationsController::class =>
520 'class' => PhpMyAdmin\Controllers\Server\CollationsController::class,
521 'arguments' =>
523 'response' => '@response',
524 'dbi' => '@dbi',
525 'template' => '@template',
528 PhpMyAdmin\Controllers\Server\EnginesController::class =>
530 'class' => PhpMyAdmin\Controllers\Server\EnginesController::class,
531 'arguments' =>
533 'response' => '@response',
534 'dbi' => '@dbi',
535 'template' => '@template',
538 PhpMyAdmin\Controllers\Server\ExportController::class =>
540 'class' => PhpMyAdmin\Controllers\Server\ExportController::class,
541 'arguments' =>
543 'response' => '@response',
544 'dbi' => '@dbi',
545 'template' => '@template',
546 'export' => '@display_export',
549 PhpMyAdmin\Controllers\Server\ImportController::class =>
551 'class' => PhpMyAdmin\Controllers\Server\ImportController::class,
552 'arguments' =>
554 'response' => '@response',
555 'dbi' => '@dbi',
556 'template' => '@template',
559 PhpMyAdmin\Controllers\Server\PluginsController::class =>
561 'class' => PhpMyAdmin\Controllers\Server\PluginsController::class,
562 'arguments' =>
564 'response' => '@response',
565 'dbi' => '@dbi',
566 'template' => '@template',
567 'plugins' => '@server_plugins',
570 PhpMyAdmin\Controllers\Server\PrivilegesController::class =>
572 'class' => PhpMyAdmin\Controllers\Server\PrivilegesController::class,
573 'arguments' =>
575 'response' => '@response',
576 'dbi' => '@dbi',
577 'template' => '@template',
578 'relation' => '@relation',
581 PhpMyAdmin\Controllers\Server\ReplicationController::class =>
583 'class' => PhpMyAdmin\Controllers\Server\ReplicationController::class,
584 'arguments' =>
586 'response' => '@response',
587 'dbi' => '@dbi',
588 'template' => '@template',
589 'replicationGui' => '@replication_gui',
592 PhpMyAdmin\Controllers\Server\SqlController::class =>
594 'class' => PhpMyAdmin\Controllers\Server\SqlController::class,
595 'arguments' =>
597 'response' => '@response',
598 'dbi' => '@dbi',
599 'template' => '@template',
600 'sqlQueryForm' => '@sql_query_form',
603 PhpMyAdmin\Controllers\Server\UserGroupsController::class =>
605 'class' => PhpMyAdmin\Controllers\Server\UserGroupsController::class,
606 'arguments' =>
608 'response' => '@response',
609 'dbi' => '@dbi',
610 'template' => '@template',
611 'relation' => '@relation',
614 PhpMyAdmin\Controllers\Server\Status\AdvisorController::class =>
616 'class' => PhpMyAdmin\Controllers\Server\Status\AdvisorController::class,
617 'arguments' =>
619 'response' => '@response',
620 'dbi' => '@dbi',
621 'template' => '@template',
622 'data' => '@status_data',
623 'advisor' => '@advisor',
626 PhpMyAdmin\Controllers\Server\Status\MonitorController::class =>
628 'class' => PhpMyAdmin\Controllers\Server\Status\MonitorController::class,
629 'arguments' =>
631 'response' => '@response',
632 'dbi' => '@dbi',
633 'template' => '@template',
634 'data' => '@status_data',
635 'monitor' => '@status_monitor',
638 PhpMyAdmin\Controllers\Server\Status\ProcessesController::class =>
640 'class' => PhpMyAdmin\Controllers\Server\Status\ProcessesController::class,
641 'arguments' =>
643 'response' => '@response',
644 'dbi' => '@dbi',
645 'template' => '@template',
646 'data' => '@status_data',
649 PhpMyAdmin\Controllers\Server\Status\QueriesController::class =>
651 'class' => PhpMyAdmin\Controllers\Server\Status\QueriesController::class,
652 'arguments' =>
654 'response' => '@response',
655 'dbi' => '@dbi',
656 'template' => '@template',
657 'data' => '@status_data',
660 PhpMyAdmin\Controllers\Server\Status\StatusController::class =>
662 'class' => PhpMyAdmin\Controllers\Server\Status\StatusController::class,
663 'arguments' =>
665 'response' => '@response',
666 'dbi' => '@dbi',
667 'template' => '@template',
668 'data' => '@status_data',
669 'replicationGui' => '@replication_gui',
672 PhpMyAdmin\Controllers\Server\Status\VariablesController::class =>
674 'class' => PhpMyAdmin\Controllers\Server\Status\VariablesController::class,
675 'arguments' =>
677 'response' => '@response',
678 'dbi' => '@dbi',
679 'template' => '@template',
680 'data' => '@status_data',
683 PhpMyAdmin\Controllers\Server\VariablesController::class =>
685 'class' => PhpMyAdmin\Controllers\Server\VariablesController::class,
686 'arguments' =>
688 'response' => '@response',
689 'dbi' => '@dbi',
690 'template' => '@template',
693 PhpMyAdmin\Controllers\SqlController::class =>
695 'class' => PhpMyAdmin\Controllers\SqlController::class,
696 'arguments' =>
698 'response' => '@response',
699 'dbi' => '@dbi',
700 'template' => '@template',
701 'sql' => '@sql',
702 'checkUserPrivileges' => '@check_user_privileges',
705 PhpMyAdmin\Controllers\Table\AddFieldController::class =>
707 'class' => PhpMyAdmin\Controllers\Table\AddFieldController::class,
708 'arguments' =>
710 'response' => '@response',
711 'dbi' => '@dbi',
712 'template' => '@template',
713 'db' => '%db%',
714 'table' => '%table%',
715 'transformations' => '@transformations',
716 'config' => '@config',
717 'relation' => '@relation',
720 PhpMyAdmin\Controllers\Table\ChangeController::class =>
722 'class' => PhpMyAdmin\Controllers\Table\ChangeController::class,
723 'arguments' =>
725 'response' => '@response',
726 'dbi' => '@dbi',
727 'template' => '@template',
728 'db' => '%db%',
729 'table' => '%table%',
730 'insertEdit' => '@insert_edit',
731 'relation' => '@relation',
734 PhpMyAdmin\Controllers\Table\ChartController::class =>
736 'class' => PhpMyAdmin\Controllers\Table\ChartController::class,
737 'arguments' =>
739 'response' => '@response',
740 'dbi' => '@dbi',
741 'template' => '@template',
742 'db' => '%db%',
743 'table' => '%table%',
746 PhpMyAdmin\Controllers\Table\CreateController::class =>
748 'class' => PhpMyAdmin\Controllers\Table\CreateController::class,
749 'arguments' =>
751 'response' => '@response',
752 'dbi' => '@dbi',
753 'template' => '@template',
754 'db' => '%db%',
755 'table' => '%table%',
756 'transformations' => '@transformations',
757 'config' => '@config',
758 'relation' => '@relation',
761 PhpMyAdmin\Controllers\Table\ExportController::class =>
763 'class' => PhpMyAdmin\Controllers\Table\ExportController::class,
764 'arguments' =>
766 'response' => '@response',
767 'dbi' => '@dbi',
768 'template' => '@template',
769 'db' => '%db%',
770 'table' => '%table%',
771 'export' => '@display_export',
772 'relation' => '@relation',
775 PhpMyAdmin\Controllers\Table\FindReplaceController::class =>
777 'class' => PhpMyAdmin\Controllers\Table\FindReplaceController::class,
778 'arguments' =>
780 'response' => '@response',
781 'dbi' => '@dbi',
782 'template' => '@template',
783 'db' => '%db%',
784 'table' => '%table%',
787 PhpMyAdmin\Controllers\Table\GetFieldController::class =>
789 'class' => PhpMyAdmin\Controllers\Table\GetFieldController::class,
790 'arguments' =>
792 'response' => '@response',
793 'dbi' => '@dbi',
794 'template' => '@template',
795 'db' => '%db%',
796 'table' => '%table%',
799 PhpMyAdmin\Controllers\Table\GisVisualizationController::class =>
801 'class' => PhpMyAdmin\Controllers\Table\GisVisualizationController::class,
802 'arguments' =>
804 'response' => '@response',
805 'dbi' => '@dbi',
806 'template' => '@template',
807 'db' => '%db%',
808 'table' => '%table%',
811 PhpMyAdmin\Controllers\Table\ImportController::class =>
813 'class' => PhpMyAdmin\Controllers\Table\ImportController::class,
814 'arguments' =>
816 'response' => '@response',
817 'dbi' => '@dbi',
818 'template' => '@template',
819 'db' => '%db%',
820 'table' => '%table%',
823 PhpMyAdmin\Controllers\Table\IndexesController::class =>
825 'class' => PhpMyAdmin\Controllers\Table\IndexesController::class,
826 'arguments' =>
828 'response' => '@response',
829 'dbi' => '@dbi',
830 'template' => '@template',
831 'db' => '%db%',
832 'table' => '%table%',
835 PhpMyAdmin\Controllers\Table\OperationsController::class =>
837 'class' => PhpMyAdmin\Controllers\Table\OperationsController::class,
838 'arguments' =>
840 'response' => '@response',
841 'dbi' => '@dbi',
842 'template' => '@template',
843 'db' => '%db%',
844 'table' => '%table%',
845 'operations' => '@operations',
846 'checkUserPrivileges' => '@check_user_privileges',
847 'relation' => '@relation',
850 PhpMyAdmin\Controllers\Table\PrivilegesController::class =>
852 'class' => PhpMyAdmin\Controllers\Table\PrivilegesController::class,
853 'arguments' =>
855 'response' => '@response',
856 'dbi' => '@dbi',
857 'template' => '@template',
858 'db' => '%db%',
859 'table' => '%table%',
860 'privileges' => '@server_privileges',
863 PhpMyAdmin\Controllers\Table\RecentFavoriteController::class =>
865 'class' => PhpMyAdmin\Controllers\Table\RecentFavoriteController::class,
866 'arguments' =>
868 'response' => '@response',
869 'dbi' => '@dbi',
870 'template' => '@template',
871 'db' => '%db%',
872 'table' => '%table%',
875 PhpMyAdmin\Controllers\Table\RelationController::class =>
877 'class' => PhpMyAdmin\Controllers\Table\RelationController::class,
878 'arguments' =>
880 'response' => '@response',
881 'dbi' => '@dbi',
882 'template' => '@template',
883 'db' => '%db%',
884 'table' => '%table%',
885 'relation' => '@relation',
888 PhpMyAdmin\Controllers\Table\ReplaceController::class =>
890 'class' => PhpMyAdmin\Controllers\Table\ReplaceController::class,
891 'arguments' =>
893 'response' => '@response',
894 'dbi' => '@dbi',
895 'template' => '@template',
896 'db' => '%db%',
897 'table' => '%table%',
898 'insertEdit' => '@insert_edit',
899 'transformations' => '@transformations',
900 'relation' => '@relation',
903 PhpMyAdmin\Controllers\Table\RowActionController::class =>
905 'class' => PhpMyAdmin\Controllers\Table\RowActionController::class,
906 'arguments' =>
908 'response' => '@response',
909 'dbi' => '@dbi',
910 'template' => '@template',
911 'db' => '%db%',
912 'table' => '%table%',
915 PhpMyAdmin\Controllers\Table\SearchController::class =>
917 'class' => PhpMyAdmin\Controllers\Table\SearchController::class,
918 'arguments' =>
920 'response' => '@response',
921 'dbi' => '@dbi',
922 'template' => '@template',
923 'db' => '%db%',
924 'table' => '%table%',
925 'search' => '@table_search',
926 'relation' => '@relation',
929 PhpMyAdmin\Controllers\Table\SqlController::class =>
931 'class' => PhpMyAdmin\Controllers\Table\SqlController::class,
932 'arguments' =>
934 'response' => '@response',
935 'dbi' => '@dbi',
936 'template' => '@template',
937 'db' => '%db%',
938 'table' => '%table%',
939 'sqlQueryForm' => '@sql_query_form',
942 PhpMyAdmin\Controllers\Table\StructureController::class =>
944 'class' => PhpMyAdmin\Controllers\Table\StructureController::class,
945 'arguments' =>
947 'response' => '@response',
948 'dbi' => '@dbi',
949 'template' => '@template',
950 'db' => '%db%',
951 'table' => '%table%',
952 'relation' => '@relation',
953 'transformations' => '@transformations',
954 'create_add_field' => '@create_add_field',
955 'relationCleanup' => '@relation_cleanup',
958 PhpMyAdmin\Controllers\Table\TrackingController::class =>
960 'class' => PhpMyAdmin\Controllers\Table\TrackingController::class,
961 'arguments' =>
963 'response' => '@response',
964 'dbi' => '@dbi',
965 'template' => '@template',
966 'db' => '%db%',
967 'table' => '%table%',
968 'tracking' => '@tracking',
971 PhpMyAdmin\Controllers\Table\TriggersController::class =>
973 'class' => PhpMyAdmin\Controllers\Table\TriggersController::class,
974 'arguments' =>
976 'response' => '@response',
977 'dbi' => '@dbi',
978 'template' => '@template',
979 'db' => '%db%',
980 'table' => '%table%',
983 PhpMyAdmin\Controllers\Table\ZoomSearchController::class =>
985 'class' => PhpMyAdmin\Controllers\Table\ZoomSearchController::class,
986 'arguments' =>
988 'response' => '@response',
989 'dbi' => '@dbi',
990 'template' => '@template',
991 'db' => '%db%',
992 'table' => '%table%',
993 'search' => '@table_search',
994 'relation' => '@relation',
997 PhpMyAdmin\Controllers\ThemesController::class =>
999 'class' => PhpMyAdmin\Controllers\ThemesController::class,
1000 'arguments' =>
1002 'response' => '@response',
1003 'dbi' => '@dbi',
1004 'template' => '@template',
1007 PhpMyAdmin\Controllers\TransformationOverviewController::class =>
1009 'class' => PhpMyAdmin\Controllers\TransformationOverviewController::class,
1010 'arguments' =>
1012 'response' => '@response',
1013 'dbi' => '@dbi',
1014 'template' => '@template',
1015 'transformations' => '@transformations',
1018 PhpMyAdmin\Controllers\TransformationWrapperController::class =>
1020 'class' => PhpMyAdmin\Controllers\TransformationWrapperController::class,
1021 'arguments' =>
1023 'response' => '@response',
1024 'dbi' => '@dbi',
1025 'template' => '@template',
1026 'transformations' => '@transformations',
1027 'relation' => '@relation',
1030 PhpMyAdmin\Controllers\UserPasswordController::class =>
1032 'class' => PhpMyAdmin\Controllers\UserPasswordController::class,
1033 'arguments' =>
1035 'response' => '@response',
1036 'dbi' => '@dbi',
1037 'template' => '@template',
1038 'userPassword' => '@user_password',
1041 PhpMyAdmin\Controllers\VersionCheckController::class =>
1043 'class' => PhpMyAdmin\Controllers\VersionCheckController::class,
1044 'arguments' =>
1046 'response' => '@response',
1047 'dbi' => '@dbi',
1048 'template' => '@template',
1051 PhpMyAdmin\Controllers\ViewCreateController::class =>
1053 'class' => PhpMyAdmin\Controllers\ViewCreateController::class,
1054 'arguments' =>
1056 'response' => '@response',
1057 'dbi' => '@dbi',
1058 'template' => '@template',
1061 PhpMyAdmin\Controllers\ViewOperationsController::class =>
1063 'class' => PhpMyAdmin\Controllers\ViewOperationsController::class,
1064 'arguments' =>
1066 'response' => '@response',
1067 'dbi' => '@dbi',
1068 'template' => '@template',
1069 'operations' => '@operations',