Log in
Interface

FilterableAttributeListInterface

Magento\Catalog\Model\Layer\FilterableAttributeListInterface

What it does

This interface defines a contract for retrieving a list of product attributes that can be used for filtering in catalog layers (like category or search result pages).

Developers implement this interface when creating custom logic to determine which attributes should appear as filter options in layered navigation, such as price, color, or size filters in product listings.

Public Methods

  • getList()