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

Breadcrumb

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

Tokens::$methodPrefixes

Tokens that can prefix a method name

Type: array

File

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

Class

Tokens

Namespace

PHP_CodeSniffer\Util

Code

public static $methodPrefixes = [
    T_PRIVATE => T_PRIVATE,
    T_PUBLIC => T_PUBLIC,
    T_PROTECTED => T_PROTECTED,
    T_ABSTRACT => T_ABSTRACT,
    T_STATIC => T_STATIC,
    T_FINAL => T_FINAL,
];
RSS feed
Powered by Drupal