You are here

constant Routes::CONTROLLER_SERVICE_NAME in JSON:API 8.2

The service name for the primary JSON:API controller.

All resources except the entrypoint are served by this controller.

File

src/Routing/Routes.php, line 34

Class

Routes
Defines dynamic routes.

Namespace

Drupal\jsonapi\Routing

Code

const CONTROLLER_SERVICE_NAME = 'jsonapi.entity_resource';