/** * Initialization hook method. * * @return void */ public function initialize() { parent::initialize(); $this->loadComponent('Search.Prg'); $this->loadComponent('Union/Core.BulkProcess'); $this->viewBuilder()->helpers(['Union/Extensions.Theme']); }
/** * Initialization hook method. * * @return void */ public function initialize() { parent::initialize(); $this->loadComponent('Search.Prg'); $this->loadComponent('Union/Core.BulkProcess'); $this->loadComponent('Union/Extensions.Plugin'); }