hold_test.install in Drupal 8
Same filename and directory in other branches
Install, update and uninstall functions for the hold_test module.
File
core/modules/system/tests/modules/hold_test/hold_test.installView source
<?php
/**
* @file
* Install, update and uninstall functions for the hold_test module.
*/
/**
* Implements hook_install().
*/
function hold_test_install() {
hold_test_request(FALSE);
hold_test_response(FALSE);
}
Functions
Name | Description |
---|---|
hold_test_install | Implements hook_install(). |