Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
EngineInterface.php
Go to the documentation of this file.
1 <?php
7 
14 interface EngineInterface
15 {
16  const FIELD_PREFIX = 'attr_';
17 
24  const SCOPE_IDENTIFIER = 'scope';
25 
32  const CONFIG_ENGINE_PATH = 'catalog/search/engine';
33 
39  public function getAllowedVisibility();
40 
46  public function allowAdvancedIndex();
47 
55  public function processAttributeValue($attribute, $value);
56 
64  public function prepareEntityIndex($index, $separator = ' ');
65 }
$value
Definition: gender.phtml:16
$index
Definition: list.phtml:44