Beispiel #1
0
 /**
  * @param Element $element
  * @param FormContext $formContext
  * @return string
  * @throws \Exception
  * @throws \Twig_Error_Loader
  */
 public function renderElement(Element $element, FormContext $formContext)
 {
     $semanticTypes = $element->getSemanticTypes();
     return $this->renderElementAs($element, $formContext, $semanticTypes);
 }