Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
FieldMapperInterface.php
Go to the documentation of this file.
1 <?php
7 
13 {
17  const TYPE_QUERY = 'text';
18  const TYPE_SORT = 'sort';
19  const TYPE_FILTER = 'default';
30  public function getFieldName($attributeCode, $context = []);
31 
39  public function getAllAttributesTypes($context = []);
40 }
$attributeCode
Definition: extend.phtml:12