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

Breadcrumb

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

function DownloaderInterface::getInstallationSource

Returns installation source (either source or dist).

Return value

string "source" or "dist"

2 methods override DownloaderInterface::getInstallationSource()
FileDownloader::getInstallationSource in vendor/composer/composer/src/Composer/Downloader/FileDownloader.php
@inheritDoc
VcsDownloader::getInstallationSource in vendor/composer/composer/src/Composer/Downloader/VcsDownloader.php
@inheritDoc

File

vendor/composer/composer/src/Composer/Downloader/DownloaderInterface.php, line 31

Class

DownloaderInterface
Downloader interface.

Namespace

Composer\Downloader

Code

public function getInstallationSource() : string;

API Navigation

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