function views_install

Same name and namespace in other branches
  1. 9 core/modules/views/views.install \views_install()
  2. 8.9.x core/modules/views/views.install \views_install()
  3. 10 core/modules/views/views.install \views_install()

Implements hook_install().

File

core/modules/views/views.install, line 11

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.