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

Breadcrumb

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

function InstallerInterface::supports

Decides if the installer supports the given type

Return value

bool

4 methods override InstallerInterface::supports()
LibraryInstaller::supports in vendor/composer/composer/src/Composer/Installer/LibraryInstaller.php
@inheritDoc
MetapackageInstaller::supports in vendor/composer/composer/src/Composer/Installer/MetapackageInstaller.php
@inheritDoc
NoopInstaller::supports in vendor/composer/composer/src/Composer/Installer/NoopInstaller.php
@inheritDoc
ProjectInstaller::supports in vendor/composer/composer/src/Composer/Installer/ProjectInstaller.php
Decides if the installer supports the given type

File

vendor/composer/composer/src/Composer/Installer/InstallerInterface.php, line 33

Class

InstallerInterface
Interface for the package installation manager.

Namespace

Composer\Installer

Code

public function supports(string $packageType);

API Navigation

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