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

Breadcrumb

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

SpdxLicenses::$licenses

Contains all the licenses.

The array is indexed by license identifiers, which contain a numerically indexed array with license details.

[ lowercased license identifier => [ 0 => identifier (string), 1 => full name (string), 2 => osi certified (bool), 3 => deprecated (bool) ] , ... ]

Type: array

File

vendor/composer/spdx-licenses/src/SpdxLicenses.php, line 35

Class

SpdxLicenses

Namespace

Composer\Spdx

Code

private $licenses;

API Navigation

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