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
framework
Search
Adapter
Mysql
Field
FieldInterface.php
Go to the documentation of this file.
1
<?php
7
namespace
Magento\Framework\Search\Adapter\Mysql\Field
;
8
15
interface
FieldInterface
16
{
17
const
TYPE_FLAT
= 1;
18
const
TYPE_FULLTEXT
= 2;
19
25
public
function
getType
();
26
32
public
function
getAttributeId
();
33
39
public
function
getColumn
();
40
}
Magento\Framework\Search\Adapter\Mysql\Field
Definition:
Field.php:7
Magento\Framework\Search\Adapter\Mysql\Field\FieldInterface\getType
getType()
Magento\Framework\Search\Adapter\Mysql\Field\FieldInterface\getAttributeId
getAttributeId()
Magento\Framework\Search\Adapter\Mysql\Field\FieldInterface\getColumn
getColumn()
Magento\Framework\Search\Adapter\Mysql\Field\FieldInterface
Definition:
FieldInterface.php:15
Magento\Framework\Search\Adapter\Mysql\Field\FieldInterface\TYPE_FLAT
const TYPE_FLAT
Definition:
FieldInterface.php:17
Magento\Framework\Search\Adapter\Mysql\Field\FieldInterface\TYPE_FULLTEXT
const TYPE_FULLTEXT
Definition:
FieldInterface.php:18