GetRuleProcessor
in package
Class encapsulating getting the processor for a given rule type.
Table of Contents
- get_processor() : RuleProcessorInterface
- Get the processor for the specified rule type.
Methods
get_processor()
Get the processor for the specified rule type.
public
static get_processor(string $rule_type) : RuleProcessorInterface
Parameters
- $rule_type : string
-
The rule type.