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\ProxyBuilder

Code

protected function buildUseStatements() {
  $output = '';

  return $output;
}
doc_Drupal
2016-10-29 09:35:09
Comments
Leave a Comment

Please login to continue.