You are here

hal_xml.inc in RESTful 7

File

modules/restful_example/plugins/formatter/hal_xml.inc
View source
<?php

$plugin = array(
  'label' => t('HAL+XML'),
  'description' => t('Output in using the HAL conventions and XML format.'),
  'name' => 'hal_xml',
  'class' => 'RestfulFormatterHalXml',
);