Mercurial > hg > isophonics-drupal-site
view core/modules/system/tests/modules/update_test_invalid_hook/update_test_invalid_hook.install @ 9:1fc0ff908d1f
Add another data file
author | Chris Cannam |
---|---|
date | Mon, 05 Feb 2018 12:34:32 +0000 |
parents | 4c8ae668cc8c |
children |
line wrap: on
line source
<?php /** * @file * Install, update and uninstall functions for the update_test_invalid_hook module. */ /** * Hook implementation using the reserved schema version 8000. */ function update_test_invalid_hook_update_8000() { }