You are here

protected property EntityToJsonApi::$resourceTypeRepository in JSON:API Extras 8.2

Same name and namespace in other branches
  1. 8.3 src/EntityToJsonApi.php \Drupal\jsonapi_extras\EntityToJsonApi::resourceTypeRepository

The JSON API resource type repository.

Type: \Drupal\jsonapi\ResourceType\ResourceTypeRepositoryInterface

File

src/EntityToJsonApi.php, line 41

Class

EntityToJsonApi
Simplifies the process of generating a JSON API version of an entity.

Namespace

Drupal\jsonapi_extras

Code

protected $resourceTypeRepository;