function ProxyBuilder::buildUseStatements
Build the required use statements of the proxy class.
Return value
string
2 calls to ProxyBuilder::buildUseStatements()
- ProxyBuilder::build in core/
lib/ Drupal/ Component/ ProxyBuilder/ ProxyBuilder.php - Builds a proxy class string.
- ProxyBuilder::buildUseStatements in core/
lib/ Drupal/ Core/ ProxyBuilder/ ProxyBuilder.php - Build the required use statements of the proxy class.
1 method overrides ProxyBuilder::buildUseStatements()
- ProxyBuilder::buildUseStatements in core/
lib/ Drupal/ Core/ ProxyBuilder/ ProxyBuilder.php - Build the required use statements of the proxy class.
File
-
core/
lib/ Drupal/ Component/ ProxyBuilder/ ProxyBuilder.php, line 365
Class
- ProxyBuilder
- Generates the string representation of the proxy service.
Namespace
Drupal\Component\ProxyBuilderCode
protected function buildUseStatements() {
$output = '';
return $output;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.