You are here

constant Routes::FRONT_CONTROLLER in JSON:API 8

The front controller for the JSON API routes.

All routes will use this callback to bootstrap the JSON API process.

File

src/Routing/Routes.php, line 31

Class

Routes
Defines dynamic routes.

Namespace

Drupal\jsonapi\Routing

Code

const FRONT_CONTROLLER = 'jsonapi.request_handler:handle';