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-eav
Model
Entity
Attribute
Backend
BackendInterface.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Eav\Model\Entity\Attribute\Backend
;
7
15
interface
BackendInterface
16
{
20
public
function
getTable
();
21
25
public
function
isStatic
();
26
30
public
function
getType
();
31
35
public
function
getEntityIdField
();
36
41
public
function
setValueId
($valueId);
42
46
public
function
getValueId
();
47
52
public
function
afterLoad
($object);
53
58
public
function
beforeSave
($object);
59
64
public
function
afterSave
($object);
65
70
public
function
beforeDelete
($object);
71
76
public
function
afterDelete
($object);
77
84
public
function
getEntityValueId
(
$entity
);
85
93
public
function
setEntityValueId
(
$entity
, $valueId);
94
100
public
function
isScalar
();
101
}
Magento\Eav\Model\Entity\Attribute\Backend\BackendInterface\getValueId
getValueId()
Magento\Eav\Model\Entity\Attribute\Backend
Definition:
AbstractBackend.php:7
Magento\Eav\Model\Entity\Attribute\Backend\BackendInterface\getEntityValueId
getEntityValueId($entity)
Magento\Eav\Model\Entity\Attribute\Backend\BackendInterface\afterSave
afterSave($object)
Magento\Eav\Model\Entity\Attribute\Backend\BackendInterface\afterLoad
afterLoad($object)
Magento\Eav\Model\Entity\Attribute\Backend\BackendInterface\isStatic
isStatic()
Magento\Eav\Model\Entity\Attribute\Backend\BackendInterface\getTable
getTable()
Magento\Eav\Model\Entity\Attribute\Backend\BackendInterface\beforeDelete
beforeDelete($object)
Magento\Eav\Model\Entity\Attribute\Backend\BackendInterface\beforeSave
beforeSave($object)
Magento\Eav\Model\Entity\Attribute\Backend\BackendInterface\afterDelete
afterDelete($object)
Magento\Eav\Model\Entity\Attribute\Backend\BackendInterface\isScalar
isScalar()
Magento\Eav\Model\Entity\Attribute\Backend\BackendInterface\getType
getType()
$entity
$entity
Definition:
element.phtml:22
Magento\Eav\Model\Entity\Attribute\Backend\BackendInterface\getEntityIdField
getEntityIdField()
Magento\Eav\Model\Entity\Attribute\Backend\BackendInterface
Definition:
BackendInterface.php:15
Magento\Eav\Model\Entity\Attribute\Backend\BackendInterface\setEntityValueId
setEntityValueId($entity, $valueId)
Magento\Eav\Model\Entity\Attribute\Backend\BackendInterface\setValueId
setValueId($valueId)