Skip to content
Snippets Groups Projects

2730351-11.x

Open Rolando Payán Mosqueda requested to merge issue/drupal-2730351:2730351-11.x into 11.x
1 unresolved thread

Closes #2730351

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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;
  • Bhanu D added 3120 commits

    added 3120 commits

    Compare with previous version

  • Bhanu D added 1 commit

    added 1 commit

    Compare with previous version

  • Bhanu D added 1 commit

    added 1 commit

    Compare with previous version

  • Bhanu D added 1 commit

    added 1 commit

    Compare with previous version

  • Bhanu D added 1 commit

    added 1 commit

    • b2266345 - Edit CsrfAccessCheckTest.php

    Compare with previous version

  • Please register or sign in to reply
    Loading