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

Breadcrumb

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

function Ternary::getSubNodeNames

File

vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Ternary.php, line 30

Class

Ternary

Namespace

PhpParser\Node\Expr

Code

public function getSubNodeNames() : array {
    return [
        'cond',
        'if',
        'else',
    ];
}
RSS feed
Powered by Drupal