articles__1_6.inc in RESTful 7
File
modules/restful_example/plugins/restful/node/articles/1.6/articles__1_6.inc
View source
<?php
$plugin = array(
'label' => t('Articles'),
'resource' => 'articles',
'name' => 'articles__1_6',
'entity_type' => 'node',
'bundle' => 'article',
'description' => t('Export the article content type in XML format.'),
'class' => 'RestfulExampleArticlesResource__1_6',
'authentication_types' => TRUE,
'authentication_optional' => TRUE,
'minor_version' => 6,
'formatter' => 'hal_xml',
);