Implements Drupal\Core\Entity\Query\QueryInterface::accessCheck().
Overrides QueryInterface::accessCheck
public function accessCheck($access_check = TRUE) { $this->accessCheck = $access_check; return $this; }