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

Breadcrumb

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

function Version::convertOpenldapVersionId

1 call to Version::convertOpenldapVersionId()
PlatformRepository::initialize in vendor/composer/composer/src/Composer/Repository/PlatformRepository.php
Initializes the packages array. Mostly meant as an extension point.

File

vendor/composer/composer/src/Composer/Platform/Version.php, line 78

Class

Version
@author Lars Strojny <lars@strojny.net>

Namespace

Composer\Platform

Code

public static function convertOpenldapVersionId(int $versionId) : string {
    return self::convertVersionId($versionId, 100);
}
RSS feed
Powered by Drupal