function ProxyBuilder::buildUseStatements

Same name in this branch
  1. 9 core/lib/Drupal/Core/ProxyBuilder/ProxyBuilder.php \Drupal\Core\ProxyBuilder\ProxyBuilder::buildUseStatements()
Same name in other branches
  1. 8.9.x core/lib/Drupal/Core/ProxyBuilder/ProxyBuilder.php \Drupal\Core\ProxyBuilder\ProxyBuilder::buildUseStatements()
  2. 8.9.x core/lib/Drupal/Component/ProxyBuilder/ProxyBuilder.php \Drupal\Component\ProxyBuilder\ProxyBuilder::buildUseStatements()
  3. 10 core/lib/Drupal/Core/ProxyBuilder/ProxyBuilder.php \Drupal\Core\ProxyBuilder\ProxyBuilder::buildUseStatements()
  4. 10 core/lib/Drupal/Component/ProxyBuilder/ProxyBuilder.php \Drupal\Component\ProxyBuilder\ProxyBuilder::buildUseStatements()
  5. 11.x core/lib/Drupal/Core/ProxyBuilder/ProxyBuilder.php \Drupal\Core\ProxyBuilder\ProxyBuilder::buildUseStatements()
  6. 11.x core/lib/Drupal/Component/ProxyBuilder/ProxyBuilder.php \Drupal\Component\ProxyBuilder\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\ProxyBuilder

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.