Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
NumericLiteral.php
function NumericLiteral::getFormat
Returns node's numeric format
Return value
string
File
vendor/
mck89/
peast/
lib/
Peast/
Syntax/
Node/
NumericLiteral.php
, line 160
Class
NumericLiteral
A node that represents a numeric literal.
Namespace
Peast\Syntax\Node
Code
public
function
getFormat
() {
return
$this
->
format
; }
RSS feed