class PlainTextController extends Controller

A controller that will not connect to Twig, used for API calls

Methods

Response
callAction(string|null $action = null)

Call the controller's action specified by the $parameters array

Details

at line line 15
Response callAction(string|null $action = null)

Call the controller's action specified by the $parameters array

Parameters

string|null $action The action name to call (e.g. show), null to invoke the default one

Return Value

Response The action's response