예제 #1
0
 /**
  * Get the form field.
  *
  * @param $fieldSlug
  * @return FieldType
  */
 public function getFormField($fieldSlug)
 {
     return $this->form->getField($fieldSlug);
 }