function bean_delta_load in Bean (for Drupal 7) 7
Menu callback to load a bean by the delta
File
- ./
bean.module, line 597 - Block Entity
Code
function bean_delta_load($delta, $revision = NULL) {
return bean_load_delta($delta, FALSE, $revision);
}