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

Breadcrumb

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

IncludeSystemSniff::$ignore

A list of classes that don't need to be included.

Type: array

File

vendor/squizlabs/php_codesniffer/src/Standards/MySource/Sniffs/Channels/IncludeSystemSniff.php, line 26

Class

IncludeSystemSniff

Namespace

PHP_CodeSniffer\Standards\MySource\Sniffs\Channels

Code

private $ignore = [
    'self' => true,
    'static' => true,
    'parent' => true,
    'channels' => true,
    'basesystem' => true,
    'dal' => true,
    'init' => true,
    'pdo' => true,
    'util' => true,
    'ziparchive' => true,
    'phpunit_framework_assert' => true,
    'abstractmysourceunittest' => true,
    'abstractdatacleanunittest' => true,
    'exception' => true,
    'abstractwidgetwidgettype' => true,
    'domdocument' => true,
];

API Navigation

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