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

Breadcrumb

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

function IOInterface::getAuthentication

Get the username and password of repository.

Parameters

string $repositoryName The unique name of repository:

Return value

array{username: string|null, password: string|null}

1 method overrides IOInterface::getAuthentication()
BaseIO::getAuthentication in vendor/composer/composer/src/Composer/IO/BaseIO.php
@inheritDoc

File

vendor/composer/composer/src/Composer/IO/IOInterface.php, line 223

Class

IOInterface
The Input/Output helper interface.

Namespace

Composer\IO

Code

public function getAuthentication(string $repositoryName);

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal