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

Breadcrumb

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

function CompletePackageInterface::setSupport

Set the support information

Parameters

array{issues?: string, forum?: string, wiki?: string, source?: string, email?: string, irc?: string, docs?: string, rss?: string, chat?: string, security?: string} $support:

2 methods override CompletePackageInterface::setSupport()
CompleteAliasPackage::setSupport in vendor/composer/composer/src/Composer/Package/CompleteAliasPackage.php
Set the support information
CompletePackage::setSupport in vendor/composer/composer/src/Composer/Package/CompletePackage.php
@inheritDoc

File

vendor/composer/composer/src/Composer/Package/CompletePackageInterface.php, line 130

Class

CompletePackageInterface
Defines package metadata that is not necessarily needed for solving and installing packages

Namespace

Composer\Package

Code

public function setSupport(array $support) : void;
RSS feed
Powered by Drupal