Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. 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;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal