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

Breadcrumb

  1. Drupal Core 11.1.x
  2. JSXText.php

function JSXText::setRaw

Sets node's raw value

Parameters

mixed $raw Raw value:

Return value

$this

File

vendor/mck89/peast/lib/Peast/Syntax/Node/JSX/JSXText.php, line 86

Class

JSXText
A node that represents a JSX closing fragment tag.

Namespace

Peast\Syntax\Node\JSX

Code

public function setRaw($raw) {
    return $this->setValue($raw);
}

API Navigation

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