Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
RegExpLiteral.php
function RegExpLiteral::getFlags
Returns regex flags
Return value
string
1 call to
RegExpLiteral::getFlags()
RegExpLiteral::getRaw
in vendor/
mck89/
peast/
lib/
Peast/
Syntax/
Node/
RegExpLiteral.php
Returns node's raw value
File
vendor/
mck89/
peast/
lib/
Peast/
Syntax/
Node/
RegExpLiteral.php
, line 81
Class
RegExpLiteral
A node that represents a regular expression literal.
Namespace
Peast\Syntax\Node
Code
public
function
getFlags
() {
return
$this
->
flags
; }
RSS feed