Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
JSXElement.php
function JSXElement::getChildren
Returns the children nodes array
Return value
Node
[]
File
vendor/
mck89/
peast/
lib/
Peast/
Syntax/
Node/
JSX/
JSXElement.php
, line 82
Class
JSXElement
A node that represents a JSX element.
Namespace
Peast\Syntax\Node\JSX
Code
public
function
getChildren
() {
return
$this
->
children
; }
RSS feed