You are here

function bean_current_version in Bean (for Drupal 7) 7

The current version of the API

3 calls to bean_current_version()
bean_admin_ui_bean_types_api_info in bean_admin_ui/bean_admin_ui.module
Implements hook_bean_types_api_info().
bean_bean_types_api_info in ./bean.module
Implements hook_bean_types_api_info().
bean_fetch_plugin_info in ./bean.module
Fetch the widget plugin info

File

./bean.module, line 917
Block Entity

Code

function bean_current_version() {
  return 5;
}