Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
ExportDefaultDeclaration.php
ExportDefaultDeclaration::$declaration
The exported declaration
Type:
Declaration|Expression
File
vendor/
mck89/
peast/
lib/
Peast/
Syntax/
Node/
ExportDefaultDeclaration.php
, line 34
Class
ExportDefaultDeclaration
A node that represents the export default declaration. For example: export default a
Namespace
Peast\Syntax\Node
Code
protected $declaration;
RSS feed