function MockContainerInjection::getResult
File
-
core/
tests/ Drupal/ Tests/ Core/ Utility/ CallableResolverTest.php, line 233
Class
Namespace
Drupal\Tests\Core\UtilityCode
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.