TaskHandlerInterface
interface TaskHandlerInterface (View source)
Methods
Response|null
handle(string $task, array $options)
Entrypoint to handle the task.
string
getViewPath()
The path of the view file (used if handle returns NULL).
Details
Response|null
handle(string $task, array $options)
Entrypoint to handle the task.
string
getViewPath()
The path of the view file (used if handle returns NULL).