rest.routing.yml

drupal/core/modules/rest/rest.routing.yml

File

drupal/core/modules/rest/rest.routing.yml
View source
  1. rest.csrftoken:
  2. pattern: '/rest/session/token'
  3. defaults:
  4. _controller: '\Drupal\rest\RequestHandler::csrfToken'
  5. requirements:
  6. _access: 'TRUE'