| 1 | <?php |
||
| 23 | final class HasTaxonRuleChecker implements RuleCheckerInterface |
||
| 24 | { |
||
| 25 | const TYPE = 'has_taxon'; |
||
| 26 | |||
| 27 | /** |
||
| 28 | * {@inheritdoc} |
||
| 29 | */ |
||
| 30 | public function isEligible(PromotionSubjectInterface $subject, array $configuration) |
||
| 51 | |||
| 52 | /** |
||
| 53 | * {@inheritdoc} |
||
| 54 | */ |
||
| 55 | public function getConfigurationFormType() |
||
| 59 | } |
||
| 60 |