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

Breadcrumb

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

Tokens::$textStringTokens

Tokens that represent text strings.

Type: array

File

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

Class

Tokens

Namespace

PHP_CodeSniffer\Util

Code

public static $textStringTokens = [
    T_CONSTANT_ENCAPSED_STRING => T_CONSTANT_ENCAPSED_STRING,
    T_DOUBLE_QUOTED_STRING => T_DOUBLE_QUOTED_STRING,
    T_INLINE_HTML => T_INLINE_HTML,
    T_HEREDOC => T_HEREDOC,
    T_NOWDOC => T_NOWDOC,
];
RSS feed
Powered by Drupal