You are here

db_query_test__1_0.inc in RESTful 7

File

tests/modules/restful_test/plugins/restful/db_query_test/1.0/db_query_test__1_0.inc
View source
<?php

$plugin = array(
  'label' => t('DB Query test'),
  'description' => t('Export the test table.'),
  'resource' => 'db_query_test',
  'name' => 'db_query_test__1_0',
  'class' => 'RestfulDbQueryTestTable',
  'data_provider_options' => array(
    'table_name' => 'restful_test_db_query',
    'id_column' => 'id',
    'primary' => 'id',
  ),
  'render_cache' => array(
    'render' => TRUE,
  ),
);