You are here

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

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

The JSON:API Resource Type Repository.

Type: \Drupal\jsonapi\ResourceType\ResourceTypeRepositoryInterface

File

src/EntityToJsonApi.php, line 34

Class

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

Namespace

Drupal\jsonapi_extras

Code

protected $resourceTypeRepository;