コード例 #1
0
 /**
  * Get Pages with contents which are related to a tt_content-powermail-plugin
  *
  * @param \In2code\Powermail\Domain\Model\Form $form
  * @return array
  */
 public function render(\In2code\Powermail\Domain\Model\Form $form)
 {
     return $this->pageRepository->getPagesWithContentRelatedToForm($form);
 }
 /**
  * Get Pages with contents which are related to a tt_content-powermail-plugin
  *
  * @param Form $form
  * @return array
  */
 public function render(Form $form)
 {
     return $this->pageRepository->getPagesWithContentRelatedToForm($form);
 }