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