Interface
ProductAttributeIsFilterableManagementInterface
Magento\Catalog\Api\ProductAttributeIsFilterableManagementInterface
What it does
This interface defines methods to manage the 'is_filterable' property of product attributes through REST/SOAP APIs.
Developers use this when they need to programmatically control whether a product attribute can be used as a filter in layered navigation on category pages, allowing dynamic configuration of filterable attributes without direct database access.
Public Methods
- get()
- set()