You are here

constant VersionNegotiator::SEPARATOR in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/jsonapi/src/Revisions/VersionNegotiator.php \Drupal\jsonapi\Revisions\VersionNegotiator::SEPARATOR

The separator between the version negotiator name and the version argument.

File

core/modules/jsonapi/src/Revisions/VersionNegotiator.php, line 28

Class

VersionNegotiator
Provides a version negotiator manager.

Namespace

Drupal\jsonapi\Revisions

Code

const SEPARATOR = ':';