field.install

Same filename and directory in other branches
  1. 7.x modules/field/field.install
  2. 9 core/modules/field/field.install
  3. 8.9.x core/modules/field/field.install
  4. 11.x 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

Title Deprecated Summary
field_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.