Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
module-catalog-search
Model
Search
FilterMapper
FilterStrategyInterface.php
Go to the documentation of this file.
1
<?php
7
namespace
Magento\CatalogSearch\Model\Search\FilterMapper
;
8
16
interface
FilterStrategyInterface
17
{
24
public
function
apply
(
25
\
Magento
\Framework\Search\Request\
FilterInterface
$filter,
26
\
Magento
\Framework\DB\
Select
$select
27
);
28
}
Magento\Framework\DB\Select
Definition:
Select.php:33
$select
$select
Definition:
catalog_rule_10_off_not_logged_rollback.php:14
Magento\CatalogSearch\Model\Search\FilterMapper\FilterStrategyInterface\apply
apply(\Magento\Framework\Search\Request\FilterInterface $filter, \Magento\Framework\DB\Select $select)
Magento
Magento\Framework\Search\Request\FilterInterface
Definition:
FilterInterface.php:14
Magento\CatalogSearch\Model\Search\FilterMapper
Definition:
CustomAttributeFilterTest.php:6
Magento\CatalogSearch\Model\Search\FilterMapper\FilterStrategyInterface
Definition:
FilterStrategyInterface.php:16