Model
IsFilterableManagement
Magento\Catalog\Model\Product\Attribute\IsFilterableManagement
What it does
This class manages the 'is_filterable' property of product attributes in Magento 2, which determines whether an attribute can be used in layered navigation filtering on the storefront.
Developers use this class to programmatically check if an attribute is filterable or to enable/disable filtering capabilities for specific product attributes without directly manipulating the database.
Public Methods
- get()
- set()