Log in
Collection

AttributeGridCollection

Magento\ImportExport\Model\ResourceModel\Export\AttributeGridCollection

What it does

This collection class manages attribute data for the export attributes grid in Magento's Import/Export functionality.

Developers use it to display, filter, and sort product attributes in the admin panel when configuring export operations.

It handles in-memory filtering and sorting of attribute items rather than using database queries.

Public Methods

  • setItems()
  • getSize()
  • addFieldToFilter()
  • load()