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

Breadcrumb

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

interface Downloader

@no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit

@internal This class is not covered by the backward compatibility promise for PHPUnit

Hierarchy

  • interface \PHPUnit\Util\Http\Downloader

Expanded class hierarchy of Downloader

All classes that implement Downloader

1 file declares its use of Downloader
VersionCheckCommand.php in vendor/phpunit/phpunit/src/TextUI/Command/Commands/VersionCheckCommand.php

File

vendor/phpunit/phpunit/src/Util/Http/Downloader.php, line 17

Namespace

PHPUnit\Util\Http
View source
interface Downloader {
    
    /**
     * @param non-empty-string $url
     */
    public function download(string $url) : false|string;

}

Members

Title Sort descending Modifiers Object type Summary Overrides
Downloader::download public function 1

API Navigation

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