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

Breadcrumb

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

function InterpolatedStringPart::getSubNodeNames

Overrides Node::getSubNodeNames

File

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

Class

InterpolatedStringPart

Namespace

PhpParser\Node

Code

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