module_autoload_test.module
Same filename and directory in other branches
- 11.x core/modules/system/tests/modules/module_autoload_test/module_autoload_test.module
- 10 core/modules/system/tests/modules/module_autoload_test/module_autoload_test.module
- 9 core/modules/system/tests/modules/module_autoload_test/module_autoload_test.module
- 8.9.x core/modules/system/tests/modules/module_autoload_test/module_autoload_test.module
File
-
core/
modules/ system/ tests/ modules/ module_autoload_test/ module_autoload_test.module
View source
<?php
/**
* @file
* Test module.
*/
declare (strict_types=1);
use Drupal\module_autoload_test\SomeClass;
define('MODULE_AUTOLOAD_TEST_CONSTANT', SomeClass::TEST);
Constants
| Title | Deprecated | Summary |
|---|---|---|
| MODULE_AUTOLOAD_TEST_CONSTANT |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.