update_test_with_7x.install
Same filename and directory in other branches
- 11.x core/modules/system/tests/modules/update_test_with_7x/update_test_with_7x.install
- 10 core/modules/system/tests/modules/update_test_with_7x/update_test_with_7x.install
- 9 core/modules/system/tests/modules/update_test_with_7x/update_test_with_7x.install
- 8.9.x core/modules/system/tests/modules/update_test_with_7x/update_test_with_7x.install
File
-
core/
modules/ system/ tests/ modules/ update_test_with_7x/ update_test_with_7x.install
View source
<?php
/**
* @file
* Install, update and uninstall functions for the update_test_with_7x module.
*/
declare (strict_types=1);
/**
* Dummy update_test_with_7x update 7200.
*/
function update_test_with_7x_update_7200() : void {
}
/**
* Dummy update_test_with_7x update 7201.
*/
function update_test_with_7x_update_7201() : void {
}
/**
* Implements hook_update_last_removed().
*/
function update_test_with_7x_update_last_removed() : int {
return 7110;
}
Functions
| Title | Deprecated | Summary |
|---|---|---|
| update_test_with_7x_update_7200 | Dummy update_test_with_7x update 7200. | |
| update_test_with_7x_update_7201 | Dummy update_test_with_7x update 7201. | |
| update_test_with_7x_update_last_removed | Implements hook_update_last_removed(). |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.