class SameModuleChild
Fixture: child in the same module as the parent.
Hierarchy
- class \Drupal\drupal_debug_test_core\ParentWithReturn
- class \Drupal\Tests\TestTools\ErrorHandler\SameModuleChild extends \Drupal\drupal_debug_test_core\ParentWithReturn
Expanded class hierarchy of SameModuleChild
File
-
core/
tests/ Drupal/ Tests/ TestTools/ ErrorHandler/ DrupalDebugClassLoaderTest.php, line 91
Namespace
Drupal\Tests\TestTools\ErrorHandlerView source
class SameModuleChild extends ParentWithReturn {
/**
* {@inheritdoc}
*/
public function testMethod() {
return 'same module';
}
}
Members
| Title Sort descending | Modifiers | Object type | Summary | Overriden Title |
|---|---|---|---|---|
| ParentWithReturn::anotherMethod | public | function | ||
| SameModuleChild::testMethod | public | function | Overrides ParentWithReturn::testMethod |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.