You are here

function views_current_path_views_api in Views Current Path (Global: Current Path) 7

Implements hook_views_api().

File

./views_current_path.module, line 11
Hooks and related function for Views Current Path.

Code

function views_current_path_views_api() {
  return array(
    'api' => 3,
  );
}