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