Exemplo n.º 1
0
 /**
  * @return \Drupal\eform\Entity\EFormType
  *  Loaded EFormType
  */
 public function getEFormType() {
   return EFormType::load($this->bundle());
 }