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

Breadcrumb

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

function ExportDefaultDeclaration::getDeclaration

Returns the exported declaration

Return value

Declaration|Expression

File

vendor/mck89/peast/lib/Peast/Syntax/Node/ExportDefaultDeclaration.php, line 41

Class

ExportDefaultDeclaration
A node that represents the export default declaration. For example: export default a

Namespace

Peast\Syntax\Node

Code

public function getDeclaration() {
    return $this->declaration;
}

API Navigation

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