You are here

protected property VersionNegotiator::$negotiators in Drupal 8

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

An array of named version negotiators.

Type: \Drupal\jsonapi\Revisions\VersionNegotiatorInterface[]

File

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

Class

VersionNegotiator
Provides a version negotiator manager.

Namespace

Drupal\jsonapi\Revisions

Code

protected $negotiators = [];