You are here

function views_api_minimum_version in Views (for Drupal 7) 8.3

Same name and namespace in other branches
  1. 6.3 views.module \views_api_minimum_version()
  2. 7.3 views.module \views_api_minimum_version()

Views will not load plugins advertising a version older than this.

1 call to views_api_minimum_version()
views_module_include in ./views.module
Load views files on behalf of modules.

File

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

Code

function views_api_minimum_version() {
  return '2';
}