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

Breadcrumb

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

T_FALSE

15 uses of T_FALSE
ComparisonOperatorUsageSniff::process in vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/Operators/ComparisonOperatorUsageSniff.php
Process the tokens that this sniff is listening for.
DisallowYodaConditionsSniff::isArrayStatic in vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/ControlStructures/DisallowYodaConditionsSniff.php
Determines if an array is a static definition.
DisallowYodaConditionsSniff::process in vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/ControlStructures/DisallowYodaConditionsSniff.php
Processes this test, when one of its tokens is encountered.
File::getMemberProperties in vendor/squizlabs/php_codesniffer/src/Files/File.php
Returns the visibility and implementation properties of a class member var.
File::getMethodParameters in vendor/squizlabs/php_codesniffer/src/Files/File.php
Returns the method parameters for the specified function token.

... See full list

File

vendor/squizlabs/php_codesniffer/src/Util/Tokens.php, line 25

Namespace

PHP_CodeSniffer\Util

Code

define('T_FALSE', 'PHPCS_T_FALSE');

API Navigation

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