Skip to content
Snippets Groups Projects

#3415297 - Update code to work with group 3.x

Open #3415297 - Update code to work with group 3.x
1 unresolved thread
1 unresolved thread

Closes #3415297

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
30 34 */
31 35 public function __construct(
32 GroupCloner $cloner,
33 EntityTypeManagerInterface $entity_type_manager,
34 StateInterface $state,
35 GroupContentClonerManager $cloner_manager
36 ) {
37 $this->cloner = $cloner;
38 $this->entityTypeManager = $entity_type_manager;
39 $this->state = $state;
40 $this->clonerManager = $cloner_manager;
41 }
36 private GroupCloner $cloner,
37 private EntityTypeManagerInterface $entityTypeManager,
38 private StateInterface $state,
39 private GroupRelationshipClonerManager $clonerManager
  • Marcin Grabias added 3 commits

    added 3 commits

    Compare with previous version

  • Fabian A added 1 commit

    added 1 commit

    Compare with previous version

  • Fabian A added 1 commit

    added 1 commit

    Compare with previous version

  • Fabian A added 1 commit

    added 1 commit

    Compare with previous version

  • Fabian A added 1 commit

    added 1 commit

    Compare with previous version

  • Fabian A added 1 commit

    added 1 commit

    Compare with previous version

  • Fabian A added 1 commit

    added 1 commit

    Compare with previous version

  • Please register or sign in to reply
    Loading