function ParentWithReturn::anotherMethod

Return value

int A test integer.

File

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

Class

ParentWithReturn
Fixture: parent class with

Namespace

Drupal\drupal_debug_test_core

Code

public function anotherMethod() {
  return 42;
}

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