Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Param.php
function Param::isPublic
File
vendor/
nikic/
php-parser/
lib/
PhpParser/
Node/
Param.php
, line 74
Class
Param
Namespace
PhpParser\Node
Code
public
function
isPublic
() : bool {
return
(
bool
) (
$this
->
flags
& Modifiers::PUBLIC); }
RSS feed