Interface
MetadataManagementInterface
Magento\Customer\Api\MetadataManagementInterface
What it does
This interface defines methods for managing customer attribute metadata in admin grids.
Developers use it to determine whether specific customer attributes can be used for searching or filtering in the admin customer grid, helping to control which attributes are available for grid operations based on their configuration and permissions.
Public Methods
- canBeSearchableInGrid()
- canBeFilterableInGrid()