You are here

function mefibs_enable in MEFIBS - More exposed forms in blocks 7

Implements hook_enable().

Rebuild the views plugin cache. In case mefibs had been configured previously, then disabled and now re-enabled, this will cause the display extender to be registered so that views with mefibs settings will immediately work the same as before.

File

./mefibs.install, line 28

Code

function mefibs_enable() {
  views_include('cache');
  _views_fetch_plugin_data($type = NULL, $plugin = NULL, $reset = TRUE);
}