You are here

function path_update_last_removed in Drupal 9

Implements hook_update_last_removed().

File

core/modules/path/path.install, line 11
Update functions for the path module.

Code

function path_update_last_removed() {
  return 8200;
}