Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Merge requests
!9632
3476166: Deprecate RoleStorage::isPermissionInRoles()
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
3476166: Deprecate RoleStorage::isPermissionInRoles()
issue/drupal-3476166:3476166-deprecate-rolestorageispermissioninroles
into
11.x
Overview
7
Commits
5
Pipelines
17
Changes
19
Open
Samit Khulve
requested to merge
issue/drupal-3476166:3476166-deprecate-rolestorageispermissioninroles
into
11.x
7 months ago
Overview
7
Commits
5
Pipelines
17
Changes
19
Expand
Closes
#3476166
0
0
Merge request reports
Compare
11.x
version 16
c1f401df
5 months ago
version 15
5a3f1ad4
5 months ago
version 14
28291d82
5 months ago
version 13
26047bc6
5 months ago
version 12
3aaae82b
7 months ago
version 11
75be2a36
7 months ago
version 10
f7f3305f
7 months ago
version 9
bb2211d1
7 months ago
version 8
86a9c78a
7 months ago
version 7
a93d2c8b
7 months ago
version 6
209cf17e
7 months ago
version 5
525856bf
7 months ago
version 4
c8e32dc7
7 months ago
version 3
90a0a667
7 months ago
version 2
c7892adc
7 months ago
version 1
3334f43b
7 months ago
11.x (HEAD)
and
latest version
latest version
0728b552
5 commits,
5 months ago
version 16
c1f401df
4 commits,
5 months ago
version 15
5a3f1ad4
3 commits,
5 months ago
version 14
28291d82
2 commits,
5 months ago
version 13
26047bc6
1 commit,
5 months ago
version 12
3aaae82b
1 commit,
7 months ago
version 11
75be2a36
1 commit,
7 months ago
version 10
f7f3305f
1 commit,
7 months ago
version 9
bb2211d1
1 commit,
7 months ago
version 8
86a9c78a
1 commit,
7 months ago
version 7
a93d2c8b
1 commit,
7 months ago
version 6
209cf17e
1 commit,
7 months ago
version 5
525856bf
1 commit,
7 months ago
version 4
c8e32dc7
1 commit,
7 months ago
version 3
90a0a667
1 commit,
7 months ago
version 2
c7892adc
1 commit,
7 months ago
version 1
3334f43b
1 commit,
7 months ago
19 files
+
124
−
35
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
19
Search (e.g. *.vue) (Ctrl+P)
core/lib/Drupal/Core/Session/UserSession.php
+
1
−
1
Options
@@ -205,7 +205,7 @@ public function getLastAccessedTime() {
/**
* Returns the role storage object.
*
* @return \Drupal\
user\Role
StorageInterface
* @return \Drupal\
Core\Config\Entity\ConfigEntity
StorageInterface
* The role storage object.
*/
protected
function
getRoleStorage
()
{
Loading