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

Breadcrumb

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

function JSXOpeningElement::getSelfClosing

Returns the self closing tag mode

Return value

bool

File

vendor/mck89/peast/lib/Peast/Syntax/Node/JSX/JSXOpeningElement.php, line 75

Class

JSXOpeningElement
A node that represents a JSX opening element tag.

Namespace

Peast\Syntax\Node\JSX

Code

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