function ResourceTypeBuildEvent::getResourceTypeName

Gets current resource type name of the resource type to be built.

Return value

string The resource type name.

File

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

Class

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

Namespace

Drupal\jsonapi\ResourceType

Code

public function getResourceTypeName() {
  return $this->resourceTypeName;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.