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

Breadcrumb

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

function BaseCommand::isProxyCommand

Whether or not this command is meant to call another command.

This is mainly needed to avoid duplicated warnings messages.

Return value

bool

2 methods override BaseCommand::isProxyCommand()
GlobalCommand::isProxyCommand in vendor/composer/composer/src/Composer/Command/GlobalCommand.php
@inheritDoc
OutdatedCommand::isProxyCommand in vendor/composer/composer/src/Composer/Command/OutdatedCommand.php
@inheritDoc

File

vendor/composer/composer/src/Composer/Command/BaseCommand.php, line 160

Class

BaseCommand
Base class for Composer commands

Namespace

Composer\Command

Code

public function isProxyCommand() {
    return false;
}

API Navigation

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