CanAttachRecords
trait CanAttachRecords (View source)
Properties
protected Form|null | $resourceAttachForm | ||
static protected bool deprecated | $canAttachAnother | ||
static protected bool deprecated | $shouldPreloadAttachFormRecordSelectOptions |
Methods
Details
static protected bool
canAttachAnother()
deprecated
deprecated Use `->disableAttachAnother()` on the action instead.
No description
static void
disableAttachAnother()
deprecated
deprecated Use `->disableAttachAnother()` on the action instead.
No description
static Form
attachForm(Form $form)
deprecated
deprecated Use `->form()` on the action instead.
No description
protected Form
getResourceAttachForm()
deprecated
deprecated Use `->form()` on the action instead.
No description
static protected Select
getAttachFormRecordSelect()
deprecated
deprecated Use `->recordSelect()` on the action instead.
No description
protected array
getAttachFormSchema()
deprecated
deprecated Use `->form()` on the action instead.
No description
protected void
fillAttachForm()
deprecated
deprecated Use `->mountUsing()` on the action instead.
No description
void
attach(bool $another = false)
deprecated
deprecated Use `->action()` on the action instead.
No description
protected string|null
getAttachedNotificationMessage()
deprecated
deprecated Use `->successNotificationTitle()` on the action instead.
No description
protected Action
getAttachAction()
deprecated
deprecated Actions are no longer pre-defined.
No description