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

Breadcrumb

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

Tokens::$stringTokens

Tokens that represent strings.

Note that T_STRINGS are NOT represented in this list.

Type: array

File

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

Class

Tokens

Namespace

PHP_CodeSniffer\Util

Code

public static $stringTokens = [
    T_CONSTANT_ENCAPSED_STRING => T_CONSTANT_ENCAPSED_STRING,
    T_DOUBLE_QUOTED_STRING => T_DOUBLE_QUOTED_STRING,
];
RSS feed
Powered by Drupal