Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
SkipList.php
Go to the documentation of this file.
1 <?php
7 
13 class SkipList extends \Magento\Backend\Block\Widget\Grid\Column\Filter\AbstractFilter
14 {
18  public function getCondition()
19  {
20  return ['nin' => $this->getValue() ?: [0]];
21  }
22 }