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
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.