You are here

protected property EntityDeleteMultipleAccessCheck::$requestStack in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Entity/EntityDeleteMultipleAccessCheck.php \Drupal\Core\Entity\EntityDeleteMultipleAccessCheck::requestStack

Request stack service.

Type: \Symfony\Component\HttpFoundation\RequestStack

File

core/lib/Drupal/Core/Entity/EntityDeleteMultipleAccessCheck.php, line 35

Class

EntityDeleteMultipleAccessCheck
Checks if the current user has delete access to the items of the tempstore.

Namespace

Drupal\Core\Entity

Code

protected $requestStack;