You are here

entity_tests__1_0.inc in RESTful 7

File

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

$plugin = array(
  'label' => t('Entity Test'),
  'description' => t('Export the entity test with multiple bundle.'),
  'resource' => 'entity_tests',
  'name' => 'entity_tests__1_0',
  'entity_type' => 'entity_test',
  'bundles' => array(
    'main' => 'main',
    'test' => 'tests',
  ),
  'class' => 'RestfulTestEntityTestsResource',
);