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