You are here

function bean_min_version in Bean (for Drupal 7) 7

The minimal version

1 call to bean_min_version()
bean_fetch_plugin_info in ./bean.module
Fetch the widget plugin info

File

./bean.module, line 924
Block Entity

Code

function bean_min_version() {
  return 4;
}