You are here

protected property EntityResource::$resourceTypeRepository in JSON:API 8

Same name and namespace in other branches
  1. 8.2 src/Controller/EntityResource.php \Drupal\jsonapi\Controller\EntityResource::resourceTypeRepository

The resource type repository.

Type: \Drupal\jsonapi\ResourceType\ResourceTypeRepositoryInterface

File

src/Controller/EntityResource.php, line 89

Class

EntityResource
Process all entity requests.

Namespace

Drupal\jsonapi\Controller

Code

protected $resourceTypeRepository;