db_update.php
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() {
}
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.