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

Breadcrumb

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

function WritableRepositoryInterface::removePackage

Removes package from the repository.

Parameters

PackageInterface $package package instance:

Return value

void

File

vendor/composer/composer/src/Composer/Repository/WritableRepositoryInterface.php, line 47

Class

WritableRepositoryInterface
Writable repository interface.

Namespace

Composer\Repository

Code

public function removePackage(PackageInterface $package);
RSS feed
Powered by Drupal