class ChildWithoutOverride
Fixture: cross-module child that does not override the method.
Hierarchy
- class \Drupal\drupal_debug_test_core\ParentWithReturn
- class \Drupal\drupal_debug_test_core\ChildWithoutOverride extends \Drupal\drupal_debug_test_core\ParentWithReturn
Expanded class hierarchy of ChildWithoutOverride
File
-
core/
tests/ fixtures/ TestTools/ drupal_debug_classloader_test_classes.php, line 111
Namespace
Drupal\drupal_debug_test_coreView source
class ChildWithoutOverride extends ParentWithReturn {
}
Members
| Title Sort descending | Modifiers | Object type | Summary | Overrides |
|---|---|---|---|---|
| ParentWithReturn::anotherMethod | public | function | ||
| ParentWithReturn::testMethod | public | function | 5 |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.