You are here

public function MockRESTServer::protectedGetControllerArgumentsFromSources in Services 7.3

File

servers/rest_server/tests/rest_server_mock_classes.inc, line 55

Class

MockRESTServer
Extend RESTServer to test protected methods.

Code

public function protectedGetControllerArgumentsFromSources($controller, $sources) {
  return $this
    ->getControllerArgumentsFromSources($controller, $sources);
}