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

Breadcrumb

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

T_PARAM_NAME

4 uses of T_PARAM_NAME
DisallowNamedArgumentsSniff::register in vendor/slevomat/coding-standard/SlevomatCodingStandard/Sniffs/Functions/DisallowNamedArgumentsSniff.php
*
NamedArgumentSpacingSniff::register in vendor/slevomat/coding-standard/SlevomatCodingStandard/Sniffs/Functions/NamedArgumentSpacingSniff.php
*
PHP::tokenize in vendor/squizlabs/php_codesniffer/src/Tokenizers/PHP.php
Creates an array of tokens when given some PHP code.
ReferencedNameHelper::getReferenceType in vendor/slevomat/coding-standard/SlevomatCodingStandard/Helpers/ReferencedNameHelper.php

File

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

Namespace

PHP_CodeSniffer\Util

Code

define('T_PARAM_NAME', 'PHPCS_T_PARAM_NAME');

API Navigation

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