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

Breadcrumb

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

class JSXSpreadAttribute

A node that represents a JSX spread attribute.

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

Hierarchy

  • class \Peast\Syntax\Node\Node implements \Peast\Syntax\Node\JSONSerializable
    • class \Peast\Syntax\Node\SpreadElement extends \Peast\Syntax\Node\Node
      • class \Peast\Syntax\Node\JSX\JSXSpreadAttribute extends \Peast\Syntax\Node\SpreadElement

Expanded class hierarchy of JSXSpreadAttribute

2 string references to 'JSXSpreadAttribute'
Parser::parseJSXSpreadAttribute in vendor/mck89/peast/lib/Peast/Syntax/JSX/Parser.php
Parses a jsx spread attribute
Renderer::renderNode in vendor/mck89/peast/lib/Peast/Renderer.php
Renders a node

File

vendor/mck89/peast/lib/Peast/Syntax/Node/JSX/JSXSpreadAttribute.php, line 19

Namespace

Peast\Syntax\Node\JSX
View source
class JSXSpreadAttribute extends SpreadElement {

}

API Navigation

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