Skip to content
Snippets Groups Projects

Issue #3341513: Drupal\Core\Entity\Query\QueryException: Entity queries must explicitly set whether the query should be access checked or not

Issue #3341513: Drupal\Core\Entity\Query\QueryException: Entity queries must explicitly set whether the query should be access checked or not

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
157 157 ->execute();
158 158 }
159 159 $uids = \Drupal::entityQuery('user')
160 ->accessCheck(TRUE)
  • Tim Rohaly added 1 commit

    added 1 commit

    • 9a4a04b1 - Add explicit argument value for consistency and to help document the code.

    Compare with previous version

  • Tim Rohaly added 1 commit

    added 1 commit

    • a0c8ac6f - Add return type hint to new test function.

    Compare with previous version

  • merged

  • Please register or sign in to reply
    Loading