Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Method.php
function Method::getName
Same name in this branch
11.1.x vendor/google/protobuf/src/Google/Protobuf/Method.php
\Google\Protobuf\Method::getName()
Overrides
MagicConst::getName
File
vendor/
nikic/
php-parser/
lib/
PhpParser/
Node/
Scalar/
MagicConst/
Method.php
, line 8
Class
Method
Namespace
PhpParser\Node\Scalar\MagicConst
Code
public
function
getName
() : string {
return
'__METHOD__'
; }
RSS feed