function views_api_version
Same name in other branches
- 7.x-3.x views.module \views_api_version()
Advertise the current views api version
5 calls to views_api_version()
- view::export in includes/
view.inc - Export a view as PHP code.
- views_export_export_form_submit in views_export/
views_export.module - views_get_module_apis in ./
views.module - Get a list of modules that support the current views API.
- views_ui_import_validate in includes/
admin.inc - Validate handler to import a view
- views_views_api in includes/
handlers.inc - Implementation of hook_views_api().
File
-
./
views.module, line 14
Code
function views_api_version() {
return '3.0';
}