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

Breadcrumb

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

function BinaryPresenceInterface::ensureBinariesPresence

Make sure binaries are installed for a given package.

Parameters

PackageInterface $package package instance:

Return value

void

1 method overrides BinaryPresenceInterface::ensureBinariesPresence()
LibraryInstaller::ensureBinariesPresence in vendor/composer/composer/src/Composer/Installer/LibraryInstaller.php
Make sure binaries are installed for a given package.

File

vendor/composer/composer/src/Composer/Installer/BinaryPresenceInterface.php, line 31

Class

BinaryPresenceInterface
Interface for the package installation manager that handle binary installation.

Namespace

Composer\Installer

Code

public function ensureBinariesPresence(PackageInterface $package);

API Navigation

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