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

Breadcrumb

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

function InvalidPackageException::getErrors

Return value

list<string>

File

vendor/composer/composer/src/Composer/Package/Loader/InvalidPackageException.php, line 51

Class

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

Namespace

Composer\Package\Loader

Code

public function getErrors() : array {
    return $this->errors;
}
RSS feed
Powered by Drupal