CanEditRecords deprecated
trait CanEditRecords (View source)
deprecated Deleting the Edit page now opens the action in a modal.
Methods
Details
protected bool
hasEditAction()
deprecated
deprecated Actions are no longer pre-defined.
No description
protected Action
getEditAction()
deprecated
deprecated Actions are no longer pre-defined.
No description
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