You are here

function views_url_path_arguments_views_api in Views URL Path Arguments 7

Implements hook_views_api().

File

./views_url_path_arguments.module, line 48
Main file for the Views URL Path Arguments module, which automatically converts url path aliases for views arguments.

Code

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