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

Breadcrumb

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

class JSXClosingElement

A node that represents a JSX closing element tag.

@author Marco Marchiò <marco.mm89@gmail.com>

Hierarchy

  • class \Peast\Syntax\Node\Node implements \Peast\Syntax\Node\JSONSerializable
    • class \Peast\Syntax\Node\JSX\JSXBoundaryElement extends \Peast\Syntax\Node\Node
      • class \Peast\Syntax\Node\JSX\JSXClosingElement extends \Peast\Syntax\Node\JSX\JSXBoundaryElement

Expanded class hierarchy of JSXClosingElement

2 string references to 'JSXClosingElement'
Parser::parseJSXElement in vendor/mck89/peast/lib/Peast/Syntax/JSX/Parser.php
Parses a jsx element
Renderer::renderNode in vendor/mck89/peast/lib/Peast/Renderer.php
Renders a node

File

vendor/mck89/peast/lib/Peast/Syntax/Node/JSX/JSXClosingElement.php, line 17

Namespace

Peast\Syntax\Node\JSX
View source
class JSXClosingElement extends JSXBoundaryElement {

}
RSS feed
Powered by Drupal