Same filename and directory in other branches
  1. 8.9.x core/modules/field/field.install
  2. 9 core/modules/field/field.install

Install, update and uninstall functions for the field module.

File

core/modules/field/field.install
View source
<?php

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

/**
 * Implements hook_update_last_removed().
 */
function field_update_last_removed() {
  return 8500;
}

Functions