You are here

test_articles__1_2.inc in RESTful 7

File

tests/modules/restful_test/plugins/restful/node/test_articles/1.2/test_articles__1_2.inc
View source
<?php

$plugin = array(
  'label' => t('Articles'),
  'resource' => 'test_articles',
  'name' => 'test_articles__1_2',
  'entity_type' => 'node',
  'bundle' => 'article',
  'description' => t('Export the article content type.'),
  'class' => 'RestfulTestArticlesResource__1_2',
  'minor_version' => 2,
);