EntityAccessChecker::$latestRevisionCheck
Same name in other branches
- 9 core/modules/jsonapi/src/Access/EntityAccessChecker.php \Drupal\jsonapi\Access\EntityAccessChecker::latestRevisionCheck
- 8.9.x core/modules/jsonapi/src/Access/EntityAccessChecker.php \Drupal\jsonapi\Access\EntityAccessChecker::latestRevisionCheck
- 11.x 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 72
Class
- EntityAccessChecker
- Checks access to entities.
Namespace
Drupal\jsonapi\AccessCode
protected $latestRevisionCheck = NULL;
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.