You are here

function restful_test_entity_info_alter in RESTful 7.2

Implements hook_entity_info_alter().

File

tests/modules/restful_test/restful_test.module, line 467
Helper module for testing the RESTful module.

Code

function restful_test_entity_info_alter(&$entity_info) {
  $entity_info['entity_test']['uuid'] = TRUE;
  $entity_info['entity_test']['entity keys']['uuid'] = 'uuid';
}