protected property EntityAccessChecker::$latestRevisionCheck in Drupal 8
Same name and namespace in other branches
- 9 core/modules/jsonapi/src/Access/EntityAccessChecker.php \Drupal\jsonapi\Access\EntityAccessChecker::latestRevisionCheck
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
- core/
modules/ jsonapi/ src/ Access/ EntityAccessChecker.php, line 94
Class
- EntityAccessChecker
- Checks access to entities.
Namespace
Drupal\jsonapi\AccessCode
protected $latestRevisionCheck = NULL;