class SameModuleChild

Fixture: child in the same module as the parent.

Hierarchy

Expanded class hierarchy of SameModuleChild

File

core/tests/fixtures/TestTools/drupal_debug_classloader_test_classes.php, line 34

Namespace

Drupal\drupal_debug_test_core
View 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.