jsonapi.entity_access_checker

Same name and namespace in other branches
  1. 8.9.x core/modules/jsonapi/jsonapi.services.yml \jsonapi.entity_access_checker
  2. 10 core/modules/jsonapi/jsonapi.services.yml \jsonapi.entity_access_checker
  3. 11.x core/modules/jsonapi/jsonapi.services.yml \jsonapi.entity_access_checker

Class

Drupal\jsonapi\Access\EntityAccessChecker

File

core/modules/jsonapi/jsonapi.services.yml

View source
  1. class: Drupal\jsonapi\Access\EntityAccessChecker
  2. public: false
  3. arguments:
  4. - '@jsonapi.resource_type.repository'
  5. - '@router.no_access_checks'
  6. - '@current_user'
  7. - '@entity.repository'
  8. calls:
  9. - [setLatestRevisionCheck, ['@?access_check.latest_revision']]

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.