Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
group
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
group
Commits
d5286492
Commit
d5286492
authored
11 months ago
by
Kristiaan Van den Eynde
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3384291
by gorkagr, kristiaanvandeneynde: Deprecated class pointing to wrong issue
parent
d21957d7
No related branches found
No related tags found
1 merge request
!130
Issue #2876696 by jhedstrom, jaapjan, msnassar, _dcre_, dan2k3k4,...
Pipeline
#122406
passed
11 months ago
Stage: build
Stage: validate
Stage: test
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/GroupMembership.php
+1
-1
1 addition, 1 deletion
src/GroupMembership.php
src/GroupMembershipLoader.php
+1
-1
1 addition, 1 deletion
src/GroupMembershipLoader.php
src/GroupMembershipLoaderInterface.php
+1
-1
1 addition, 1 deletion
src/GroupMembershipLoaderInterface.php
with
3 additions
and
3 deletions
src/GroupMembership.php
+
1
−
1
View file @
d5286492
...
...
@@ -12,7 +12,7 @@ use Drupal\group\Entity\Storage\GroupRoleStorageInterface;
*
* @deprecated in group:3.2.0 and is removed from group:4.0.0. Use the static
* methods on \Drupal\group\Entity\GroupMembership instead.
* @see https://www.drupal.org/
project/group/issues
/3383363
* @see https://www.drupal.org/
node
/3383363
*/
class
GroupMembership
implements
CacheableDependencyInterface
{
...
...
This diff is collapsed.
Click to expand it.
src/GroupMembershipLoader.php
+
1
−
1
View file @
d5286492
...
...
@@ -12,7 +12,7 @@ use Drupal\group\Entity\GroupMembership as NewGroupMembership;
*
* @deprecated in group:3.2.0 and is removed from group:4.0.0. Use the static
* methods on \Drupal\group\Entity\GroupMembership instead.
* @see https://www.drupal.org/
project/group/issues
/3383363
* @see https://www.drupal.org/
node
/3383363
*/
class
GroupMembershipLoader
implements
GroupMembershipLoaderInterface
{
...
...
This diff is collapsed.
Click to expand it.
src/GroupMembershipLoaderInterface.php
+
1
−
1
View file @
d5286492
...
...
@@ -10,7 +10,7 @@ use Drupal\group\Entity\GroupInterface;
*
* @deprecated in group:3.2.0 and is removed from group:4.0.0. Use the static
* methods on \Drupal\group\Entity\GroupMembership instead.
* @see https://www.drupal.org/
project/group/issues
/3383363
* @see https://www.drupal.org/
node
/3383363
*/
interface
GroupMembershipLoaderInterface
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment