trait CanDissociateRecords (View source)

Properties

static protected bool deprecated $hasDissociateAction
static protected bool deprecated $hasDissociateBulkAction

Methods

bool
hasDissociateAction() deprecated

No description

bool
hasDissociateBulkAction() deprecated

No description

bool
canDissociate(Model $record)

No description

bool
canDissociateAny()

No description

void
dissociate() deprecated

No description

string|null
getDissociatedNotificationMessage() deprecated

No description

void
bulkDissociate() deprecated

No description

string|null
getBulkDissociatedNotificationMessage() deprecated

No description

getDissociateAction() deprecated

No description

getDissociateBulkAction() deprecated

No description

Details

protected bool hasDissociateAction() deprecated

deprecated Actions are no longer pre-defined.

No description

Return Value

bool

protected bool hasDissociateBulkAction() deprecated

deprecated Actions are no longer pre-defined.

No description

Return Value

bool

protected bool canDissociate(Model $record)

No description

Parameters

Model $record

Return Value

bool

protected bool canDissociateAny()

No description

Return Value

bool

void dissociate() deprecated

deprecated Use `->action()` on the action instead.

No description

Return Value

void

protected string|null getDissociatedNotificationMessage() deprecated

deprecated Use `->successNotificationTitle()` on the action instead.

No description

Return Value

string|null

void bulkDissociate() deprecated

deprecated Use `->action()` on the action instead.

No description

Return Value

void

protected string|null getBulkDissociatedNotificationMessage() deprecated

deprecated Use `->successNotificationTitle()` on the action instead.

No description

Return Value

string|null

protected Action getDissociateAction() deprecated

deprecated Actions are no longer pre-defined.

No description

Return Value

Action

protected BulkAction getDissociateBulkAction() deprecated

deprecated Actions are no longer pre-defined.

No description

Return Value

BulkAction