certificate_test.install in Certificate 8.3
certificate_test.install Installation tasks for test module.
File
modules/certificate_test/certificate_test.installView source
<?php
/**
* @file certificate_test.install
* Installation tasks for test module.
*/
/**
* Implements hook_install().
*/
function certificate_test_install() {
variable_set('certificate_certifiable_page', 1);
}
Functions
Name | Description |
---|---|
certificate_test_install | Implements hook_install(). |