| Method | Description | Returns |
|---|---|---|
| getHateoasLinks() | Get the HATEOAS links for the record | array |
| getShowUrl() | Get the url for exporting a pdf for the record. | string |
| getDeleteUrl() | Get the url for deleting the record. | string |
| getId() | int | |
| getToken() | string | |
| getCompleted() | DateTime | |
| getCreated() | Date the record was created. | DateTime |
| getModified() | Last modification date for the record. | DateTime |
| getSite() | Site | |
| getRevision() | FormRevision | |
| getForm() | Form | |
| getCreatedBy() | User | |
| getModifiedBy() | User | |
| getStepSubmissions() | Collection (StepSubmission) | |
| getElementSubmissions() | Collection (ElementSubmission) | |
| isNewRecord() | Check if the record is a new record | bool |
| isHierarchicalModel() | Check whether a model is a hierarchical model, i.e. can have children | bool |
| isVersionedModel() | Check whether a model is versioned | bool |
Forms\Models\Backend\FormSubmission
FormSubmission