You are here

function views_install in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/views/views.install \views_install()
  2. 9 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);
}