Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
canBeSearchableInGrid (AttributeMetadataInterface $attribute) | |
canBeFilterableInGrid (AttributeMetadataInterface $attribute) | |
Interface for managing attributes metadata. @api
Definition at line 15 of file MetadataManagementInterface.php.
canBeFilterableInGrid | ( | AttributeMetadataInterface | $attribute | ) |
Check whether attribute is filterable in admin grid and it is allowed
@api
AttributeMetadataInterface | $attribute |
Implemented in AddressMetadataManagement, and CustomerMetadataManagement.
canBeSearchableInGrid | ( | AttributeMetadataInterface | $attribute | ) |
Check whether attribute is searchable in admin grid and it is allowed
@api
AttributeMetadataInterface | $attribute |
Implemented in AddressMetadataManagement, and CustomerMetadataManagement.