コード例 #1
0
 /**
  * Get the form entry.
  *
  * @return EloquentModel|EntryInterface|FieldInterface|AssignmentInterface
  */
 public function getFormEntry()
 {
     return $this->form->getEntry();
 }