function boxes_current_version in Boxes 7.2
The current version of the API
4 calls to boxes_current_version()
- boxes_admin_ui_boxes_types_api_info in boxes_admin_ui/
boxes_admin_ui.module - Implements hook_boxes_types_api_info().
- boxes_admin_ui_schema in boxes_admin_ui/
boxes_admin_ui.install - Implements of hook_schema().
- boxes_boxes_types_api_info in ./
boxes.module - Implements hook_box_types_api_info().
- boxes_fetch_plugin_info in ./
boxes.module - Fetch the widget plugin info
File
- ./
boxes.module, line 708
Code
function boxes_current_version() {
return 6;
}