-
- Downloads
Issue #3325493 by zaporylie, eiriksm: Get entity query by offer
parent
7c507fef
No related branches found
No related tags found
Showing
- composer.json 6 additions, 1 deletioncomposer.json
- src/AffectedEntitiesManager.php 19 additions, 0 deletionssrc/AffectedEntitiesManager.php
- tests/src/Unit/DummyPromotionBase.php 7 additions, 0 deletionstests/src/Unit/DummyPromotionBase.php
- tests/src/Unit/GetAffectedEntitiesTest.php 30 additions, 2 deletionstests/src/Unit/GetAffectedEntitiesTest.php
{ | ||
"name": "drupal/affected_by_promotion" | ||
"name": "drupal/affected_by_promotion", | ||
"type": "drupal-module", | ||
"license": "GPL-2.0-or-later", | ||
"require": { | ||
"drupal/commerce": "^2.0" | ||
} | ||
} |
Please register or sign in to comment