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

Breadcrumb

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

function Node::getSubNodeNames

Gets the names of the sub nodes.

Return value

string[] Names of sub nodes

21 methods override Node::getSubNodeNames()
Arg::getSubNodeNames in vendor/nikic/php-parser/lib/PhpParser/Node/Arg.php
Gets the names of the sub nodes.
ArrayItem::getSubNodeNames in vendor/nikic/php-parser/lib/PhpParser/Node/ArrayItem.php
Gets the names of the sub nodes.
ArrowFunction::getSubNodeNames in vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ArrowFunction.php
Gets the names of the sub nodes.
Attribute::getSubNodeNames in vendor/nikic/php-parser/lib/PhpParser/Node/Attribute.php
Gets the names of the sub nodes.
AttributeGroup::getSubNodeNames in vendor/nikic/php-parser/lib/PhpParser/Node/AttributeGroup.php
Gets the names of the sub nodes.

... See full list

File

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

Class

Node

Namespace

PhpParser

Code

public function getSubNodeNames() : array;
RSS feed
Powered by Drupal