downgrade_prevention_test.install
File
-
core/
modules/ system/ tests/ modules/ downgrade_prevention_test/ downgrade_prevention_test.install
View source
<?php
/**
* @file
* Update hooks and schema definition for the downgrade_prevention_test module.
*/
declare (strict_types=1);
/**
* A hook_update_N that is equivalent update to 10400.
*/
function downgrade_prevention_test_update_11102() : void {
}
Functions
Title | Deprecated | Summary |
---|---|---|
downgrade_prevention_test_update_11102 | A hook_update_N that is equivalent update to 10400. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.