protected ProxyBuilder::buildUseStatements()
Build the required use statements of the proxy class.
Return value
string
File
- core/lib/Drupal/Component/ProxyBuilder/ProxyBuilder.php, line 346
Class
- ProxyBuilder
- Generates the string representation of the proxy service.
Namespace
Drupal\Component\ProxyBuilder
Code
protected function buildUseStatements() { $output = ''; return $output; }
Please login to continue.