module_implements_alter_test.implementations.inc
File
-
core/
modules/ system/ tests/ modules/ module_implements_alter_test/ module_implements_alter_test.implementations.inc
View source
<?php
/**
* @file
* Include file for test module.
*/
declare (strict_types=1);
/**
* Implements hook_altered_test_hook().
*
* @see module_implements_alter_test_module_implements_alter()
*/
function module_implements_alter_test_altered_test_hook() : string {
return __FUNCTION__;
}
Functions
Title | Deprecated | Summary |
---|---|---|
module_implements_alter_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.