post_update.php
Contains a fake database post-update function for testing.
File
-
core/
modules/ package_manager/ tests/ fixtures/ post_update.php
View source
<?php
/**
* @file
* Contains a fake database post-update function for testing.
*/
/**
* Here is a fake post-update hook.
*/
function package_manager_post_update_test() {
}
Functions
Title | Deprecated | Summary |
---|---|---|
package_manager_post_update_test | Here is a fake post-update hook. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.