public function RestWSFormatInterface::getName in RESTful Web Services 7
Same name and namespace in other branches
- 7.2 restws.formats.inc \RestWSFormatInterface::getName()
Returns the short name of this format.
Return value
string The format name, example: "json".
1 method overrides RestWSFormatInterface::getName()
- RestWSBaseFormat::getName in ./
restws.formats.inc - Returns the short name of this format.
File
- ./
restws.formats.inc, line 74 - RESTful web services module formats.
Class
- RestWSFormatInterface
- Interface implemented by formatter implementations for the http client.
Code
public function getName();