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

Breadcrumb

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

function WritableArrayRepository::getDevPackageNames

@inheritDoc

Overrides WritableRepositoryInterface::getDevPackageNames

File

vendor/composer/composer/src/Composer/Repository/WritableArrayRepository.php, line 53

Class

WritableArrayRepository
Writable array repository.

Namespace

Composer\Repository

Code

public function getDevPackageNames() {
    return $this->devPackageNames;
}
RSS feed
Powered by Drupal