Exemplo n.º 1
0
 /**
  * @return array
  */
 private function getFormViewData()
 {
     return ['form' => $this->manager->getForm(), 'filePathBase' => $this->options->getFilePathBase(), 'fileUrlBase' => $this->options->getFileUrlBase(), 'serverUrl' => $this->url()->fromRoute('home', [], ['force_canonical' => true]), 'tinyMceLang' => $this->tinyMceLang];
 }