CanEditRecords
trait CanEditRecords (View source)
Methods
Details
protected void
fillEditForm()
deprecated
deprecated Use `->mountUsing()` on the action instead.
No description
protected array
mutateFormDataBeforeFill(array $data)
deprecated
deprecated Use `->mutateRecordDataUsing()` on the action instead.
No description
void
save()
deprecated
deprecated Use `->action()` on the action instead.
No description
protected string|null
getSavedNotificationMessage()
deprecated
deprecated Use `->successNotificationTitle()` on the action instead.
No description
protected Model
handleRecordUpdate(Model $record, array $data)
deprecated
deprecated Use `->using()` on the action instead.
No description
protected array
mutateFormDataBeforeSave(array $data)
deprecated
deprecated Use `->mutateFormDataUsing()` on the action instead.
No description
protected Action
getEditAction()
deprecated
deprecated Actions are no longer pre-defined.
No description