You are here

public function RestWSFormatInterface::mimeType in RESTful Web Services 7.2

Same name and namespace in other branches
  1. 7 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 81
RESTful web services module formats.

Class

RestWSFormatInterface
Interface implemented by formatter implementations for the http client.

Code

public function mimeType();