You are here

function sbp_test_install in Search by Page 6

Same name and namespace in other branches
  1. 7 tests/sbp_test.install \sbp_test_install()

Implementation of hook_install().

Code taken form the Node Access Example module on drupal.org.

File

tests/sbp_test.install, line 14
Install file for Search by Page testing module

Code

function sbp_test_install() {
  drupal_install_schema('sbp_test');
}