Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gcommerce
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
gcommerce
Commits
cd800169
Unverified
Commit
cd800169
authored
1 year ago
by
Tom Ashe
Committed by
Tom Ashe
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3397371
by TomTech: Fix phpcs issues
parent
f879b157
No related branches found
No related tags found
1 merge request
!7
Issue #3397371 by TomTech: Fix phpcs issues
Pipeline
#40838
failed
1 year ago
Stage: build
Stage: validate
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
modules/gcommerce_license/gcommerce_license.module
+0
-8
0 additions, 8 deletions
modules/gcommerce_license/gcommerce_license.module
modules/gcommerce_license/src/Plugin/Group/Relation/GroupLicenseDeriver.php
+0
-1
0 additions, 1 deletion
...license/src/Plugin/Group/Relation/GroupLicenseDeriver.php
with
0 additions
and
9 deletions
modules/gcommerce_license/gcommerce_license.module
+
0
−
8
View file @
cd800169
...
...
@@ -5,19 +5,11 @@
* Enables Group functionality for the Commerce Licenses.
*/
//use Drupal\commerce_license\Entity\LicenseTypeInterface;
use
Drupal\Core\Entity\EntityInterface
;
use
Drupal\Core\Url
;
use
Drupal\group\Entity\GroupInterface
;
use
Symfony\Component\Routing\RouterInterface
;
/**
* Implements hook_ENTITY_TYPE_insert().
*/
//function gcommerce_license_commerce_license_type_insert(LicenseTypeInterface $license_type) {
// \Drupal::service('group_relation_type.manager')->clearCachedDefinitions();
//}
/**
* Implements hook_entity_operation().
*/
...
...
This diff is collapsed.
Click to expand it.
modules/gcommerce_license/src/Plugin/Group/Relation/GroupLicenseDeriver.php
+
0
−
1
View file @
cd800169
...
...
@@ -2,7 +2,6 @@
namespace
Drupal\gcommerce_license\Plugin\Group\Relation
;
//use Drupal\commerce_license\Entity\LicenseType;
use
Drupal\Component\Plugin\Derivative\DeriverBase
;
use
Drupal\Core\StringTranslation\StringTranslationTrait
;
use
Drupal\group\Plugin\Group\Relation\GroupRelationTypeInterface
;
...
...
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