コード例 #1
0
 /**
  * TODO: Get from datagrid builder ?
  *
  * @return \Pim\Bundle\DataGridBundle\Extension\MassAction\Actions\Export\ExportMassAction
  */
 protected function getExportMassAction()
 {
     if ($this->exportMassAction === null) {
         $this->exportMassAction = $this->massActionDispatcher->getMassActionByNames($this->request->get('actionName'), $this->request->get('gridName'));
     }
     return $this->exportMassAction;
 }