You are here

public function ServicesContentTypeNegotiatorInterface::getResponseFormatContentTypeNegotiations in Services 7.3

1 method overrides ServicesContentTypeNegotiatorInterface::getResponseFormatContentTypeNegotiations()
ServicesContentTypeNegotiator::getResponseFormatContentTypeNegotiations in servers/rest_server/includes/ServicesContentTypeNegotiator.inc
Determine response format and mime type using headers to negotiate content types.

File

servers/rest_server/includes/ServicesContentTypeNegotiator.inc, line 5

Class

ServicesContentTypeNegotiatorInterface

Code

public function getResponseFormatContentTypeNegotiations(&$mime_type, $canonical_path, $formats, $context);