Ejemplo n.º 1
0
 /**
  * @return Form
  */
 public function getForms()
 {
     // if elementbrowser instead of IRRE (get related form)
     if (ConfigurationUtility::isReplaceIrreWithElementBrowserActive()) {
         return $this->formRepository->findByPages($this->uid);
     }
     return $this->forms;
 }