File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
app/code/Magento/CatalogInventory/Model Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 11
11
* Search Result Applier getters and setters
12
12
*
13
13
* @deprecated - as the implementation has been reverted during the fix of ACP2E-748
14
+ * @see \Magento\InventoryCatalog\Plugin\Catalog\Model\ResourceModel\Product\CollectionPlugin
14
15
*/
15
16
class StockStatusApplier implements StockStatusApplierInterface
16
17
{
@@ -26,6 +27,7 @@ class StockStatusApplier implements StockStatusApplierInterface
26
27
*
27
28
* @param bool $status
28
29
* @deprecated
30
+ * @see \Magento\InventoryCatalog\Plugin\Catalog\Model\ResourceModel\Product\CollectionPlugin::beforeSetOrder
29
31
*/
30
32
public function setSearchResultApplier (bool $ status ): void
31
33
{
@@ -37,6 +39,7 @@ public function setSearchResultApplier(bool $status): void
37
39
*
38
40
* @return bool
39
41
* @deprecated
42
+ * @see \Magento\InventoryCatalog\Plugin\Catalog\Model\ResourceModel\Product\CollectionPlugin::beforeSetOrder
40
43
*/
41
44
public function hasSearchResultApplier () : bool
42
45
{
Original file line number Diff line number Diff line change 11
11
* Search Result Applier interface.
12
12
*
13
13
* @deprecated - as the implementation has been reverted during the fix of ACP2E-748
14
+ * @see \Magento\InventoryCatalog\Plugin\Catalog\Model\ResourceModel\Product\CollectionPlugin
14
15
*/
15
16
interface StockStatusApplierInterface
16
17
{
@@ -20,6 +21,7 @@ interface StockStatusApplierInterface
20
21
*
21
22
* @param bool $status
22
23
* @deprecated
24
+ * @see \Magento\InventoryCatalog\Plugin\Catalog\Model\ResourceModel\Product\CollectionPlugin::beforeSetOrder
23
25
*/
24
26
public function setSearchResultApplier (bool $ status ): void ;
25
27
@@ -28,6 +30,7 @@ public function setSearchResultApplier(bool $status): void;
28
30
*
29
31
* @return bool
30
32
* @deprecated
33
+ * @see \Magento\InventoryCatalog\Plugin\Catalog\Model\ResourceModel\Product\CollectionPlugin::beforeSetOrder
31
34
*/
32
35
public function hasSearchResultApplier () : bool ;
33
36
}
You can’t perform that action at this time.
0 commit comments