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

Breadcrumb

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

function File::getWarnings

Returns the warnings raised from processing this file.

Return value

array

File

vendor/squizlabs/php_codesniffer/src/Files/File.php, line 1227

Class

File

Namespace

PHP_CodeSniffer\Files

Code

public function getWarnings() {
    return $this->warnings;
}
RSS feed
Powered by Drupal