function hook_bean_cache_clear in Bean (for Drupal 7) 7
Implements hook_bean_cache_clear().
2 functions implement hook_bean_cache_clear()
Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.
- bean_admin_ui_bean_cache_clear in bean_admin_ui/
bean_admin_ui.module - Implements hook_bean_cache_clear().
- bean_bean_cache_clear in ./
bean.module - Implements hook_bean_cache_clear().
1 invocation of hook_bean_cache_clear()
- bean_reset in ./
bean.module - Reset the static variables and caches.
File
- ./
bean.api.php, line 75
Code
function hook_bean_cache_clear() {
}