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

Breadcrumb

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

function ClassMap::getRawPsrViolations

Get the raw psr violations

This is a map of filepath to an associative array of the warning string and the offending class name.

Return value

array<string, array<array{warning: string, className: string}>>

File

vendor/composer/class-map-generator/src/ClassMap.php, line 187

Class

ClassMap
@author Jordi Boggiano <j.boggiano@seld.be>

Namespace

Composer\ClassMapGenerator

Code

public function getRawPsrViolations() : array {
    return $this->psrViolations;
}

API Navigation

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