You are here

function mymodule_foo_some_type_bar in Coder 7.2

Same name in this branch
  1. 7.2 coder_sniffer/Test/bad/bad.php \mymodule_foo_some_type_bar()
  2. 7.2 coder_sniffer/Test/good/good.php \mymodule_foo_some_type_bar()
Same name and namespace in other branches
  1. 8.3 tests/Drupal/bad/bad.php \mymodule_foo_some_type_bar()
  2. 8.2 coder_sniffer/Drupal/Test/bad/bad.php \mymodule_foo_some_type_bar()
  3. 8.2 coder_sniffer/Drupal/Test/good/good.php \mymodule_foo_some_type_bar()
  4. 8.3.x tests/Drupal/bad/bad.php \mymodule_foo_some_type_bar()

Implements hook_foo_BAR_ID_bar() for some_type_bar().

File

coder_sniffer/Test/good/good.php, line 530
This file contains all the valid notations for the drupal coding standard.

Code

function mymodule_foo_some_type_bar() {
}