class ChildWithoutReturnType

Fixture: cross-module child without native return type.

Hierarchy

Expanded class hierarchy of ChildWithoutReturnType

File

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

Namespace

Drupal\drupal_debug_test_core
View source
class ChildWithoutReturnType extends ParentWithReturn {
  
  /**
   * {@inheritdoc}
   */
  public function testMethod() {
    return 'overridden';
  }

}

Members

Title Sort descending Modifiers Object type Summary Overriden Title
ChildWithoutReturnType::testMethod public function Overrides ParentWithReturn::testMethod
ParentWithReturn::anotherMethod public function

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.