You are here

public function WsDataFile::accepts in Web Service Data 7

Overrides WsData::accepts

File

modules/ws_services/includes/WsDataFile.inc, line 4

Class

WsDataFile

Code

public function accepts() {
  return array(
    'json',
  );
}