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

Breadcrumb

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

T_CLOSE_OBJECT

4 uses of T_CLOSE_OBJECT
JS::processAdditional in vendor/squizlabs/php_codesniffer/src/Tokenizers/JS.php
Performs additional processing after main tokenizing.
ObjectMemberCommaSniff::register in vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/Objects/ObjectMemberCommaSniff.php
Registers the token types that this sniff wishes to listen to.
ScopeIndentSniff::process in vendor/drupal/coder/coder_sniffer/Drupal/Sniffs/WhiteSpace/ScopeIndentSniff.php
Processes this test, when one of its tokens is encountered.
ScopeIndentSniff::process in vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/WhiteSpace/ScopeIndentSniff.php
Processes this test, when one of its tokens is encountered.

File

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

Namespace

PHP_CodeSniffer\Util

Code

define('T_CLOSE_OBJECT', 'PHPCS_T_CLOSE_OBJECT');

API Navigation

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