path.install

Same filename and directory in other branches
  1. 9 core/modules/path/path.install
  2. 8.9.x core/modules/path/path.install
  3. 11.x 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

Title Deprecated Summary
path_update_last_removed Implements hook_update_last_removed().

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.