module_test.implementations.inc
Same filename in other branches
- 7.x modules/simpletest/tests/module_test.implementations.inc
- 9 core/modules/system/tests/modules/module_test/module_test.implementations.inc
- 8.9.x core/modules/system/tests/modules/module_test/module_test.implementations.inc
- 11.x core/modules/system/tests/modules/module_test/module_test.implementations.inc
Include file for test module.
File
-
core/
modules/ system/ tests/ modules/ module_test/ module_test.implementations.inc
View source
<?php
/**
* @file
* Include file for test module.
*/
/**
* Implements hook_altered_test_hook().
*
* @see module_test_module_implements_alter()
*/
function module_test_altered_test_hook() {
return __FUNCTION__;
}
Functions
Title | Deprecated | Summary |
---|---|---|
module_test_altered_test_hook | Implements hook_altered_test_hook(). |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.