Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
TryStatement.php
function TryStatement::getBlock
Returns the wrapped block
Return value
BlockStatement
File
vendor/
mck89/
peast/
lib/
Peast/
Syntax/
Node/
TryStatement.php
, line 56
Class
TryStatement
A node that represents a try-catch statement.
Namespace
Peast\Syntax\Node
Code
public
function
getBlock
() {
return
$this
->
block
; }
RSS feed