function hold_test_install in Drupal 10
Same name and namespace in other branches
- 8 core/modules/system/tests/modules/hold_test/hold_test.install \hold_test_install()
- 9 core/modules/system/tests/modules/hold_test/hold_test.install \hold_test_install()
Implements hook_install().
File
- core/
modules/ system/ tests/ modules/ hold_test/ hold_test.install, line 11 - Install, update and uninstall functions for the hold_test module.
Code
function hold_test_install() {
hold_test_request(FALSE);
hold_test_response(FALSE);
}