You are here

tests__1_0.inc in RESTful 7

File

tests/modules/restful_test/plugins/restful/entity_test/tests/1.0/tests__1_0.inc
View source
<?php

$plugin = array(
  'label' => t('Tests'),
  'description' => t('Export the entity test "test" bundle.'),
  'resource' => 'tests',
  'name' => 'tests__1_0',
  'entity_type' => 'entity_test',
  'bundle' => 'test',
  'class' => 'RestfulTestTestsResource',
);