You are here

public function ServicesContentTypeNegotiatorInterface::getResponseFormatFromURL in Services 7.3

1 method overrides ServicesContentTypeNegotiatorInterface::getResponseFormatFromURL()
ServicesContentTypeNegotiator::getResponseFormatFromURL in servers/rest_server/includes/ServicesContentTypeNegotiator.inc
Retrieve formatter from URL. If format is in the path, we remove it from $canonical_path.

File

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

Class

ServicesContentTypeNegotiatorInterface

Code

public function getResponseFormatFromURL($canonical_path);