Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. GenerateProxyClassApplication.php

function GenerateProxyClassApplication::getCommandName

Overrides Application::getCommandName

File

core/lib/Drupal/Core/Command/GenerateProxyClassApplication.php, line 40

Class

GenerateProxyClassApplication
Provides a console command to generate proxy classes.

Namespace

Drupal\Core\Command

Code

protected function getCommandName(InputInterface $input) : ?string {
    return 'generate-proxy-class';
}
RSS feed
Powered by Drupal