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

Breadcrumb

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

T_ANON_CLASS

41 uses of T_ANON_CLASS
AbstractControlStructureSpacing::findControlStructureEnd in vendor/slevomat/coding-standard/SlevomatCodingStandard/Sniffs/ControlStructures/AbstractControlStructureSpacing.php
AnonClassDeclarationSniff::register in vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Sniffs/Classes/AnonClassDeclarationSniff.php
Returns an array of tokens this test wants to listen for.
CallTimePassByReferenceSniff::register in vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/Functions/CallTimePassByReferenceSniff.php
Returns an array of tokens this test wants to listen for.
ClassDeclarationSniff::processClose in vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Sniffs/Classes/ClassDeclarationSniff.php
Processes the closing section of a class declaration.
ClassDeclarationSniff::processOpen in vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Sniffs/Classes/ClassDeclarationSniff.php
Processes the opening section of a class declaration.

... See full list

File

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

Namespace

PHP_CodeSniffer\Util

Code

define('T_ANON_CLASS', 'PHPCS_T_ANON_CLASS');

API Navigation

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