bundles/Acl/ExportGridBundle/AclExportGridBundle.php line 7

Open in your IDE?
  1. <?php
  2. namespace Acl\ExportGridBundle;
  3. use Pimcore\Extension\Bundle\AbstractPimcoreBundle;
  4. class AclExportGridBundle extends AbstractPimcoreBundle
  5. {
  6.     public function getJsPaths()
  7.     {
  8.         return [
  9.             '/bundles/aclexportgrid/js/pimcore/startup.js',
  10.             '/bundles/aclexportgrid/js/pimcore/fastbatch.js',
  11.             '/bundles/aclexportgrid/js/pimcore/AclGrid.js'
  12.         ];
  13.     }
  14. }