Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
TemplateElement.php
function TemplateElement::getValue
Return node's value
Return value
string
File
vendor/
mck89/
peast/
lib/
Peast/
Syntax/
Node/
TemplateElement.php
, line 59
Class
TemplateElement
A node that represents a template element. For example `foo` and `bar` in: `foo${exp}bar`
Namespace
Peast\Syntax\Node
Code
public
function
getValue
() {
return
$this
->
value
; }
RSS feed