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

Breadcrumb

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

interface VersionCacheInterface

Hierarchy

  • interface \Composer\Repository\VersionCacheInterface

Expanded class hierarchy of VersionCacheInterface

All classes that implement VersionCacheInterface

File

vendor/composer/composer/src/Composer/Repository/VersionCacheInterface.php, line 15

Namespace

Composer\Repository
View source
interface VersionCacheInterface {
    
    /**
     * @return mixed[]|null|false Package version data if found, false to indicate the identifier is known but has no package, null for an unknown identifier
     */
    public function getVersionPackage(string $version, string $identifier);

}

Members

Title Sort descending Modifiers Object type Summary
VersionCacheInterface::getVersionPackage public function

API Navigation

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