function MockContainerInjection::getResult

File

core/tests/Drupal/Tests/Core/Utility/CallableResolverTest.php, line 233

Class

MockContainerInjection

Namespace

Drupal\Tests\Core\Utility

Code

public function getResult($suffix) {
  return __METHOD__ . '-' . $this->injected . '+' . $suffix;
}

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