main__1_2.inc in RESTful 7
File
tests/modules/restful_test/plugins/restful/entity_test/main/1.2/main__1_2.incView source
<?php
$plugin = array(
'label' => t('Main'),
'description' => t('Export the entity test "main" bundle.'),
'resource' => 'main',
'name' => 'main__1_2',
'entity_type' => 'entity_test',
'bundle' => 'main',
'class' => 'RestfulTestMainResource__1_2',
'minor_version' => 2,
);