db_update.php
Same filename and directory in other branches
Contains a fake database update function for testing.
File
-
core/
modules/ package_manager/ tests/ fixtures/ db_update.php
View source
<?php
/**
* @file
* Contains a fake database update function for testing.
*/
/**
* Here is a fake update hook.
*
* The schema version is the maximum possible value for a 32-bit integer.
*/
function package_manager_update_2147483647() : void {
}
Functions
| Title | Deprecated | Summary |
|---|---|---|
| package_manager_update_2147483647 | Here is a fake update hook. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.