You are here

articles__1_1.inc in RESTful 7

File

modules/restful_example/plugins/restful/node/articles/1.1/articles__1_1.inc
View source
<?php

$plugin = array(
  'label' => t('Articles'),
  'resource' => 'articles',
  'name' => 'articles__1_1',
  'entity_type' => 'node',
  'bundle' => 'article',
  'description' => t('Export the article content type.'),
  'class' => 'RestfulExampleArticlesResource__1_1',
  // Set the minor version.
  'minor_version' => 1,
);