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