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