You are here

main__1_5.inc in RESTful 7

File

tests/modules/restful_test/plugins/restful/entity_test/main/1.5/main__1_5.inc
View source
<?php

$plugin = array(
  'label' => t('Main'),
  'description' => t('Export the entity test "main" bundle.'),
  'resource' => 'main',
  'name' => 'main__1_5',
  'entity_type' => 'entity_test',
  'bundle' => 'main',
  'authentication_types' => array(
    'basic_auth',
    'cookie',
  ),
  'class' => 'RestfulTestMainResource__1_5',
  'minor_version' => 5,
);