You are here

protected property ResourceType::$fields in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/jsonapi/src/ResourceType/ResourceType.php \Drupal\jsonapi\ResourceType\ResourceType::fields

The list of fields on the underlying entity type + bundle.

Type: string[]

File

core/modules/jsonapi/src/ResourceType/ResourceType.php, line 89

Class

ResourceType
Value object containing all metadata for a JSON:API resource type.

Namespace

Drupal\jsonapi\ResourceType

Code

protected $fields;