You are here

UncacheableQueryAccessHandler.php in Entity API 8

File

src/QueryAccess/UncacheableQueryAccessHandler.php
View source
<?php

namespace Drupal\entity\QueryAccess;


/**
 * Controls query access based on the uncacheable entity permissions.
 *
 * @see \Drupal\entity\UncacheableEntityAccessControlHandler
 * @see \Drupal\entity\UncacheableEntityPermissionProvider
 */
class UncacheableQueryAccessHandler extends QueryAccessHandlerBase {

}

Classes

Namesort descending Description
UncacheableQueryAccessHandler Controls query access based on the uncacheable entity permissions.