update_test_with_7x.install in Drupal 8
Same filename and directory in other branches
Install, update and uninstall functions for the update_test_with_7x module.
File
core/modules/system/tests/modules/update_test_with_7x/update_test_with_7x.installView source
<?php
/**
* @file
* Install, update and uninstall functions for the update_test_with_7x module.
*/
/**
* Dummy update_test_with_7x update 7200.
*/
function update_test_with_7x_update_7200() {
}
/**
* Dummy update_test_with_7x update 7201.
*/
function update_test_with_7x_update_7201() {
}
/**
* Implements hook_update_last_removed().
*/
function update_test_with_7x_update_last_removed() {
return 7110;
}
Functions
Name | Description |
---|---|
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(). |