drupal/core/modules/serialization/serialization.install

22 lines
326 B
Plaintext
Raw Normal View History

<?php
/**
* @file
* Update functions for the Serialization module.
*/
/**
* @defgroup updates-8.2.x-to-8.3.x Updates from 8.2.x to 8.3.x
* @{
* Update functions from 8.2.x to 8.3.x.
*/
/**
* @see hal_update_8301()
*/
function serialization_update_8301() {}
/**
* @} End of "defgroup updates-8.2.x-to-8.3.x".
*/