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

Breadcrumb

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

T_CLOSE_USE_GROUP

5 uses of T_CLOSE_USE_GROUP
CompoundNamespaceDepthSniff::process in vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Sniffs/Namespaces/CompoundNamespaceDepthSniff.php
Processes this test, when one of its tokens is encountered.
File::findEndOfStatement in vendor/squizlabs/php_codesniffer/src/Files/File.php
Returns the position of the last non-whitespace token in a statement.
File::findStartOfStatement in vendor/squizlabs/php_codesniffer/src/Files/File.php
Returns the position of the first non-whitespace token in a statement.
PHP::tokenize in vendor/squizlabs/php_codesniffer/src/Tokenizers/PHP.php
Creates an array of tokens when given some PHP code.
UseDeclarationSniff::process in vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Sniffs/Namespaces/UseDeclarationSniff.php
Processes this test, when one of its tokens is encountered.

File

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

Namespace

PHP_CodeSniffer\Util

Code

define('T_CLOSE_USE_GROUP', 'PHPCS_T_CLOSE_USE_GROUP');

API Navigation

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