You are here

function example_install in Coder 7.2

Same name and namespace in other branches
  1. 8.3 tests/Drupal/Commenting/FunctionCommentUnitTest.1.inc \example_install()
  2. 8.2 coder_sniffer/Drupal/Test/Commenting/FunctionCommentUnitTest.1.inc \example_install()
  3. 7 coder_upgrade/tests/old/samples/example.module \example_install()
  4. 8.3.x tests/Drupal/Commenting/FunctionCommentUnitTest.1.inc \example_install()

File

coder_upgrade/tests/old/samples/example.module, line 490

Code

function example_install() {

  //   drupal_install_schema('example');
  if ($results = drupal_install_schema('example')) {

    // Do something.
  }
}