1 views.module views_api_minimum_version()

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

File

core/modules/views/views.module, line 67
Primarily Backdrop hooks and global API functions to manipulate views.

Code

function views_api_minimum_version() {
  return '2';
}