Added Entity and Entity Reference Revisions which got dropped somewhere along the...
[yaffs-website] / web / modules / contrib / entity / src / QueryAccess / UncacheableQueryAccessHandler.php
1 <?php
2
3 namespace Drupal\entity\QueryAccess;
4
5 /**
6  * Controls query access based on the uncacheable entity permissions.
7  *
8  * @see \Drupal\entity\UncacheableEntityAccessControlHandler
9  * @see \Drupal\entity\UncacheableEntityPermissionProvider
10  */
11 class UncacheableQueryAccessHandler extends QueryAccessHandlerBase {}