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

Breadcrumb

  1. Drupal Core 11.1.x

ComposerIsAvailableInterface.php

Namespace

PhpTuf\ComposerStager\API\Precondition\Service

File

vendor/php-tuf/composer-stager/src/API/Precondition/Service/ComposerIsAvailableInterface.php

View source
<?php

declare (strict_types=1);
namespace PhpTuf\ComposerStager\API\Precondition\Service;


/**
 * Asserts that the Composer executable is available.
 *
 * This interface exists solely to facilitate autowiring dependencies through type hinting.
 *
 * @see https://symfony.com/doc/current/service_container/autowiring.html
 *
 * @package Precondition
 *
 * @api This interface is subject to our backward compatibility promise and may be safely depended upon.
 */
interface ComposerIsAvailableInterface extends PreconditionInterface {

}

Interfaces

Title Deprecated Summary
ComposerIsAvailableInterface Asserts that the Composer executable is available.

API Navigation

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