articles__2_0.inc in RESTful 7
File
modules/restful_example/plugins/restful/node/articles/2.0/articles__2_0.inc
View source
<?php
$plugin = array(
'label' => t('Articles'),
'resource' => 'articles',
'name' => 'articles__2_0',
'entity_type' => 'node',
'bundle' => 'article',
'description' => t('Export the article content type with "cookie" authentication.'),
'class' => 'RestfulExampleArticlesResource__2_0',
'authentication_types' => TRUE,
'authentication_optional' => TRUE,
'major_version' => 2,
'minor_version' => 0,
);