Example #1
0
 /**
  * Abstract "type" of this Renderable. Is used during the rendering process
  * to determine the template file or the View PHP class being used to render
  * the particular element.
  *
  * @return string
  * @api
  */
 public function getType() : string
 {
     return $this->formDefinition->getType();
 }