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

Breadcrumb

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

function CompleteAliasPackage::setArchiveExcludes

Overrides CompletePackageInterface::setArchiveExcludes

File

vendor/composer/composer/src/Composer/Package/CompleteAliasPackage.php, line 163

Class

CompleteAliasPackage
@author Jordi Boggiano <j.boggiano@seld.be>

Namespace

Composer\Package

Code

public function setArchiveExcludes(array $excludes) : void {
    $this->aliasOf
        ->setArchiveExcludes($excludes);
}
RSS feed
Powered by Drupal