field.install in Drupal 9
Same filename and directory in other branches
Install, update and uninstall functions for the field module.
File
core/modules/field/field.installView 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
Name | Description |
---|---|
field_update_last_removed | Implements hook_update_last_removed(). |