You are here

function role_watchdog_views_api in Role Watchdog 7.2

Implements hook_views_api().

File

./role_watchdog.module, line 18
Logs changes to user roles.

Code

function role_watchdog_views_api() {
  return array(
    'api' => '3.0',
  );
}