class TestHookClass
Class used to test ModuleHandler::hasImplementations()
Hierarchy
- class \Drupal\Tests\Core\Extension\TestHookClass
Expanded class hierarchy of TestHookClass
File
-
core/
tests/ Drupal/ Tests/ Core/ Extension/ ModuleHandlerTest.php, line 434
Namespace
Drupal\Tests\Core\ExtensionView source
class TestHookClass {
/**
* Example method.
*/
public static function someMethod() : void {
}
}
Members
| Title Sort descending | Modifiers | Object type | Summary |
|---|---|---|---|
| TestHookClass::someMethod | public static | function | Example method. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.