Programming Language PHP
Namespace Oro\Component\ChainProcessor
Class ApplicableCheckerInterface
Method/Function isApplicable
Total Examples 1
1 code examples of PHP Oro\Component\ChainProcessor\ApplicableCheckerInterface::isApplicable extracted from open source projects
protected function executeChecker(
ApplicableCheckerInterface $checker,
ContextInterface $context,
array $processorAttributes
): int {
return $checker->isApplicable($context, $processorAttributes);
}