You are here

protected property ResourceTypeBuildEvent::$resourceTypeName in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/jsonapi/src/ResourceType/ResourceTypeBuildEvent.php \Drupal\jsonapi\ResourceType\ResourceTypeBuildEvent::resourceTypeName

The JSON:API resource type name of the instance to be built.

Type: string

File

core/modules/jsonapi/src/ResourceType/ResourceTypeBuildEvent.php, line 22

Class

ResourceTypeBuildEvent
An event used to configure the construction of a JSON:API resource type.

Namespace

Drupal\jsonapi\ResourceType

Code

protected $resourceTypeName;