You are here

function example_example in Coder 7.2

Same name and namespace in other branches
  1. 7 coder_upgrade/tests/old/samples/example.module \example_example()

Implement hook_example().

http://drupal.org/node/224333#implementation_hook_comment

File

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

Code

function example_example() {

  // Do something.
}