You are here

protected property EntityAccessChecker::$latestRevisionCheck in JSON:API 8.2

The latest revision check service.

This will be NULL unless the content_moderation module is installed. This is a temporary measure. JSON:API should not need to be aware of the Content Moderation module.

Type: \Drupal\content_moderation\Access\LatestRevisionCheck

File

src/Access/EntityAccessChecker.php, line 94

Class

EntityAccessChecker
Checks access to entities.

Namespace

Drupal\jsonapi\Access

Code

protected $latestRevisionCheck = NULL;