You are here

public function RestWSFormatInterface::getName in RESTful Web Services 7.2

Same name and namespace in other branches
  1. 7 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 89
RESTful web services module formats.

Class

RestWSFormatInterface
Interface implemented by formatter implementations for the http client.

Code

public function getName();