PageController
class PageController (View source)
The Page controller.
Methods
static Response
data()
Send form when there is no posted data in the request or save data if there is.
static string
getTemplateNameFromArray(array|null $array = null, string|null $key = null)
Get the theme/template file from posted data or return a default template name.
Details
at line 107
static Response
data()
Send form when there is no posted data in the request or save data if there is.
at line 260
static private string
getTemplateNameFromArray(array|null $array = null, string|null $key = null)
Get the theme/template file from posted data or return a default template name.