protected ProxyBuilder::buildMethod(\ReflectionMethod $reflection_method)
Generates the string representation of a single method: signature, body.
Parameters
\ReflectionMethod $reflection_method: A reflection method for the method.
Return value
string
File
core/lib/Drupal/Component/ProxyBuilder/ProxyBuilder.php, line 209
Class
ProxyBuilder Generates the string representation of the proxy service.
Namespace
Drupal\Component\ProxyBuilder
Code
protected function buildMethod(\ReflectionM