You are here

interface ServicesContentTypeNegotiatorInterface in Services 7.3

Hierarchy

Expanded class hierarchy of ServicesContentTypeNegotiatorInterface

All classes that implement ServicesContentTypeNegotiatorInterface

File

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

View source
interface ServicesContentTypeNegotiatorInterface {
  public function getResponseFormatFromURL($canonical_path);
  public function getResponseFormatContentTypeNegotiations(&$mime_type, $canonical_path, $formats, $context);

}

Members