Format.php
Response holds the response values that are used as output from Controller instances.
Definition: Response.php:20
Request holds the request values that are used as input to Controller instances.
Definition: Request.php:18
deserialize(Request $request)
Deserialize Request data from the external representation into Nodes and scalars/arrays.
getCacheDate(Response $response)
Get the caching date, if the response is cached.
Format defines the interface for all format classes.
Definition: Format.php:25
getMimeType(Response $response=null)
Get the MIME type of the format.
getResponseHeaders(Response $response)
Get the response headers.
serialize(Response $response)
Serialize Response data according to the external representation.
isCached(Response $response)
Check if the response identified by it's cache id is cached for this format.