1 date.install date_update_1000()

Upgrade configuration from Drupal 7 Date module.

File

core/modules/date/date.install, line 87
Install, update and uninstall functions for the Date module.

Code

function date_update_1000() {
  // Update has been removed. Date no longer has configurable options.
}