public function RestWSFormatInterface::mimeType in RESTful Web Services 7
Same name and namespace in other branches
- 7.2 restws.formats.inc \RestWSFormatInterface::mimeType()
Returns the mime type of this format, e.g. 'application/json' or 'application/xml'.
1 method overrides RestWSFormatInterface::mimeType()
- RestWSBaseFormat::mimeType in ./
restws.formats.inc - Returns the mime type of this format, e.g. 'application/json' or 'application/xml'.
File
- ./
restws.formats.inc, line 66 - RESTful web services module formats.
Class
- RestWSFormatInterface
- Interface implemented by formatter implementations for the http client.
Code
public function mimeType();