function mymodule_form_callback in Coder 7.2
Same name and namespace in other branches
- 8.2 coder_sniffer/Drupal/Test/good/good.php \mymodule_form_callback()
Not documenting all parameters is allowed.
Parameters
Node $node: The loaded node entity that we will use to do whatever.
File
- coder_sniffer/
Test/ good/ good.php, line 561 - This file contains all the valid notations for the drupal coding standard.
Code
function mymodule_form_callback($form, &$form_state, Node $node) {
}