Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
TryCatch.php
function TryCatch::getSubNodeNames
File
vendor/
nikic/
php-parser/
lib/
PhpParser/
Node/
Stmt/
TryCatch.php
, line 30
Class
TryCatch
Namespace
PhpParser\Node\Stmt
Code
public
function
getSubNodeNames
() : array {
return
[
'stmts'
,
'catches'
,
'finally'
, ]; }
RSS feed