You are here

rest.install in Drupal 9

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

Install, update and uninstall functions for the rest module.

File

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

/**
 * @file
 * Install, update and uninstall functions for the rest module.
 */

/**
 * Implements hook_update_last_removed().
 */
function rest_update_last_removed() {
  return 8401;
}

Functions