Files
DrupalTutorial/core/modules/field/field.install
2024-07-15 12:33:27 +02:00

14 lines
196 B
PHP
Executable File

<?php
/**
* @file
* Install, update and uninstall functions for the field module.
*/
/**
* Implements hook_update_last_removed().
*/
function field_update_last_removed() {
return 8500;
}