trait CanViewRecords (View source)

Properties

static protected bool deprecated $hasViewAction

Methods

bool
hasViewAction() deprecated

No description

bool
canView(Model $record)

No description

void
fillViewForm() deprecated

No description

getViewAction() deprecated

No description

Details

protected bool hasViewAction() deprecated

deprecated Actions are no longer pre-defined.

No description

Return Value

bool

protected bool canView(Model $record)

No description

Parameters

Model $record

Return Value

bool

protected void fillViewForm() deprecated

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

No description

Return Value

void

protected Action getViewAction() deprecated

deprecated Actions are no longer pre-defined.

No description

Return Value

Action