function restful_test_uninstall in RESTful 7
Same name and namespace in other branches
- 7.2 tests/modules/restful_test/restful_test.install \restful_test_uninstall()
Implements hook_uninstall().
File
- tests/
modules/ restful_test/ restful_test.install, line 11 - Install, update and uninstall functions for the entity_test module.
Code
function restful_test_uninstall() {
field_attach_delete_bundle('restful_test_translatable_entity', 'restful_test_translatable_entity');
}