Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
EntityFieldReflection.php
function EntityFieldReflection::getDeclaringClass
File
vendor/
mglaman/
phpstan-drupal/
src/
Reflection/
EntityFieldReflection.php
, line 80
Class
EntityFieldReflection
Allows field access via magic methods
Namespace
mglaman\PHPStanDrupal\Reflection
Code
public
function
getDeclaringClass
() : ClassReflection {
return
$this
->
declaringClass
; }
RSS feed