interface Illuminate / Contracts / Queue / QueueableEntity
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

QueueableEntity

Methods

public

getQueueableId ( ) : mixed

Get the queueable identity for the entity.

public

getQueueableRelations ( ) : array

Get the relationships for the entity.

public

getQueueableConnection ( ) : string|null

Get the connection of the entity.