You are here

public function HttpClientFormatter::contentType in Http Client 7.2

Same name and namespace in other branches
  1. 6.2 includes/HttpClient.inc \HttpClientFormatter::contentType()

Return the content type form the data the formatter generates.

3 methods override HttpClientFormatter::contentType()
HttpClientBaseFormatter::contentType in includes/HttpClient.inc
Return the content type form the data the formatter generates.
HttpClientCompositeFormatter::contentType in includes/HttpClient.inc
Return the content type form the data the formatter generates.
HttpClientXMLFormatter::contentType in includes/formatter/HttpClientXMLFormatter.inc
Return the content type form the data the formatter generates.

File

includes/HttpClient.inc, line 511

Class

HttpClientFormatter
Interface implemented by formatter implementations for the http client

Code

public function contentType();