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

Breadcrumb

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

function RootAliasPackage::setDevAutoload

@inheritDoc

Overrides RootPackageInterface::setDevAutoload

File

vendor/composer/composer/src/Composer/Package/RootAliasPackage.php, line 149

Class

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

Namespace

Composer\Package

Code

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