update_test_with_7x.install
Same filename 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.install
View 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
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.