Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
TemplateLiteral.php
TemplateLiteral::$expressions
Array of expressions inside the template
Type:
Expression[]
File
vendor/
mck89/
peast/
lib/
Peast/
Syntax/
Node/
TemplateLiteral.php
, line 43
Class
TemplateLiteral
A node that represents a template literal. For example: `this is a ${test()} template`
Namespace
Peast\Syntax\Node
Code
protected $expressions =
array
();
RSS feed