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

Breadcrumb

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

SpdxLicenses::$exceptions

Contains all the license exceptions.

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

[ lowercased exception identifier => [ 0 => exception identifier (string), 1 => full name (string) ] , ... ]

Type: array

File

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

Class

SpdxLicenses

Namespace

Composer\Spdx

Code

private $exceptions;

API Navigation

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