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

Breadcrumb

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

DeprecatedFunctionsSniff::$forbiddenFunctions

A list of forbidden functions with their alternatives.

The value is NULL if no alternative exists. IE, the function should just not be used.

Type: array

Overrides ForbiddenFunctionsSniff::$forbiddenFunctions

File

vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/PHP/DeprecatedFunctionsSniff.php, line 26

Class

DeprecatedFunctionsSniff

Namespace

PHP_CodeSniffer\Standards\Generic\Sniffs\PHP

Code

public $forbiddenFunctions = [];

API Navigation

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