protected function ProxyBuilder::buildUseStatements
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\ProxyBuilderCode
protected function buildUseStatements() {
$output = '';
return $output;
}
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Component!ProxyBuilder!ProxyBuilder.php/function/ProxyBuilder::buildUseStatements/8.1.x