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

Breadcrumb

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

function CompleteAliasPackage::getFunding

Overrides CompletePackageInterface::getFunding

File

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

Class

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

Namespace

Composer\Package

Code

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