WooCommerce Code Reference

ProductCountRuleProcessor
in package
implements RuleProcessorInterface

Rule processor that performs a comparison operation against the number of products.

Interfaces, Classes and Traits

RuleProcessorInterface
Rule processor interface

Table of Contents

__construct()  : mixed
Constructor.
process()  : bool
Performs a comparison operation against the number of products.
validate()  : bool
Validates the rule.

Methods

process()

Performs a comparison operation against the number of products.

public process(object $rule, object $stored_state) : bool
Parameters
$rule : object

The specific rule being processed by this rule processor.

$stored_state : object

Stored state.

Return values
boolThe result of the operation.