function SameModuleChild::testMethod

Return value

string A test string.

Overrides ParentWithReturn::testMethod

File

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

Class

SameModuleChild
Fixture: child in the same module as the parent.

Namespace

Drupal\drupal_debug_test_core

Code

public function testMethod() {
  return 'same module';
}

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