You are here

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

Same name and namespace in other branches
  1. 8.2 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 26

Class

EntryPoint
Controller for the API entry point.

Namespace

Drupal\jsonapi\Controller

Code

protected $resourceTypeRepository;