You are here

protected function ServicesRESTServerFactory::getContentTypeNegotiator in Services 7.3

1 call to ServicesRESTServerFactory::getContentTypeNegotiator()
ServicesRESTServerFactory::getRESTServer in servers/rest_server/includes/ServicesRESTServerFactory.inc

File

servers/rest_server/includes/ServicesRESTServerFactory.inc, line 37

Class

ServicesRESTServerFactory
Factory class to build RESTServer object.

Code

protected function getContentTypeNegotiator() {
  return new ServicesContentTypeNegotiator();
}