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

Breadcrumb

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

TokenHelper::$functionTokenCodes

@var array<int, (int|string)>

Type: functionTokenCodes

File

vendor/slevomat/coding-standard/SlevomatCodingStandard/Helpers/TokenHelper.php, line 136

Class

TokenHelper
@internal

Namespace

SlevomatCodingStandard\Helpers

Code

public static $functionTokenCodes = [
    T_FUNCTION,
    T_CLOSURE,
    T_FN,
];
RSS feed
Powered by Drupal