class SameModuleChild

Fixture: child in the same module as the parent.

Hierarchy

Expanded class hierarchy of SameModuleChild

File

core/tests/Drupal/Tests/TestTools/ErrorHandler/DrupalDebugClassLoaderTest.php, line 91

Namespace

Drupal\Tests\TestTools\ErrorHandler
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.