Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Public Member Functions
MetadataManagementInterface Interface Reference
Inheritance diagram for MetadataManagementInterface:
AddressMetadataManagementInterface CustomerMetadataManagementInterface AddressMetadataManagement CustomerMetadataManagement

Public Member Functions

 canBeSearchableInGrid (AttributeMetadataInterface $attribute)
 
 canBeFilterableInGrid (AttributeMetadataInterface $attribute)
 

Detailed Description

Interface for managing attributes metadata. @api

Since
100.0.2

Definition at line 15 of file MetadataManagementInterface.php.

Member Function Documentation

◆ canBeFilterableInGrid()

canBeFilterableInGrid ( AttributeMetadataInterface  $attribute)

Check whether attribute is filterable in admin grid and it is allowed

@api

Parameters
AttributeMetadataInterface$attribute
Returns
bool
Exceptions

Implemented in AddressMetadataManagement, and CustomerMetadataManagement.

◆ canBeSearchableInGrid()

canBeSearchableInGrid ( AttributeMetadataInterface  $attribute)

Check whether attribute is searchable in admin grid and it is allowed

@api

Parameters
AttributeMetadataInterface$attribute
Returns
bool
Exceptions

Implemented in AddressMetadataManagement, and CustomerMetadataManagement.


The documentation for this interface was generated from the following file: