function GenerateProxyClassApplication::getDefaultCommands
File
- 
              core/lib/ Drupal/ Core/ Command/ GenerateProxyClassApplication.php, line 46 
Class
- GenerateProxyClassApplication
- Provides a console command to generate proxy classes.
Namespace
Drupal\Core\CommandCode
protected function getDefaultCommands() {
  // Even though this is a single command, keep the HelpCommand (--help).
  $default_commands = parent::getDefaultCommands();
  $default_commands[] = new GenerateProxyClassCommand($this->proxyBuilder);
  return $default_commands;
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
