Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
BlockStoreFilter.php
Go to the documentation of this file.
1 <?php
7 
11 
13 {
21  public function apply(Filter $filter, AbstractDb $collection)
22  {
24  $collection->addStoreFilter($filter->getValue(), false);
25 
26  return true;
27  }
28 }