ActionsController
class ActionsController extends Controller (View source)
Controller for endpoints related to the Actions system.
Traits
AuthorizesRequests
DispatchesJobs
ValidatesRequests
Methods
menu(Request $request)
Render the contents of the actions menu for a set of models.
confirm(Request $request)
Prompt the user to confirm that they want to run an action.
run(Request $request)
Run an action.
Details
menu(Request $request)
Render the contents of the actions menu for a set of models.
confirm(Request $request)
Prompt the user to confirm that they want to run an action.
This view displays a dialog with a form containing the action's custom confirmation body, and buttons to confirm the action or go back to the previous page.
run(Request $request)
Run an action.