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

Breadcrumb

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

function PreDec::getSubNodeNames

File

vendor/nikic/php-parser/lib/PhpParser/Node/Expr/PreDec.php, line 22

Class

PreDec

Namespace

PhpParser\Node\Expr

Code

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