function userprotect_test_views_api in User protect 7
Implements hook_views_api().
File
- tests/
userprotect_test.module, line 22 - Testing module for User protect.
Code
function userprotect_test_views_api() {
return array(
'api' => 3,
);
}