module_test.file.inc in Drupal 9
Same filename and directory in other branches
A file to test \Drupal::moduleHandler()->getImplementations() loading includes.
File
core/modules/system/tests/modules/module_test/module_test.file.incView source
<?php
/**
* @file
* A file to test \Drupal::moduleHandler()->getImplementations() loading includes.
*/
/**
* Implements hook_test_hook().
*/
function module_test_test_hook() {
return [
'module_test' => 'success!',
];
}
Functions
Name | Description |
---|---|
module_test_test_hook | Implements hook_test_hook(). |