You are here

function views_system_enable in Views System 7.4

Implements hook_enable().

File

./views_system.install, line 234
Install, update and uninstall functions for the views_system module.

Code

function views_system_enable() {
  views_system_rebuild_module_data();
  views_system_rebuild_theme_data();
}