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