Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. EntityFieldsViaMagicReflectionExtension.php

function EntityFieldsViaMagicReflectionExtension::getFieldItemListInterfaceObject

File

vendor/mglaman/phpstan-drupal/src/Reflection/EntityFieldsViaMagicReflectionExtension.php, line 71

Class

EntityFieldsViaMagicReflectionExtension
Allows field access via magic methods

Namespace

mglaman\PHPStanDrupal\Reflection

Code

protected static function getFieldItemListInterfaceObject() : ObjectType {
    return new ObjectType('Drupal\\Core\\Field\\FieldItemListInterface');
}
RSS feed
Powered by Drupal