Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
module-catalog-search
Model
ResourceModel
EngineInterface.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\CatalogSearch\Model\ResourceModel
;
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
}
Magento\CatalogSearch\Model\ResourceModel\EngineInterface\prepareEntityIndex
prepareEntityIndex($index, $separator=' ')
Magento\CatalogSearch\Model\ResourceModel\EngineInterface\CONFIG_ENGINE_PATH
const CONFIG_ENGINE_PATH
Definition:
EngineInterface.php:32
Magento\CatalogSearch\Model\ResourceModel\EngineInterface\processAttributeValue
processAttributeValue($attribute, $value)
$attribute
$attribute
Definition:
attribute_set_with_image_attribute.php:41
Magento\CatalogSearch\Model\ResourceModel\EngineInterface
Definition:
EngineInterface.php:14
Magento\CatalogSearch\Model\ResourceModel\EngineInterface\FIELD_PREFIX
const FIELD_PREFIX
Definition:
EngineInterface.php:16
Magento\CatalogSearch\Model\ResourceModel
$value
$value
Definition:
gender.phtml:16
Magento\CatalogSearch\Model\ResourceModel\EngineInterface\getAllowedVisibility
getAllowedVisibility()
Magento\CatalogSearch\Model\ResourceModel\EngineInterface\allowAdvancedIndex
allowAdvancedIndex()
Magento\CatalogSearch\Model\ResourceModel\EngineInterface\SCOPE_IDENTIFIER
const SCOPE_IDENTIFIER
Definition:
EngineInterface.php:24
$index
$index
Definition:
list.phtml:44