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

Breadcrumb

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

function LowercasePHPFunctionsSniff::__construct

Construct the LowercasePHPFunctionSniff

File

vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/PHP/LowercasePHPFunctionsSniff.php, line 30

Class

LowercasePHPFunctionsSniff

Namespace

PHP_CodeSniffer\Standards\Squiz\Sniffs\PHP

Code

public function __construct() {
    $allFunctions = get_defined_functions();
    $this->builtInFunctions = array_flip($allFunctions['internal']);
}

API Navigation

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