protected property QueryBase::$accessCheck

Whether access check is requested or not. Defaults to TRUE.

Type: bool

File

drupal/core/lib/Drupal/Core/Entity/Query/QueryBase.php, line 57
Definition of Drupal\Core\Entity\Query\QueryBase.

Class

QueryBase
The base entity query class.

Namespace

Drupal\Core\Entity\Query

Code

protected $accessCheck = TRUE;