You are here

function views_system_install in Views System 8

Implements hook_install().

File

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

Code

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