path.install in Drupal 9
Same filename and directory in other branches
Update functions for the path module.
File
core/modules/path/path.installView source
<?php
/**
* @file
* Update functions for the path module.
*/
/**
* Implements hook_update_last_removed().
*/
function path_update_last_removed() {
return 8200;
}
Functions
Name | Description |
---|---|
path_update_last_removed | Implements hook_update_last_removed(). |