function MethodCallable::__invoke
A test __invoke method.
Parameters
string $suffix: A suffix to append.
Return value
string A test string.
File
-
core/
tests/ Drupal/ Tests/ Core/ Utility/ CallableResolverTest.php, line 255
Class
Namespace
Drupal\Tests\Core\UtilityCode
public function __invoke($suffix) {
return __METHOD__ . '+' . $suffix;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.