Merge pull request #17131 from eileenmcnaughton/batch
[civicrm-core.git] / xml / templates / listAll.tpl
1 <?php
2 // (GenCodeChecksum:{$genCodeChecksum})
3
4 return [
5 {foreach from=$tables key=tableName item=table}
6 '{$table.className}' => [
7 'name' => '{$table.objectName}',
8 'class' => '{$table.className}',
9 'table' => '{$tableName}',
10 ],
11 {/foreach}
12 ];