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

Breadcrumb

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

TokenHelper::$earlyExitTokenCodes

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

Type: earlyExitTokenCodes

File

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

Class

TokenHelper
@internal

Namespace

SlevomatCodingStandard\Helpers

Code

public static $earlyExitTokenCodes = [
    T_RETURN,
    T_CONTINUE,
    T_BREAK,
    T_THROW,
    T_EXIT,
];
RSS feed
Powered by Drupal