You are here

protected property CSRFAccessCheck::$sessionConfiguration in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/rest/src/Access/CSRFAccessCheck.php \Drupal\rest\Access\CSRFAccessCheck::sessionConfiguration

The session configuration.

Type: \Drupal\Core\Session\SessionConfigurationInterface

File

core/modules/rest/src/Access/CSRFAccessCheck.php, line 27
Contains \Drupal\rest\Access\CSRFAccessCheck.

Class

CSRFAccessCheck
Access protection against CSRF attacks.

Namespace

Drupal\rest\Access

Code

protected $sessionConfiguration;