1<?php 2/** 3 * List of all included plugins can be found at the 4 * beginning of index.php 5 */ 6return [ 7 new AdminerDarkSwitcher, 8 9 new AdminerPrettyJsonColumn, 10 11 new AdminerDumpJson, 12 13 new AdminerDumpXml, 14 15 // install zip extension to use this 16 new AdminerDumpZip, 17 18 // install bz2 extension to use this 19 new AdminerDumpBz2, 20]; 21 22