function GenerateProxyClassApplication::getCommandName
Same name in other branches
- 9 core/lib/Drupal/Core/Command/GenerateProxyClassApplication.php \Drupal\Core\Command\GenerateProxyClassApplication::getCommandName()
- 10 core/lib/Drupal/Core/Command/GenerateProxyClassApplication.php \Drupal\Core\Command\GenerateProxyClassApplication::getCommandName()
- 11.x core/lib/Drupal/Core/Command/GenerateProxyClassApplication.php \Drupal\Core\Command\GenerateProxyClassApplication::getCommandName()
File
-
core/
lib/ Drupal/ Core/ Command/ GenerateProxyClassApplication.php, line 36
Class
- GenerateProxyClassApplication
- Provides a console command to generate proxy classes.
Namespace
Drupal\Core\CommandCode
protected function getCommandName(InputInterface $input) {
return 'generate-proxy-class';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.