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

Breadcrumb

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

function JSXFragment::getOpeningFragment

Returns the opening fragment node

Return value

JSXOpeningFragment

File

vendor/mck89/peast/lib/Peast/Syntax/Node/JSX/JSXFragment.php, line 59

Class

JSXFragment
A node that represents a JSX fragment.

Namespace

Peast\Syntax\Node\JSX

Code

public function getOpeningFragment() {
    return $this->openingFragment;
}
RSS feed
Powered by Drupal