You are here

path.install in Drupal 9

Same filename and directory in other branches
  1. 8 core/modules/path/path.install

Update functions for the path module.

File

core/modules/path/path.install
View source
<?php

/**
 * @file
 * Update functions for the path module.
 */

/**
 * Implements hook_update_last_removed().
 */
function path_update_last_removed() {
  return 8200;
}

Functions