function NoInstantiationMockStaticCallable::staticMethod
File
-
core/
tests/ Drupal/ Tests/ Core/ Utility/ CallableResolverTest.php, line 245
Class
Namespace
Drupal\Tests\Core\UtilityCode
public static function staticMethod($suffix) {
return __METHOD__ . '+' . $suffix;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.