You are here

interface ServicesFormatterInterface in Services 7.3

Hierarchy

Expanded class hierarchy of ServicesFormatterInterface

All classes that implement ServicesFormatterInterface

1 string reference to 'ServicesFormatterInterface'
RESTServer::render in servers/rest_server/includes/RESTServer.inc
Render results using formatter.

File

servers/rest_server/includes/ServicesFormatter.inc, line 3

View source
interface ServicesFormatterInterface {

  /**
   * Render data to the string.
   *
   * @param $data
   *   Data to render
   *
   * @return string
   */
  public function render($data);

}

Members

Namesort descending Modifiers Type Description Overrides
ServicesFormatterInterface::render public function Render data to the string. 5