vendor/blackbit_digital_commerce/pimcore-iframe-portlet/BlackbitIframePortletBundle.php line 7

Open in your IDE?
  1. <?php
  2. namespace Blackbit\BlackbitIframePortletBundle;
  3. use Pimcore\Extension\Bundle\AbstractPimcoreBundle;
  4. class BlackbitIframePortletBundle extends AbstractPimcoreBundle
  5. {
  6.     public function getJsPaths()
  7.     {
  8.         return [
  9.             '/bundles/blackbitiframeportlet/js/pimcore/startup.js'
  10.         ];
  11.     }
  12. }