Esempio n. 1
0
 /**
  * @param View $view
  * @return string
  * @throws \Exception
  */
 protected function renderView(View $view)
 {
     throw new FormException(sprintf("Cannot render component '%s': rendering view-based content components is not supported in the default view handler!", $view->getFullId()));
 }