You are here

protected property NegotiatorBase::$entityTypeManager in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/jsonapi/src/Revisions/NegotiatorBase.php \Drupal\jsonapi\Revisions\NegotiatorBase::entityTypeManager

The entity type manager to load the revision.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

core/modules/jsonapi/src/Revisions/NegotiatorBase.php, line 24

Class

NegotiatorBase
Base implementation for version negotiators.

Namespace

Drupal\jsonapi\Revisions

Code

protected $entityTypeManager;