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

Breadcrumb

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

function Command::configure

Configures the current command.

Return value

void

5 calls to Command::configure()
Command::__construct in vendor/symfony/console/Command/Command.php
InstallCommand::configure in core/lib/Drupal/Core/Command/InstallCommand.php
Configures the current command.
InstallCommand::configure in core/lib/Drupal/Core/Command/InstallCommand.php
Configures the current command.
QuickStartCommand::configure in core/lib/Drupal/Core/Command/QuickStartCommand.php
Configures the current command.
QuickStartCommand::configure in core/lib/Drupal/Core/Command/QuickStartCommand.php
Configures the current command.
50 methods override Command::configure()
AboutCommand::configure in vendor/composer/composer/src/Composer/Command/AboutCommand.php
Configures the current command.
ArchiveCommand::configure in vendor/composer/composer/src/Composer/Command/ArchiveCommand.php
Configures the current command.
AuditCommand::configure in vendor/composer/composer/src/Composer/Command/AuditCommand.php
Configures the current command.
BumpCommand::configure in vendor/composer/composer/src/Composer/Command/BumpCommand.php
Configures the current command.
CheckPlatformReqsCommand::configure in vendor/composer/composer/src/Composer/Command/CheckPlatformReqsCommand.php
Configures the current command.

... See full list

File

vendor/symfony/console/Command/Command.php, line 165

Class

Command
Base class for all commands.

Namespace

Symfony\Component\Console\Command

Code

protected function configure() {
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal