string getRequestFormat(string $default = 'html')
Gets the request format.
Here is the process to determine the format:
- format defined by the user (with setRequestFormat())
- _format request attribute
- $default
string getRequestFormat(string $default = 'html')
Gets the request format.
Here is the process to determine the format:
Please login to continue.