We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96bfb51 commit 4174d29Copy full SHA for 4174d29
lib/internal/Magento/Framework/View/Element/UiComponent/DataProvider/FilterPool.php
@@ -11,7 +11,7 @@
11
use Magento\Framework\Api\Search\SearchCriteriaInterface;
12
13
/**
14
- * Class FilterPool
+ * Filter poll apply filters from search criteria
15
*
16
* @api
17
*/
@@ -31,6 +31,8 @@ public function __construct(array $appliers = [])
31
}
32
33
34
+ * Apply filters from search criteria
35
+ *
36
* @param Collection $collection
37
* @param SearchCriteriaInterface $criteria
38
* @return void
0 commit comments