Translated using Weblate (Slovenian)
[phpmyadmin.git] / libraries / services_controllers.php
blobe5e6f0494b54dc0431ec4a630a0b26e8942789e3
1 <?php
3 declare(strict_types=1);
5 return [
6 'services' => [
7 PhpMyAdmin\Controllers\BrowseForeignersController::class => [
8 'class' => PhpMyAdmin\Controllers\BrowseForeignersController::class,
9 'arguments' => [
10 '$response' => '@response',
11 '$template' => '@template',
12 '$browseForeigners' => '@browse_foreigners',
13 '$relation' => '@relation',
16 PhpMyAdmin\Controllers\ChangeLogController::class => [
17 'class' => PhpMyAdmin\Controllers\ChangeLogController::class,
18 'arguments' => [
19 '$response' => '@response',
20 '$template' => '@template',
23 PhpMyAdmin\Controllers\CheckRelationsController::class => [
24 'class' => PhpMyAdmin\Controllers\CheckRelationsController::class,
25 'arguments' => [
26 '$response' => '@response',
27 '$template' => '@template',
28 '$relation' => '@relation',
31 PhpMyAdmin\Controllers\ColumnController::class => [
32 'class' => PhpMyAdmin\Controllers\ColumnController::class,
33 'arguments' => [
34 '$response' => '@response',
35 '$template' => '@template',
36 '$dbi' => '@dbi',
39 PhpMyAdmin\Controllers\ConfigController::class => [
40 'class' => PhpMyAdmin\Controllers\ConfigController::class,
41 'arguments' => [
42 '$response' => '@response',
43 '$template' => '@template',
44 '$config' => '@config',
47 PhpMyAdmin\Controllers\Database\CentralColumnsController::class => [
48 'class' => PhpMyAdmin\Controllers\Database\CentralColumnsController::class,
49 'arguments' => [
50 '$response' => '@response',
51 '$template' => '@template',
52 '$db' => '%db%',
53 '$centralColumns' => '@central_columns',
56 PhpMyAdmin\Controllers\Database\DataDictionaryController::class => [
57 'class' => PhpMyAdmin\Controllers\Database\DataDictionaryController::class,
58 'arguments' => [
59 '$response' => '@response',
60 '$template' => '@template',
61 '$db' => '%db%',
62 '$relation' => '@relation',
63 '$transformations' => '@transformations',
64 '$dbi' => '@dbi',
67 PhpMyAdmin\Controllers\Database\DesignerController::class => [
68 'class' => PhpMyAdmin\Controllers\Database\DesignerController::class,
69 'arguments' => [
70 '$response' => '@response',
71 '$template' => '@template',
72 '$db' => '%db%',
73 '$databaseDesigner' => '@designer',
74 '$designerCommon' => '@designer_common',
77 PhpMyAdmin\Controllers\Database\EventsController::class => [
78 'class' => PhpMyAdmin\Controllers\Database\EventsController::class,
79 'arguments' => [
80 '$response' => '@response',
81 '$template' => '@template',
82 '$db' => '%db%',
83 '$events' => '@events',
84 '$dbi' => '@dbi',
87 PhpMyAdmin\Controllers\Database\ExportController::class => [
88 'class' => PhpMyAdmin\Controllers\Database\ExportController::class,
89 'arguments' => [
90 '$response' => '@response',
91 '$template' => '@template',
92 '$db' => '%db%',
93 '$export' => '@export',
94 '$exportOptions' => '@export_options',
97 PhpMyAdmin\Controllers\Database\ImportController::class => [
98 'class' => PhpMyAdmin\Controllers\Database\ImportController::class,
99 'arguments' => [
100 '$response' => '@response',
101 '$template' => '@template',
102 '$db' => '%db%',
103 '$dbi' => '@dbi',
106 PhpMyAdmin\Controllers\Database\MultiTableQueryController::class => [
107 'class' => PhpMyAdmin\Controllers\Database\MultiTableQueryController::class,
108 'arguments' => [
109 '$response' => '@response',
110 '$template' => '@template',
111 '$db' => '%db%',
112 '$dbi' => '@dbi',
115 PhpMyAdmin\Controllers\Database\OperationsController::class => [
116 'class' => PhpMyAdmin\Controllers\Database\OperationsController::class,
117 'arguments' => [
118 '$response' => '@response',
119 '$template' => '@template',
120 '$db' => '%db%',
121 '$operations' => '@operations',
122 '$checkUserPrivileges' => '@check_user_privileges',
123 '$relation' => '@relation',
124 '$relationCleanup' => '@relation_cleanup',
125 '$dbi' => '@dbi',
128 PhpMyAdmin\Controllers\Database\PrivilegesController::class => [
129 'class' => PhpMyAdmin\Controllers\Database\PrivilegesController::class,
130 'arguments' => [
131 '$response' => '@response',
132 '$template' => '@template',
133 '$db' => '%db%',
134 '$privileges' => '@server_privileges',
135 '$dbi' => '@dbi',
138 PhpMyAdmin\Controllers\Database\QueryByExampleController::class => [
139 'class' => PhpMyAdmin\Controllers\Database\QueryByExampleController::class,
140 'arguments' => [
141 '$response' => '@response',
142 '$template' => '@template',
143 '$db' => '%db%',
144 '$relation' => '@relation',
145 '$dbi' => '@dbi',
148 PhpMyAdmin\Controllers\Database\RoutinesController::class => [
149 'class' => PhpMyAdmin\Controllers\Database\RoutinesController::class,
150 'arguments' => [
151 '$response' => '@response',
152 '$template' => '@template',
153 '$db' => '%db%',
154 '$checkUserPrivileges' => '@check_user_privileges',
155 '$dbi' => '@dbi',
158 PhpMyAdmin\Controllers\Database\SearchController::class => [
159 'class' => PhpMyAdmin\Controllers\Database\SearchController::class,
160 'arguments' => [
161 '$response' => '@response',
162 '$template' => '@template',
163 '$db' => '%db%',
164 '$dbi' => '@dbi',
167 PhpMyAdmin\Controllers\Database\SqlAutoCompleteController::class => [
168 'class' => PhpMyAdmin\Controllers\Database\SqlAutoCompleteController::class,
169 'arguments' => [
170 '$response' => '@response',
171 '$template' => '@template',
172 '$db' => '%db%',
173 '$dbi' => '@dbi',
176 PhpMyAdmin\Controllers\Database\SqlController::class => [
177 'class' => PhpMyAdmin\Controllers\Database\SqlController::class,
178 'arguments' => [
179 '$response' => '@response',
180 '$template' => '@template',
181 '$db' => '%db%',
182 '$sqlQueryForm' => '@sql_query_form',
185 PhpMyAdmin\Controllers\Database\SqlFormatController::class => [
186 'class' => PhpMyAdmin\Controllers\Database\SqlFormatController::class,
187 'arguments' => [
188 '$response' => '@response',
189 '$template' => '@template',
190 '$db' => '%db%',
193 PhpMyAdmin\Controllers\Database\StructureController::class => [
194 'class' => PhpMyAdmin\Controllers\Database\StructureController::class,
195 'arguments' => [
196 '$response' => '@response',
197 '$template' => '@template',
198 '$db' => '%db%',
199 '$relation' => '@relation',
200 '$replication' => '@replication',
201 '$relationCleanup' => '@relation_cleanup',
202 '$operations' => '@operations',
203 '$dbi' => '@dbi',
204 '$flash' => '@flash',
207 PhpMyAdmin\Controllers\Database\TrackingController::class => [
208 'class' => PhpMyAdmin\Controllers\Database\TrackingController::class,
209 'arguments' => [
210 '$response' => '@response',
211 '$template' => '@template',
212 '$db' => '%db%',
213 '$tracking' => '@tracking',
214 '$dbi' => '@dbi',
217 PhpMyAdmin\Controllers\Database\TriggersController::class => [
218 'class' => PhpMyAdmin\Controllers\Database\TriggersController::class,
219 'arguments' => [
220 '$response' => '@response',
221 '$template' => '@template',
222 '$db' => '%db%',
223 '$dbi' => '@dbi',
226 PhpMyAdmin\Controllers\DatabaseController::class => [
227 'class' => PhpMyAdmin\Controllers\DatabaseController::class,
228 'arguments' => [
229 '$response' => '@response',
230 '$template' => '@template',
233 PhpMyAdmin\Controllers\ErrorReportController::class => [
234 'class' => PhpMyAdmin\Controllers\ErrorReportController::class,
235 'arguments' => [
236 '$response' => '@response',
237 '$template' => '@template',
238 '$errorReport' => '@error_report',
239 '$errorHandler' => '@error_handler',
242 PhpMyAdmin\Controllers\ExportController::class => [
243 'class' => PhpMyAdmin\Controllers\ExportController::class,
244 'arguments' => [
245 '$response' => '@response',
246 '$template' => '@template',
247 '$export' => '@export',
248 '$relation' => '@relation',
251 PhpMyAdmin\Controllers\ExportTemplateController::class => [
252 'class' => PhpMyAdmin\Controllers\ExportTemplateController::class,
253 'arguments' => [
254 '$response' => '@response',
255 '$template' => '@template',
256 '$model' => '@export_template_model',
257 '$relation' => '@relation',
260 PhpMyAdmin\Controllers\GisDataEditorController::class => [
261 'class' => PhpMyAdmin\Controllers\GisDataEditorController::class,
262 'arguments' => [
263 '$response' => '@response',
264 '$template' => '@template',
267 PhpMyAdmin\Controllers\HomeController::class => [
268 'class' => PhpMyAdmin\Controllers\HomeController::class,
269 'arguments' => [
270 '$response' => '@response',
271 '$template' => '@template',
272 '$config' => '@config',
273 '$themeManager' => '@theme_manager',
274 '$dbi' => '@dbi',
277 PhpMyAdmin\Controllers\ImportController::class => [
278 'class' => PhpMyAdmin\Controllers\ImportController::class,
279 'arguments' => [
280 '$response' => '@response',
281 '$template' => '@template',
282 '$import' => '@import',
283 '$sql' => '@sql',
284 '$dbi' => '@dbi',
287 PhpMyAdmin\Controllers\ImportStatusController::class => [
288 'class' => PhpMyAdmin\Controllers\ImportStatusController::class,
289 'arguments' => ['$template' => '@template'],
291 PhpMyAdmin\Controllers\JavaScriptMessagesController::class => [
292 'class' => PhpMyAdmin\Controllers\JavaScriptMessagesController::class,
294 PhpMyAdmin\Controllers\LicenseController::class => [
295 'class' => PhpMyAdmin\Controllers\LicenseController::class,
296 'arguments' => [
297 '$response' => '@response',
298 '$template' => '@template',
301 PhpMyAdmin\Controllers\LintController::class => [
302 'class' => PhpMyAdmin\Controllers\LintController::class,
303 'arguments' => [
304 '$response' => '@response',
305 '$template' => '@template',
308 PhpMyAdmin\Controllers\LogoutController::class => [
309 'class' => PhpMyAdmin\Controllers\LogoutController::class,
311 PhpMyAdmin\Controllers\NavigationController::class => [
312 'class' => PhpMyAdmin\Controllers\NavigationController::class,
313 'arguments' => [
314 '$response' => '@response',
315 '$template' => '@template',
316 '$navigation' => '@navigation',
317 '$relation' => '@relation',
320 PhpMyAdmin\Controllers\NormalizationController::class => [
321 'class' => PhpMyAdmin\Controllers\NormalizationController::class,
322 'arguments' => [
323 '$response' => '@response',
324 '$template' => '@template',
325 '$normalization' => '@normalization',
328 PhpMyAdmin\Controllers\PhpInfoController::class => [
329 'class' => PhpMyAdmin\Controllers\PhpInfoController::class,
330 'arguments' => [
331 '$response' => '@response',
332 '$template' => '@template',
335 PhpMyAdmin\Controllers\Preferences\ExportController::class => [
336 'class' => PhpMyAdmin\Controllers\Preferences\ExportController::class,
337 'arguments' => [
338 '$response' => '@response',
339 '$template' => '@template',
340 '$userPreferences' => '@user_preferences',
341 '$relation' => '@relation',
342 '$config' => '@config',
345 PhpMyAdmin\Controllers\Preferences\FeaturesController::class => [
346 'class' => PhpMyAdmin\Controllers\Preferences\FeaturesController::class,
347 'arguments' => [
348 '$response' => '@response',
349 '$template' => '@template',
350 '$userPreferences' => '@user_preferences',
351 '$relation' => '@relation',
352 '$config' => '@config',
355 PhpMyAdmin\Controllers\Preferences\ImportController::class => [
356 'class' => PhpMyAdmin\Controllers\Preferences\ImportController::class,
357 'arguments' => [
358 '$response' => '@response',
359 '$template' => '@template',
360 '$userPreferences' => '@user_preferences',
361 '$relation' => '@relation',
362 '$config' => '@config',
365 PhpMyAdmin\Controllers\Preferences\MainPanelController::class => [
366 'class' => PhpMyAdmin\Controllers\Preferences\MainPanelController::class,
367 'arguments' => [
368 '$response' => '@response',
369 '$template' => '@template',
370 '$userPreferences' => '@user_preferences',
371 '$relation' => '@relation',
372 '$config' => '@config',
375 PhpMyAdmin\Controllers\Preferences\ManageController::class => [
376 'class' => PhpMyAdmin\Controllers\Preferences\ManageController::class,
377 'arguments' => [
378 '$response' => '@response',
379 '$template' => '@template',
380 '$userPreferences' => '@user_preferences',
381 '$relation' => '@relation',
382 '$config' => '@config',
385 PhpMyAdmin\Controllers\Preferences\NavigationController::class => [
386 'class' => PhpMyAdmin\Controllers\Preferences\NavigationController::class,
387 'arguments' => [
388 '$response' => '@response',
389 '$template' => '@template',
390 '$userPreferences' => '@user_preferences',
391 '$relation' => '@relation',
392 '$config' => '@config',
395 PhpMyAdmin\Controllers\Preferences\SqlController::class => [
396 'class' => PhpMyAdmin\Controllers\Preferences\SqlController::class,
397 'arguments' => [
398 '$response' => '@response',
399 '$template' => '@template',
400 '$userPreferences' => '@user_preferences',
401 '$relation' => '@relation',
402 '$config' => '@config',
405 PhpMyAdmin\Controllers\Preferences\TwoFactorController::class => [
406 'class' => PhpMyAdmin\Controllers\Preferences\TwoFactorController::class,
407 'arguments' => [
408 '$response' => '@response',
409 '$template' => '@template',
410 '$relation' => '@relation',
413 PhpMyAdmin\Controllers\SchemaExportController::class => [
414 'class' => PhpMyAdmin\Controllers\SchemaExportController::class,
415 'arguments' => [
416 '$export' => '@export',
417 '$relation' => '@relation',
420 PhpMyAdmin\Controllers\Server\BinlogController::class => [
421 'class' => PhpMyAdmin\Controllers\Server\BinlogController::class,
422 'arguments' => [
423 '$response' => '@response',
424 '$template' => '@template',
425 '$dbi' => '@dbi',
428 PhpMyAdmin\Controllers\Server\CollationsController::class => [
429 'class' => PhpMyAdmin\Controllers\Server\CollationsController::class,
430 'arguments' => [
431 '$response' => '@response',
432 '$template' => '@template',
433 '$dbi' => '@dbi',
436 PhpMyAdmin\Controllers\Server\DatabasesController::class => [
437 'class' => PhpMyAdmin\Controllers\Server\DatabasesController::class,
438 'arguments' => [
439 '$response' => '@response',
440 '$template' => '@template',
441 '$transformations' => '@transformations',
442 '$relationCleanup' => '@relation_cleanup',
443 '$dbi' => '@dbi',
446 PhpMyAdmin\Controllers\Server\EnginesController::class => [
447 'class' => PhpMyAdmin\Controllers\Server\EnginesController::class,
448 'arguments' => [
449 '$response' => '@response',
450 '$template' => '@template',
451 '$dbi' => '@dbi',
454 PhpMyAdmin\Controllers\Server\ExportController::class => [
455 'class' => PhpMyAdmin\Controllers\Server\ExportController::class,
456 'arguments' => [
457 '$response' => '@response',
458 '$template' => '@template',
459 '$export' => '@export_options',
460 '$dbi' => '@dbi',
463 PhpMyAdmin\Controllers\Server\ImportController::class => [
464 'class' => PhpMyAdmin\Controllers\Server\ImportController::class,
465 'arguments' => [
466 '$response' => '@response',
467 '$template' => '@template',
468 '$dbi' => '@dbi',
471 PhpMyAdmin\Controllers\Server\PluginsController::class => [
472 'class' => PhpMyAdmin\Controllers\Server\PluginsController::class,
473 'arguments' => [
474 '$response' => '@response',
475 '$template' => '@template',
476 '$plugins' => '@server_plugins',
477 '$dbi' => '@dbi',
480 PhpMyAdmin\Controllers\Server\PrivilegesController::class => [
481 'class' => PhpMyAdmin\Controllers\Server\PrivilegesController::class,
482 'arguments' => [
483 '$response' => '@response',
484 '$template' => '@template',
485 '$relation' => '@relation',
486 '$dbi' => '@dbi',
489 PhpMyAdmin\Controllers\Server\ReplicationController::class => [
490 'class' => PhpMyAdmin\Controllers\Server\ReplicationController::class,
491 'arguments' => [
492 '$response' => '@response',
493 '$template' => '@template',
494 '$replicationGui' => '@replication_gui',
495 '$dbi' => '@dbi',
498 PhpMyAdmin\Controllers\Server\SqlController::class => [
499 'class' => PhpMyAdmin\Controllers\Server\SqlController::class,
500 'arguments' => [
501 '$response' => '@response',
502 '$template' => '@template',
503 '$sqlQueryForm' => '@sql_query_form',
504 '$dbi' => '@dbi',
507 PhpMyAdmin\Controllers\Server\UserGroupsController::class => [
508 'class' => PhpMyAdmin\Controllers\Server\UserGroupsController::class,
509 'arguments' => [
510 '$response' => '@response',
511 '$template' => '@template',
512 '$relation' => '@relation',
513 '$dbi' => '@dbi',
516 PhpMyAdmin\Controllers\Server\Status\AdvisorController::class => [
517 'class' => PhpMyAdmin\Controllers\Server\Status\AdvisorController::class,
518 'arguments' => [
519 '$response' => '@response',
520 '$template' => '@template',
521 '$data' => '@status_data',
522 '$advisor' => '@advisor',
525 PhpMyAdmin\Controllers\Server\Status\MonitorController::class => [
526 'class' => PhpMyAdmin\Controllers\Server\Status\MonitorController::class,
527 'arguments' => [
528 '$response' => '@response',
529 '$template' => '@template',
530 '$data' => '@status_data',
531 '$monitor' => '@status_monitor',
532 '$dbi' => '@dbi',
535 PhpMyAdmin\Controllers\Server\Status\ProcessesController::class => [
536 'class' => PhpMyAdmin\Controllers\Server\Status\ProcessesController::class,
537 'arguments' => [
538 '$response' => '@response',
539 '$template' => '@template',
540 '$data' => '@status_data',
541 '$dbi' => '@dbi',
544 PhpMyAdmin\Controllers\Server\Status\QueriesController::class => [
545 'class' => PhpMyAdmin\Controllers\Server\Status\QueriesController::class,
546 'arguments' => [
547 '$response' => '@response',
548 '$template' => '@template',
549 '$data' => '@status_data',
550 '$dbi' => '@dbi',
553 PhpMyAdmin\Controllers\Server\Status\StatusController::class => [
554 'class' => PhpMyAdmin\Controllers\Server\Status\StatusController::class,
555 'arguments' => [
556 '$response' => '@response',
557 '$template' => '@template',
558 '$data' => '@status_data',
559 '$replicationGui' => '@replication_gui',
560 '$dbi' => '@dbi',
563 PhpMyAdmin\Controllers\Server\Status\VariablesController::class => [
564 'class' => PhpMyAdmin\Controllers\Server\Status\VariablesController::class,
565 'arguments' => [
566 '$response' => '@response',
567 '$template' => '@template',
568 '$data' => '@status_data',
569 '$dbi' => '@dbi',
572 PhpMyAdmin\Controllers\Server\VariablesController::class => [
573 'class' => PhpMyAdmin\Controllers\Server\VariablesController::class,
574 'arguments' => [
575 '$response' => '@response',
576 '$template' => '@template',
577 '$dbi' => '@dbi',
580 PhpMyAdmin\Controllers\SqlController::class => [
581 'class' => PhpMyAdmin\Controllers\SqlController::class,
582 'arguments' => [
583 '$response' => '@response',
584 '$template' => '@template',
585 '$sql' => '@sql',
586 '$checkUserPrivileges' => '@check_user_privileges',
587 '$dbi' => '@dbi',
590 PhpMyAdmin\Controllers\Table\AddFieldController::class => [
591 'class' => PhpMyAdmin\Controllers\Table\AddFieldController::class,
592 'arguments' => [
593 '$response' => '@response',
594 '$template' => '@template',
595 '$db' => '%db%',
596 '$table' => '%table%',
597 '$transformations' => '@transformations',
598 '$config' => '@config',
599 '$relation' => '@relation',
600 '$dbi' => '@dbi',
603 PhpMyAdmin\Controllers\Table\ChangeController::class => [
604 'class' => PhpMyAdmin\Controllers\Table\ChangeController::class,
605 'arguments' => [
606 '$response' => '@response',
607 '$template' => '@template',
608 '$db' => '%db%',
609 '$table' => '%table%',
610 '$insertEdit' => '@insert_edit',
611 '$relation' => '@relation',
614 PhpMyAdmin\Controllers\Table\ChartController::class => [
615 'class' => PhpMyAdmin\Controllers\Table\ChartController::class,
616 'arguments' => [
617 '$response' => '@response',
618 '$template' => '@template',
619 '$db' => '%db%',
620 '$table' => '%table%',
621 '$dbi' => '@dbi',
624 PhpMyAdmin\Controllers\Table\CreateController::class => [
625 'class' => PhpMyAdmin\Controllers\Table\CreateController::class,
626 'arguments' => [
627 '$response' => '@response',
628 '$template' => '@template',
629 '$db' => '%db%',
630 '$table' => '%table%',
631 '$transformations' => '@transformations',
632 '$config' => '@config',
633 '$relation' => '@relation',
634 '$dbi' => '@dbi',
637 PhpMyAdmin\Controllers\Table\DeleteController::class => [
638 'class' => PhpMyAdmin\Controllers\Table\DeleteController::class,
639 'arguments' => [
640 '$response' => '@response',
641 '$template' => '@template',
642 '$db' => '%db%',
643 '$table' => '%table%',
644 '$dbi' => '@dbi',
647 PhpMyAdmin\Controllers\Table\DropColumnConfirmationController::class => [
648 'class' => PhpMyAdmin\Controllers\Table\DropColumnConfirmationController::class,
649 'arguments' => [
650 '$response' => '@response',
651 '$template' => '@template',
652 '$db' => '%db%',
653 '$table' => '%table%',
656 PhpMyAdmin\Controllers\Table\DropColumnController::class => [
657 'class' => PhpMyAdmin\Controllers\Table\DropColumnController::class,
658 'arguments' => [
659 '$response' => '@response',
660 '$template' => '@template',
661 '$db' => '%db%',
662 '$table' => '%table%',
663 '$dbi' => '@dbi',
664 '$flash' => '@flash',
665 '$relationCleanup' => '@relation_cleanup',
668 PhpMyAdmin\Controllers\Table\ExportController::class => [
669 'class' => PhpMyAdmin\Controllers\Table\ExportController::class,
670 'arguments' => [
671 '$response' => '@response',
672 '$template' => '@template',
673 '$db' => '%db%',
674 '$table' => '%table%',
675 '$export' => '@export_options',
678 PhpMyAdmin\Controllers\Table\FindReplaceController::class => [
679 'class' => PhpMyAdmin\Controllers\Table\FindReplaceController::class,
680 'arguments' => [
681 '$response' => '@response',
682 '$template' => '@template',
683 '$db' => '%db%',
684 '$table' => '%table%',
685 '$dbi' => '@dbi',
688 PhpMyAdmin\Controllers\Table\GetFieldController::class => [
689 'class' => PhpMyAdmin\Controllers\Table\GetFieldController::class,
690 'arguments' => [
691 '$response' => '@response',
692 '$template' => '@template',
693 '$db' => '%db%',
694 '$table' => '%table%',
695 '$dbi' => '@dbi',
698 PhpMyAdmin\Controllers\Table\GisVisualizationController::class => [
699 'class' => PhpMyAdmin\Controllers\Table\GisVisualizationController::class,
700 'arguments' => [
701 '$response' => '@response',
702 '$template' => '@template',
703 '$db' => '%db%',
704 '$table' => '%table%',
705 '$dbi' => '@dbi',
708 PhpMyAdmin\Controllers\Table\ImportController::class => [
709 'class' => PhpMyAdmin\Controllers\Table\ImportController::class,
710 'arguments' => [
711 '$response' => '@response',
712 '$template' => '@template',
713 '$db' => '%db%',
714 '$table' => '%table%',
715 '$dbi' => '@dbi',
718 PhpMyAdmin\Controllers\Table\IndexesController::class => [
719 'class' => PhpMyAdmin\Controllers\Table\IndexesController::class,
720 'arguments' => [
721 '$response' => '@response',
722 '$template' => '@template',
723 '$db' => '%db%',
724 '$table' => '%table%',
725 '$dbi' => '@dbi',
728 PhpMyAdmin\Controllers\Table\MaintenanceController::class => [
729 'class' => PhpMyAdmin\Controllers\Table\MaintenanceController::class,
730 'arguments' => [
731 '$response' => '@response',
732 '$template' => '@template',
733 '$db' => '%db%',
734 '$table' => '%table%',
735 '$model' => '@table_maintenance',
738 PhpMyAdmin\Controllers\Table\PartitionController::class => [
739 'class' => PhpMyAdmin\Controllers\Table\PartitionController::class,
740 'arguments' => [
741 '$response' => '@response',
742 '$template' => '@template',
743 '$db' => '%db%',
744 '$table' => '%table%',
745 '$partition' => '@table_partition',
748 PhpMyAdmin\Controllers\Table\OperationsController::class => [
749 'class' => PhpMyAdmin\Controllers\Table\OperationsController::class,
750 'arguments' => [
751 '$response' => '@response',
752 '$template' => '@template',
753 '$db' => '%db%',
754 '$table' => '%table%',
755 '$operations' => '@operations',
756 '$checkUserPrivileges' => '@check_user_privileges',
757 '$relation' => '@relation',
758 '$dbi' => '@dbi',
761 PhpMyAdmin\Controllers\Table\PrivilegesController::class => [
762 'class' => PhpMyAdmin\Controllers\Table\PrivilegesController::class,
763 'arguments' => [
764 '$response' => '@response',
765 '$template' => '@template',
766 '$db' => '%db%',
767 '$table' => '%table%',
768 '$privileges' => '@server_privileges',
769 '$dbi' => '@dbi',
772 PhpMyAdmin\Controllers\Table\RecentFavoriteController::class => [
773 'class' => PhpMyAdmin\Controllers\Table\RecentFavoriteController::class,
774 'arguments' => [
775 '$response' => '@response',
776 '$template' => '@template',
777 '$db' => '%db%',
778 '$table' => '%table%',
781 PhpMyAdmin\Controllers\Table\RelationController::class => [
782 'class' => PhpMyAdmin\Controllers\Table\RelationController::class,
783 'arguments' => [
784 '$response' => '@response',
785 '$template' => '@template',
786 '$db' => '%db%',
787 '$table' => '%table%',
788 '$relation' => '@relation',
789 '$dbi' => '@dbi',
792 PhpMyAdmin\Controllers\Table\ReplaceController::class => [
793 'class' => PhpMyAdmin\Controllers\Table\ReplaceController::class,
794 'arguments' => [
795 '$response' => '@response',
796 '$template' => '@template',
797 '$db' => '%db%',
798 '$table' => '%table%',
799 '$insertEdit' => '@insert_edit',
800 '$transformations' => '@transformations',
801 '$relation' => '@relation',
802 '$dbi' => '@dbi',
805 PhpMyAdmin\Controllers\Table\SearchController::class => [
806 'class' => PhpMyAdmin\Controllers\Table\SearchController::class,
807 'arguments' => [
808 '$response' => '@response',
809 '$template' => '@template',
810 '$db' => '%db%',
811 '$table' => '%table%',
812 '$search' => '@table_search',
813 '$relation' => '@relation',
814 '$dbi' => '@dbi',
817 PhpMyAdmin\Controllers\Table\SqlController::class => [
818 'class' => PhpMyAdmin\Controllers\Table\SqlController::class,
819 'arguments' => [
820 '$response' => '@response',
821 '$template' => '@template',
822 '$db' => '%db%',
823 '$table' => '%table%',
824 '$sqlQueryForm' => '@sql_query_form',
827 PhpMyAdmin\Controllers\Table\StructureController::class => [
828 'class' => PhpMyAdmin\Controllers\Table\StructureController::class,
829 'arguments' => [
830 '$response' => '@response',
831 '$template' => '@template',
832 '$db' => '%db%',
833 '$table' => '%table%',
834 '$relation' => '@relation',
835 '$transformations' => '@transformations',
836 '$createAddField' => '@create_add_field',
837 '$relationCleanup' => '@relation_cleanup',
838 '$dbi' => '@dbi',
839 '$flash' => '@flash',
842 PhpMyAdmin\Controllers\Table\TrackingController::class => [
843 'class' => PhpMyAdmin\Controllers\Table\TrackingController::class,
844 'arguments' => [
845 '$response' => '@response',
846 '$template' => '@template',
847 '$db' => '%db%',
848 '$table' => '%table%',
849 '$tracking' => '@tracking',
852 PhpMyAdmin\Controllers\Table\TriggersController::class => [
853 'class' => PhpMyAdmin\Controllers\Table\TriggersController::class,
854 'arguments' => [
855 '$response' => '@response',
856 '$template' => '@template',
857 '$db' => '%db%',
858 '$table' => '%table%',
859 '$dbi' => '@dbi',
862 PhpMyAdmin\Controllers\Table\ZoomSearchController::class => [
863 'class' => PhpMyAdmin\Controllers\Table\ZoomSearchController::class,
864 'arguments' => [
865 '$response' => '@response',
866 '$template' => '@template',
867 '$db' => '%db%',
868 '$table' => '%table%',
869 '$search' => '@table_search',
870 '$relation' => '@relation',
871 '$dbi' => '@dbi',
874 PhpMyAdmin\Controllers\TableController::class => [
875 'class' => PhpMyAdmin\Controllers\TableController::class,
876 'arguments' => [
877 '$response' => '@response',
878 '$template' => '@template',
879 '$dbi' => '@dbi',
882 PhpMyAdmin\Controllers\ThemesController::class => [
883 'class' => PhpMyAdmin\Controllers\ThemesController::class,
884 'arguments' => [
885 '$response' => '@response',
886 '$template' => '@template',
887 '$themeManager' => '@theme_manager',
890 PhpMyAdmin\Controllers\TransformationOverviewController::class => [
891 'class' => PhpMyAdmin\Controllers\TransformationOverviewController::class,
892 'arguments' => [
893 '$response' => '@response',
894 '$template' => '@template',
895 '$transformations' => '@transformations',
898 PhpMyAdmin\Controllers\TransformationWrapperController::class => [
899 'class' => PhpMyAdmin\Controllers\TransformationWrapperController::class,
900 'arguments' => [
901 '$response' => '@response',
902 '$template' => '@template',
903 '$transformations' => '@transformations',
904 '$relation' => '@relation',
905 '$dbi' => '@dbi',
908 PhpMyAdmin\Controllers\UserPasswordController::class => [
909 'class' => PhpMyAdmin\Controllers\UserPasswordController::class,
910 'arguments' => [
911 '$response' => '@response',
912 '$template' => '@template',
913 '$userPassword' => '@user_password',
914 '$dbi' => '@dbi',
917 PhpMyAdmin\Controllers\VersionCheckController::class => [
918 'class' => PhpMyAdmin\Controllers\VersionCheckController::class,
919 'arguments' => [
920 '$response' => '@response',
921 '$template' => '@template',
924 PhpMyAdmin\Controllers\ViewCreateController::class => [
925 'class' => PhpMyAdmin\Controllers\ViewCreateController::class,
926 'arguments' => [
927 '$response' => '@response',
928 '$template' => '@template',
929 '$dbi' => '@dbi',
932 PhpMyAdmin\Controllers\ViewOperationsController::class => [
933 'class' => PhpMyAdmin\Controllers\ViewOperationsController::class,
934 'arguments' => [
935 '$response' => '@response',
936 '$template' => '@template',
937 '$operations' => '@operations',
938 '$dbi' => '@dbi',