You are here

public function HttpClientFormatter::accepts in Http Client 7.2

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

Return the mime type that the formatter can parse.

3 methods override HttpClientFormatter::accepts()
HttpClientBaseFormatter::accepts in includes/HttpClient.inc
Return the mime type that the formatter can parse.
HttpClientCompositeFormatter::accepts in includes/HttpClient.inc
Return the mime type that the formatter can parse.
HttpClientXMLFormatter::accepts in includes/formatter/HttpClientXMLFormatter.inc
Return the mime type that the formatter can parse.

File

includes/HttpClient.inc, line 506

Class

HttpClientFormatter
Interface implemented by formatter implementations for the http client

Code

public function accepts();