articles__1_7.inc in RESTful 7
File
modules/restful_example/plugins/restful/node/articles/1.7/articles__1_7.inc
View source
<?php
$plugin = array(
'label' => t('Articles'),
'resource' => 'articles',
'name' => 'articles__1_7',
'entity_type' => 'node',
'bundle' => 'article',
'description' => t('Export the article content type using view modes.'),
'class' => 'RestfulEntityBaseNode',
'authentication_types' => TRUE,
'authentication_optional' => TRUE,
'minor_version' => 7,
'view_mode' => array(
'name' => 'default',
'field_map' => array(
'body' => 'body',
'field_tags' => 'tags',
'field_image' => 'image',
),
),
);