CanCreateRecords
trait CanCreateRecords (View source)
Properties
static protected bool deprecated | $canCreateAnother |
Methods
Details
static protected bool
canCreateAnother()
deprecated
deprecated Use `->disableCreateAnother()` on the action instead.
No description
static void
disableCreateAnother()
deprecated
deprecated Use `->disableCreateAnother()` on the action instead.
No description
protected void
fillCreateForm()
deprecated
deprecated Use `->mountUsing()` on the action instead.
No description
void
create(bool $another = false)
deprecated
deprecated Use `->action()` on the action instead.
No description
protected string|null
getCreatedNotificationMessage()
deprecated
deprecated Use `->successNotificationTitle()` on the action instead.
No description
void
createAnother()
deprecated
deprecated Use `->action()` on the action instead.
No description
protected Model
handleRecordCreation(array $data)
deprecated
deprecated Use `->using()` on the action instead.
No description
protected array
mutateFormDataBeforeCreate(array $data)
deprecated
deprecated Use `->mutateFormDataUsing()` on the action instead.
No description
protected Action
getCreateAction()
deprecated
deprecated Actions are no longer pre-defined.
No description