2730351-11.x
1 unresolved thread
1 unresolved thread
Closes #2730351
Merge request reports
Activity
38 * @var \Drupal\Core\Session\SessionConfigurationInterface 39 */ 40 protected $sessionConfiguration; 41 34 42 /** 35 43 * Constructs a CsrfAccessCheck object. 36 44 * 37 45 * @param \Drupal\Core\Access\CsrfTokenGenerator $csrf_token 38 46 * The CSRF token generator. 47 * @param \Drupal\Core\Session\SessionConfigurationInterface $session_configuration 48 * The session configuration. 39 49 */ 40 public function __construct(CsrfTokenGenerator $csrf_token) { 50 public function __construct(CsrfTokenGenerator $csrf_token, SessionConfigurationInterface $session_configuration) { 41 51 $this->csrfToken = $csrf_token; 52 $this->sessionConfiguration = $session_configuration; added 3120 commits
-
da81c1ee...dcb0e065 - 3117 commits from branch
project:11.x
- dfe352f0 - 2730351-11.x
- dcf7a88e - 2730351-11.x
- 45e94188 - 2730351-11.x
Toggle commit list-
da81c1ee...dcb0e065 - 3117 commits from branch
Please register or sign in to reply