Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
ApplierInterface.php
Go to the documentation of this file.
1 <?php
7 
12 {
13  const EQ = 'eq';
14  const QTEQ = 'gteq';
15  const LTEQ = 'lteq';
16  const IN = 'in';
17  const LIKE = 'like';
18 
27  public function apply($field, $condition, $value);
28 }
$value
Definition: gender.phtml:16