コード例 #1
0
ファイル: ActionEvent.php プロジェクト: vardius/crud-bundle
 /**
  * @return DataProviderInterface
  */
 public function getDataProvider() : DataProviderInterface
 {
     return $this->controller->getDataProvider();
 }
コード例 #2
0
ファイル: ActionEvent.php プロジェクト: auamarto/crud-bundle
 /**
  * @return DataProviderInterface
  */
 public function getDataProvider()
 {
     return $this->controller->getDataProvider();
 }