You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #21251 [HttpFoundation][Session] Added a convenient method to get AttributeBagInterface (gmponos)
This PR was submitted for the 3.2 branch but it was merged into the 3.3-dev branch instead (closes#21251).
Discussion
----------
[HttpFoundation][Session] Added a convenient method to get AttributeBagInterface
Added a convenient method inside Session for getting internally the AttributeBagInterface. This way it also helps autocompletion in some IDE.
| Q | A
| ------------- | ---
| Branch? | 3.2
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | no
| License | MIT
| Doc PR | n/a
Commits
-------
6e94ac5 Added a convenient method inside Session for getting internally the AttributeBagInterface and have also autompletion
0 commit comments