You are here

field.install in Drupal 9

Same filename and directory in other branches
  1. 8 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