Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

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() : int {
    return 8200;
}

Functions

Title Deprecated Summary
path_update_last_removed Implements hook_update_last_removed().
RSS feed
Powered by Drupal