pgsql.install

Same filename and directory in other branches
  1. 10 core/modules/pgsql/pgsql.install

Install, update and uninstall functions for the pgsql module.

File

core/modules/pgsql/pgsql.install

View source
<?php


/**
 * @file
 * Install, update and uninstall functions for the pgsql module.
 */


/**
 * Implements hook_update_last_removed().
 */
function pgsql_update_last_removed() : int {
  return 10101;
}

Functions

Title Deprecated Summary
pgsql_update_last_removed Implements hook_update_last_removed().

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