public function HttpClientFormatter::accepts in Http Client 6.2
Same name and namespace in other branches
- 7.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/
HttpClientXMLFormatter.inc - Return the mime type that the formatter can parse.
File
- includes/
HttpClient.inc, line 488
Class
- HttpClientFormatter
- Interface implemented by formatter implementations for the http client
Code
public function accepts();