You are here

serialization.install in Drupal 9

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

Update functions for the Serialization module.

File

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

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

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