views_api_version

6 views.module views_api_version()
7 views.module views_api_version()

Advertise the current views api version

5 calls to views_api_version()

File

./views.module, line 14
Primarily Drupal hooks and global API functions to manipulate views.

Code

function views_api_version() {
  return '3.0';
}
Login or register to post comments