field.install
Same filename in other branches
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.