You are here

protected property EntryPoint::$resourceTypeRepository in JSON:API 8.2

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

The JSON:API resource type repository.

Type: \Drupal\jsonapi\ResourceType\ResourceTypeRepositoryInterface

File

src/Controller/EntryPoint.php, line 37

Class

EntryPoint
Controller for the API entry point.

Namespace

Drupal\jsonapi\Controller

Code

protected $resourceTypeRepository;