You are here

function views_install in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/views/views.install \views_install()

Implements hook_install().

File

core/modules/views/views.install, line 11
Contains install and update functions for Views.

Code

function views_install() {
  module_set_weight('views', 10);
}