QueueBatchesController
class QueueBatchesController extends EntryController
Methods
string
entryType()
The entry type for the controller.
string
watcher()
The watcher class for the controller.
array
from
EntryController
array
Details
at line 20
protected string
entryType()
The entry type for the controller.
at line 28
protected string
watcher()
The watcher class for the controller.
in
EntryController at line 26
array
index(Request $request, EntriesRepository $storage)
List the entries of the given type.
at line 36
array
show(EntriesRepository $storage, string $id)
Get an entry with the given ID.
in
EntryController at line 53
protected string
status()
Determine the watcher recording status.