Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

views.install

Contains install and update functions for Views.

File

core/modules/views/views.install

View source
<?php


/**
 * @file
 * Contains install and update functions for Views.
 */

/**
 * Implements hook_install().
 */
function views_install() : void {
    module_set_weight('views', 10);
}

/**
 * Implements hook_update_last_removed().
 */
function views_update_last_removed() : int {
    return 8500;
}

Functions

Title Deprecated Summary
views_install Implements hook_install().
views_update_last_removed Implements hook_update_last_removed().

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal