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

Breadcrumb

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

AbstractLineCondition::$checkedControlStructures

@var list<string>

Type: checkedControlStructures

File

vendor/slevomat/coding-standard/SlevomatCodingStandard/Sniffs/ControlStructures/AbstractLineCondition.php, line 29

Class

AbstractLineCondition

Namespace

SlevomatCodingStandard\Sniffs\ControlStructures

Code

public $checkedControlStructures = [
    self::IF_CONTROL_STRUCTURE,
    self::WHILE_CONTROL_STRUCTURE,
    self::DO_CONTROL_STRUCTURE,
];

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal