Toolkit

DrupalReleaseHistory
in package

Helper to fetch drupal.org release-history information.

Table of Contents

Methods

getPackageDetails()  : array<string|int, mixed>|int
Call release history of d.org to confirm security alert.

Methods

getPackageDetails()

Call release history of d.org to confirm security alert.

public getPackageDetails(string $package, string $version, string $core) : array<string|int, mixed>|int
Parameters
$package : string

The package to check.

$version : string

The version to check.

$core : string

The package core version.

Return values
array<string|int, mixed>|int

Array with package info from d.org, 1 if no release history found.


        
On this page

Search results