Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
JSXText.php
function JSXText::getValue
Returns node's value
Return value
mixed
File
vendor/
mck89/
peast/
lib/
Peast/
Syntax/
Node/
JSX/
JSXText.php
, line 50
Class
JSXText
A node that represents a JSX closing fragment tag.
Namespace
Peast\Syntax\Node\JSX
Code
public
function
getValue
() {
return
$this
->
value
; }
RSS feed