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

Breadcrumb

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

function JSXElement::getOpeningElement

Returns the opening element node

Return value

JSXOpeningElement

File

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

Class

JSXElement
A node that represents a JSX element.

Namespace

Peast\Syntax\Node\JSX

Code

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